diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 01:26:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 01:26:28 +0000 |
commit | 9f69af5bad3b89c486cdc07bd591035e816c2d8d (patch) | |
tree | 7f7848a6ddb99de77ef635e2e4c40266e580be32 | |
parent | stable on ppc64, bug #55236 (Manifest recommit) (diff) | |
download | gentoo-2-9f69af5bad3b89c486cdc07bd591035e816c2d8d.tar.gz gentoo-2-9f69af5bad3b89c486cdc07bd591035e816c2d8d.tar.bz2 gentoo-2-9f69af5bad3b89c486cdc07bd591035e816c2d8d.zip |
QA - fix use invocation
-rw-r--r-- | sys-apps/tcp-wrappers/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/tcp-wrappers/tcp-wrappers-7.6-r6.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.3-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.5.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/textutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/textutils/textutils-2.0.21.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/textutils/textutils-2.1.ebuild | 6 |
8 files changed, 28 insertions, 17 deletions
diff --git a/sys-apps/tcp-wrappers/ChangeLog b/sys-apps/tcp-wrappers/ChangeLog index b1abdb1cb29d..f2eb76e2177d 100644 --- a/sys-apps/tcp-wrappers/ChangeLog +++ b/sys-apps/tcp-wrappers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/tcp-wrappers # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v 1.30 2004/06/24 22:29:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/ChangeLog,v 1.31 2004/06/28 01:23:35 agriffis Exp $ + + 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> tcp-wrappers-7.6-r6.ebuild: + QA - fix use invocation 09 Apr 2004; Travis Tilley <lv@gentoo.org> tcp-wrappers-7.6-r8.ebuild: stable on amd64 diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r6.ebuild b/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r6.ebuild index 1d3d798b5954..e1d1bbb34f4b 100644 --- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r6.ebuild +++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r6.ebuild,v 1.13 2004/06/24 22:29:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r6.ebuild,v 1.14 2004/06/28 01:23:35 agriffis Exp $ inherit eutils @@ -63,7 +63,7 @@ src_install() { dosym hosts_access.5.gz /usr/share/man/man5/hosts.allow.5.gz dosym hosts_access.5.gz /usr/share/man/man5/hosts.deny.5.gz dolib.a libwrap.a - if [ -z `use static` ]; then + if ! use static; then newlib.so libwrap.so libwrap.so.0.${PV} dosym /usr/lib/libwrap.so.0.${PV} /usr/lib/libwrap.so.0 dosym /usr/lib/libwrap.so.0 /usr/lib/libwrap.so diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index 1adbc08e3d44..9f5f742d63d6 100644 --- a/sys-apps/texinfo/ChangeLog +++ b/sys-apps/texinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/texinfo # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.35 2004/06/24 22:29:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.36 2004/06/28 01:25:42 agriffis Exp $ + + 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> texinfo-4.3-r1.ebuild, + texinfo-4.5.ebuild: + QA - fix use invocation 28 May 2004; Aron Griffis <agriffis@gentoo.org> texinfo-4.6.ebuild: Stable on alpha and x86 diff --git a/sys-apps/texinfo/texinfo-4.3-r1.ebuild b/sys-apps/texinfo/texinfo-4.3-r1.ebuild index ebf6ef9759e0..b234b08c220e 100644 --- a/sys-apps/texinfo/texinfo-4.3-r1.ebuild +++ b/sys-apps/texinfo/texinfo-4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.3-r1.ebuild,v 1.15 2004/06/24 22:29:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.3-r1.ebuild,v 1.16 2004/06/28 01:25:42 agriffis Exp $ inherit eutils @@ -39,7 +39,7 @@ src_unpack() { src_compile() { local myconf="" - if [ -z "`use nls`" ] || [ -n "`use build`" ] ; then + if ! use nls || use build ; then myconf="--disable-nls" fi @@ -50,7 +50,7 @@ src_compile() { } src_install() { - if [ "`use build`" ] ; then + if use build ; then mv util/ginstall-info util/install-info dobin makeinfo/makeinfo util/{install-info,texi2dvi,texindex} else diff --git a/sys-apps/texinfo/texinfo-4.5.ebuild b/sys-apps/texinfo/texinfo-4.5.ebuild index bf807c26f692..51a1ab29fef3 100644 --- a/sys-apps/texinfo/texinfo-4.5.ebuild +++ b/sys-apps/texinfo/texinfo-4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.15 2004/06/24 22:29:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.5.ebuild,v 1.16 2004/06/28 01:25:42 agriffis Exp $ IUSE="nls build" @@ -37,7 +37,7 @@ src_unpack() { src_compile() { local myconf= - if [ -z "`use nls`" ] || [ -n "`use build`" ] ; then + if ! use nls || use build ; then myconf="--disable-nls" fi @@ -48,7 +48,7 @@ src_compile() { } src_install() { - if [ -n "`use build`" ] ; then + if use build ; then mv util/ginstall-info util/install-info dobin makeinfo/makeinfo util/{install-info,texi2dvi,texindex} else diff --git a/sys-apps/textutils/ChangeLog b/sys-apps/textutils/ChangeLog index b7f77960027a..295789711780 100644 --- a/sys-apps/textutils/ChangeLog +++ b/sys-apps/textutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/textutils # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/ChangeLog,v 1.21 2004/06/24 22:29:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/ChangeLog,v 1.22 2004/06/28 01:26:28 agriffis Exp $ + + 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> textutils-2.0.21.ebuild, + textutils-2.1.ebuild: + QA - fix use invocation 19 Apr 2004; Michael McCabe <randy@gentoo.org> textutils-2.1-r1.ebuild: added s390 keywords diff --git a/sys-apps/textutils/textutils-2.0.21.ebuild b/sys-apps/textutils/textutils-2.0.21.ebuild index e15772b9a898..102d544c09fd 100644 --- a/sys-apps/textutils/textutils-2.0.21.ebuild +++ b/sys-apps/textutils/textutils-2.0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.21.ebuild,v 1.14 2004/06/24 22:29:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.21.ebuild,v 1.15 2004/06/28 01:26:28 agriffis Exp $ IUSE="nls static build" @@ -33,7 +33,7 @@ src_compile() { --without-included-regex \ ${myconf} || die - if [ "`use static`" ] + if use static then emake LDFLAGS=-static || die else @@ -53,7 +53,7 @@ src_install() { rmdir ${D}/usr/lib - if [ -z "`use build`" ] + if ! use build then dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO else diff --git a/sys-apps/textutils/textutils-2.1.ebuild b/sys-apps/textutils/textutils-2.1.ebuild index c0e87bfe46fc..682e4a6c18af 100644 --- a/sys-apps/textutils/textutils-2.1.ebuild +++ b/sys-apps/textutils/textutils-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1.ebuild,v 1.19 2004/06/24 22:29:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1.ebuild,v 1.20 2004/06/28 01:26:28 agriffis Exp $ IUSE="nls static build" @@ -24,7 +24,7 @@ src_compile() { --without-included-regex \ ${myconf} || die - if [ "`use static`" ] + if use static then emake LDFLAGS=-static || die else @@ -44,7 +44,7 @@ src_install() { rmdir ${D}/usr/lib - if [ -z "`use build`" ] + if ! use build then dodoc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO else |