diff options
author | 2004-03-14 11:56:09 +0000 | |
---|---|---|
committer | 2004-03-14 11:56:09 +0000 | |
commit | 6047c1910e3887fd962ce21a19e2da381a926029 (patch) | |
tree | e12c38e83fddabf1cc89beffc75e45bae52e36c5 /app-misc/lirc | |
parent | bug 44513 (Manifest recommit) (diff) | |
download | gentoo-2-6047c1910e3887fd962ce21a19e2da381a926029.tar.gz gentoo-2-6047c1910e3887fd962ce21a19e2da381a926029.tar.bz2 gentoo-2-6047c1910e3887fd962ce21a19e2da381a926029.zip |
fix url to kernel 2.6 patch, remove irda warning, it's obsolete, bug #44395
Diffstat (limited to 'app-misc/lirc')
-rw-r--r-- | app-misc/lirc/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/lirc/lirc-0.7.0_pre3.ebuild | 7 |
2 files changed, 9 insertions, 8 deletions
diff --git a/app-misc/lirc/ChangeLog b/app-misc/lirc/ChangeLog index 0cbd8051d968..05af77d9a82c 100644 --- a/app-misc/lirc/ChangeLog +++ b/app-misc/lirc/ChangeLog @@ -1,6 +1,10 @@ -# ChangeLog for app-misc/lirc -# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/ChangeLog,v 1.21 2004/03/08 14:56:09 lanius Exp $ +# ChangeLog for app-misc/lirc Copyright 2002-2004 Gentoo Technologies, Inc.; +# Distributed under the GPL v2 $Header: +# /home/cvsroot/gentoo-x86/app-misc/lirc/ChangeLog,v 1.21 2004/03/08 14:56:09 +# lanius Exp $ + + 14 Mar 2004; Heinrich Wendel <lanius@gentoo.org> lirc-0.7.0_pre3.ebuild: + fix url to kernel 2.6 patch, remove irda warning, it's obsolete, bug #44395 *lirc-0.7.0_pre3 (08 Mar 2004) diff --git a/app-misc/lirc/lirc-0.7.0_pre3.ebuild b/app-misc/lirc/lirc-0.7.0_pre3.ebuild index d096df74ed07..5f200d0148f1 100644 --- a/app-misc/lirc/lirc-0.7.0_pre3.ebuild +++ b/app-misc/lirc/lirc-0.7.0_pre3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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_pre3.ebuild,v 1.1 2004/03/08 14:56:09 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.7.0_pre3.ebuild,v 1.2 2004/03/14 11:56:09 lanius Exp $ inherit eutils kernel-mod @@ -70,10 +70,7 @@ 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" + ewarn "http://flameeyes.web.ctonet.it/." # Let portage tell us where to put our modules check_KV |