diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-11-25 18:17:09 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-11-25 18:17:09 +0000 |
commit | 4e210452cc831b236ba235aec66c63051caa29d5 (patch) | |
tree | adf444ba6646d5c88baf29921878aeab955a7f59 /app-misc/lirc | |
parent | bump (diff) | |
download | gentoo-2-4e210452cc831b236ba235aec66c63051caa29d5.tar.gz gentoo-2-4e210452cc831b236ba235aec66c63051caa29d5.tar.bz2 gentoo-2-4e210452cc831b236ba235aec66c63051caa29d5.zip |
added a kernel 2.6 warning
Diffstat (limited to 'app-misc/lirc')
-rw-r--r-- | app-misc/lirc/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/lirc/Manifest | 6 | ||||
-rw-r--r-- | app-misc/lirc/lirc-0.7.0_pre2.ebuild | 7 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-misc/lirc/ChangeLog b/app-misc/lirc/ChangeLog index fb265779e704..7fe14e4a2875 100644 --- a/app-misc/lirc/ChangeLog +++ b/app-misc/lirc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/lirc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/ChangeLog,v 1.9 2003/11/16 17:09:32 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/ChangeLog,v 1.10 2003/11/25 18:17:03 lanius Exp $ + + 25 Nov 2003; Heinrich Wendel <lanius@gentoo.org> lirc-0.7.0_pre2.ebuild: + added warning about 2.6 kernel 16 Nov 2003; Brad House <brad_mssw@gentoo.org> lirc-0.6.6-r1.ebuild: mark stable on amd64 diff --git a/app-misc/lirc/Manifest b/app-misc/lirc/Manifest index fac1db517bdb..f4ab26db1ee3 100644 --- a/app-misc/lirc/Manifest +++ b/app-misc/lirc/Manifest @@ -1,7 +1,7 @@ -MD5 350001adce322f1b14c5ecd4e99f25f5 ChangeLog 1663 MD5 680ec22d8f9b876c94845b722f2a4a61 lirc-0.6.6-r1.ebuild 3876 -MD5 2b5faa6700793b5f669eef637d327c4e lirc-0.7.0_pre2.ebuild 3877 +MD5 40593dc1182ea78b6426f7bb1a1e670c lirc-0.7.0_pre2.ebuild 4078 +MD5 8b47c703af43fee1fe300853c32a424c ChangeLog 1770 MD5 eb1d5f40e0d59edbc1ac2a097cea5850 files/digest-lirc-0.6.6-r1 63 +MD5 75e7e1656176c823db004656b3fbd787 files/lircd 375 MD5 cee0550f10a0a0d63fcae5209819f4d9 files/digest-lirc-0.7.0_pre2 67 MD5 6031968a1ddb51ff5265d1f22bd2d237 files/lirc-0.6.6-gentoo.diff.bz2 2215 -MD5 75e7e1656176c823db004656b3fbd787 files/lircd 375 diff --git a/app-misc/lirc/lirc-0.7.0_pre2.ebuild b/app-misc/lirc/lirc-0.7.0_pre2.ebuild index 0e7104f7e428..3fa070489e98 100644 --- a/app-misc/lirc/lirc-0.7.0_pre2.ebuild +++ b/app-misc/lirc/lirc-0.7.0_pre2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.7.0_pre2.ebuild,v 1.3 2003/10/22 21:08:47 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.7.0_pre2.ebuild,v 1.4 2003/11/25 18:17:03 lanius Exp $ inherit eutils @@ -69,8 +69,13 @@ src_unpack() { } src_compile() { + ewarn "If you are using a 2.6 kernel you have to patch it for lirc support." + ewarn "There are several patches floating around, one of them can be found at " + ewarn "http://lwn.net/Articles/42217/." + ewarn "make sure you have IrDA (infrared) support" ewarn "in your kernel or this will fail" + #Let portage tell us where to put our modules check_KV |