diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-08 01:46:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-08 01:46:14 +0000 |
commit | 6420e05b4c22d4f0cd2d1e10051b12abfa1e82b2 (patch) | |
tree | b79debe1a69e858cfea51f06d78e656d1ca1e8a2 /media-tv | |
parent | Fix #30849 and clean up the ebuild in general (Manifest recommit) (diff) | |
download | gentoo-2-6420e05b4c22d4f0cd2d1e10051b12abfa1e82b2.tar.gz gentoo-2-6420e05b4c22d4f0cd2d1e10051b12abfa1e82b2.tar.bz2 gentoo-2-6420e05b4c22d4f0cd2d1e10051b12abfa1e82b2.zip |
Fix use invocation
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtv/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.1.9-r1.ebuild | 4 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.1.9-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog index f245bc89f384..b205752c8f35 100644 --- a/media-tv/ivtv/ChangeLog +++ b/media-tv/ivtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/ivtv # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.6 2004/05/07 21:27:55 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.7 2004/06/08 01:46:14 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> ivtv-0.1.9-r1.ebuild, + ivtv-0.1.9-r3.ebuild: + Fix use invocation 07 May 2004; Daniel Ahlberg <aliz@gentoo.org> ivtv-0.1.9-r3.ebuild: Added dependency to unzip, needed by ivtvfwextract. diff --git a/media-tv/ivtv/ivtv-0.1.9-r1.ebuild b/media-tv/ivtv/ivtv-0.1.9-r1.ebuild index 691422888263..6e271d03e32e 100644 --- a/media-tv/ivtv/ivtv-0.1.9-r1.ebuild +++ b/media-tv/ivtv/ivtv-0.1.9-r1.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/media-tv/ivtv/ivtv-0.1.9-r1.ebuild,v 1.5 2004/03/24 17:03:12 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.1.9-r1.ebuild,v 1.6 2004/06/08 01:46:14 agriffis Exp $ # TODO # the "Gentoo way" is to use /usr/src/linux, not the running kernel @@ -82,7 +82,7 @@ src_install() { post-install ivtv /usr/local/bin/test_ioctl -d /dev/video0 -u 0x3000 myEOF - if [ `has app-misc/lirc` ] || [ `use lirc` ] ; then + if [ `has app-misc/lirc` ] || use lirc ; then echo "alias char-major-61 lirc_i2c" >> ${D}/etc/modules.d/ivtv echo "add above ivtv lirc_dev lirc_i2c" >> ${D}/etc/modules.d/ivtv else diff --git a/media-tv/ivtv/ivtv-0.1.9-r3.ebuild b/media-tv/ivtv/ivtv-0.1.9-r3.ebuild index f8f66ab07b17..c0500eb0d693 100644 --- a/media-tv/ivtv/ivtv-0.1.9-r3.ebuild +++ b/media-tv/ivtv/ivtv-0.1.9-r3.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/media-tv/ivtv/ivtv-0.1.9-r3.ebuild,v 1.2 2004/05/07 21:27:55 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.1.9-r3.ebuild,v 1.3 2004/06/08 01:46:14 agriffis Exp $ # TODO # the "Gentoo way" is to use /usr/src/linux, not the running kernel @@ -85,7 +85,7 @@ src_install() { post-install ivtv /usr/local/bin/test_ioctl -d /dev/video0 -u 0x3000 myEOF - if [ `has app-misc/lirc` ] || [ `use lirc` ] ; then + if [ `has app-misc/lirc` ] || use lirc ; then echo "alias char-major-61 lirc_i2c" >> ${D}/etc/modules.d/ivtv echo "add above ivtv lirc_dev lirc_i2c" >> ${D}/etc/modules.d/ivtv else |