diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-08 02:05:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-08 02:05:09 +0000 |
commit | 9f1a46799419fd5fbc5ac12e560e7952ebb39eab (patch) | |
tree | db9e83e59d07da15988dbbcdfc62caf2798330b2 /media-tv/xawtv | |
parent | finish trimming out the old (diff) | |
download | gentoo-2-9f1a46799419fd5fbc5ac12e560e7952ebb39eab.tar.gz gentoo-2-9f1a46799419fd5fbc5ac12e560e7952ebb39eab.tar.bz2 gentoo-2-9f1a46799419fd5fbc5ac12e560e7952ebb39eab.zip |
Fix use invocation
Diffstat (limited to 'media-tv/xawtv')
-rw-r--r-- | media-tv/xawtv/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/xawtv/xawtv-3.86-r1.ebuild | 4 | ||||
-rw-r--r-- | media-tv/xawtv/xawtv-3.88.1.ebuild | 4 | ||||
-rw-r--r-- | media-tv/xawtv/xawtv-3.88.ebuild | 4 | ||||
-rw-r--r-- | media-tv/xawtv/xawtv-3.90-r1.ebuild | 4 | ||||
-rw-r--r-- | media-tv/xawtv/xawtv-3.90.ebuild | 4 | ||||
-rw-r--r-- | media-tv/xawtv/xawtv-3.91-r1.ebuild | 4 | ||||
-rw-r--r-- | media-tv/xawtv/xawtv-3.91.ebuild | 4 |
8 files changed, 20 insertions, 15 deletions
diff --git a/media-tv/xawtv/ChangeLog b/media-tv/xawtv/ChangeLog index 0f882537d798..eea9d6985ec2 100644 --- a/media-tv/xawtv/ChangeLog +++ b/media-tv/xawtv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/xawtv # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/ChangeLog,v 1.11 2004/06/04 15:26:29 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/ChangeLog,v 1.12 2004/06/08 02:03:24 agriffis Exp $ + + 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> xawtv-3.86-r1.ebuild, + xawtv-3.88.1.ebuild, xawtv-3.88.ebuild, xawtv-3.90-r1.ebuild, + xawtv-3.90.ebuild, xawtv-3.91-r1.ebuild, xawtv-3.91.ebuild: + Fix use invocation *xawtv-3.91-r1 (04 Jun 2004) diff --git a/media-tv/xawtv/xawtv-3.86-r1.ebuild b/media-tv/xawtv/xawtv-3.86-r1.ebuild index 6972f84a3464..844b8f8b8fea 100644 --- a/media-tv/xawtv/xawtv-3.86-r1.ebuild +++ b/media-tv/xawtv/xawtv-3.86-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/xawtv/xawtv-3.86-r1.ebuild,v 1.5 2004/01/11 13:49:58 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/xawtv-3.86-r1.ebuild,v 1.6 2004/06/08 02:03:24 agriffis Exp $ inherit virtualx @@ -86,7 +86,7 @@ src_install() { dodoc ${FILESDIR}/webcamrc fi - if [ -z "`use nls`" ] + if ! use nls then rm -f ${D}/usr/share/man/fr rm -f ${D}/usr/share/man/es diff --git a/media-tv/xawtv/xawtv-3.88.1.ebuild b/media-tv/xawtv/xawtv-3.88.1.ebuild index c98d16057218..6f8fe4a887d5 100644 --- a/media-tv/xawtv/xawtv-3.88.1.ebuild +++ b/media-tv/xawtv/xawtv-3.88.1.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/xawtv/xawtv-3.88.1.ebuild,v 1.2 2004/01/11 13:49:58 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/xawtv-3.88.1.ebuild,v 1.3 2004/06/08 02:03:24 agriffis Exp $ inherit virtualx @@ -86,7 +86,7 @@ src_install() { dodoc ${FILESDIR}/webcamrc fi - if [ -z "`use nls`" ] + if ! use nls then rm -f ${D}/usr/share/man/fr rm -f ${D}/usr/share/man/es diff --git a/media-tv/xawtv/xawtv-3.88.ebuild b/media-tv/xawtv/xawtv-3.88.ebuild index ac3501a9586c..fe38bcd6d575 100644 --- a/media-tv/xawtv/xawtv-3.88.ebuild +++ b/media-tv/xawtv/xawtv-3.88.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/xawtv/xawtv-3.88.ebuild,v 1.5 2004/01/11 13:49:58 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/xawtv-3.88.ebuild,v 1.6 2004/06/08 02:03:24 agriffis Exp $ inherit virtualx @@ -86,7 +86,7 @@ src_install() { dodoc ${FILESDIR}/webcamrc fi - if [ -z "`use nls`" ] + if ! use nls then rm -f ${D}/usr/share/man/fr rm -f ${D}/usr/share/man/es diff --git a/media-tv/xawtv/xawtv-3.90-r1.ebuild b/media-tv/xawtv/xawtv-3.90-r1.ebuild index 11207ad6e952..7a3a7607c1c0 100644 --- a/media-tv/xawtv/xawtv-3.90-r1.ebuild +++ b/media-tv/xawtv/xawtv-3.90-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/xawtv/xawtv-3.90-r1.ebuild,v 1.5 2004/03/16 03:20:51 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/xawtv-3.90-r1.ebuild,v 1.6 2004/06/08 02:03:24 agriffis Exp $ inherit virtualx @@ -76,7 +76,7 @@ src_install() { dodoc ${FILESDIR}/webcamrc fi - if [ -z "`use nls`" ] + if ! use nls then rm -f ${D}/usr/share/man/fr rm -f ${D}/usr/share/man/es diff --git a/media-tv/xawtv/xawtv-3.90.ebuild b/media-tv/xawtv/xawtv-3.90.ebuild index 791ed3d1a168..dbe36b5d9ee3 100644 --- a/media-tv/xawtv/xawtv-3.90.ebuild +++ b/media-tv/xawtv/xawtv-3.90.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/xawtv/xawtv-3.90.ebuild,v 1.7 2004/03/16 03:20:51 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/xawtv-3.90.ebuild,v 1.8 2004/06/08 02:03:24 agriffis Exp $ inherit virtualx @@ -76,7 +76,7 @@ src_install() { dodoc ${FILESDIR}/webcamrc fi - if [ -z "`use nls`" ] + if ! use nls then rm -f ${D}/usr/share/man/fr rm -f ${D}/usr/share/man/es diff --git a/media-tv/xawtv/xawtv-3.91-r1.ebuild b/media-tv/xawtv/xawtv-3.91-r1.ebuild index 0cacb9010d08..52e6374c3139 100644 --- a/media-tv/xawtv/xawtv-3.91-r1.ebuild +++ b/media-tv/xawtv/xawtv-3.91-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/xawtv/xawtv-3.91-r1.ebuild,v 1.1 2004/06/04 15:26:29 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/xawtv-3.91-r1.ebuild,v 1.2 2004/06/08 02:03:24 agriffis Exp $ inherit virtualx @@ -76,7 +76,7 @@ src_install() { dodoc ${FILESDIR}/webcamrc fi - if [ -z "`use nls`" ] + if ! use nls then rm -f ${D}/usr/share/man/fr rm -f ${D}/usr/share/man/es diff --git a/media-tv/xawtv/xawtv-3.91.ebuild b/media-tv/xawtv/xawtv-3.91.ebuild index 8dfde4d1ab6e..4f046149297e 100644 --- a/media-tv/xawtv/xawtv-3.91.ebuild +++ b/media-tv/xawtv/xawtv-3.91.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/xawtv/xawtv-3.91.ebuild,v 1.2 2004/03/16 03:20:51 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xawtv/xawtv-3.91.ebuild,v 1.3 2004/06/08 02:03:24 agriffis Exp $ inherit virtualx @@ -76,7 +76,7 @@ src_install() { dodoc ${FILESDIR}/webcamrc fi - if [ -z "`use nls`" ] + if ! use nls then rm -f ${D}/usr/share/man/fr rm -f ${D}/usr/share/man/es |