diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 03:35:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 03:35:06 +0000 |
commit | 3926fa627c47b3563b30f202c377151f62d019b4 (patch) | |
tree | e6cd73a10249169849d74e67774af7378c0982ed /sys-devel | |
parent | QA - fix use invocation (diff) | |
download | historical-3926fa627c47b3563b30f202c377151f62d019b4.tar.gz historical-3926fa627c47b3563b30f202c377151f62d019b4.tar.bz2 historical-3926fa627c47b3563b30f202c377151f62d019b4.zip |
QA - fix use invocation
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/bison/Manifest | 12 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.34-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.35.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.75.ebuild | 6 |
5 files changed, 20 insertions, 16 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index 937eaf386019..349418448bd2 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/bison # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.28 2004/06/16 03:11:51 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.29 2004/06/24 03:35:06 agriffis Exp $ + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> bison-1.34-r1.ebuild, + bison-1.35.ebuild, bison-1.75.ebuild: + QA - fix use invocation 16 Jun 2004; Daniel Black <dragonheart@gentoo.org> bison-1.875.ebuild: syntax fix on 3.4 compare condition diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest index 64236dcb02e8..9f687db961b6 100644 --- a/sys-devel/bison/Manifest +++ b/sys-devel/bison/Manifest @@ -1,12 +1,12 @@ -MD5 44ff2aa6bdd571d0db577a3fe7a2eba5 ChangeLog 4421 -MD5 796f4c136d43ecf211aa22b7bb28b2ac bison-1.34-r1.ebuild 1168 -MD5 9bc17ebe6a17ce140fbde3b96a7104b2 bison-1.35.ebuild 1273 -MD5 101fa7fcc6ec17705bca1dfaea977429 bison-1.75.ebuild 1117 +MD5 5f0e2150c6d7491407292af792f0fdb5 bison-1.75.ebuild 1101 +MD5 9a237637828695a34765023564539674 bison-1.34-r1.ebuild 1152 MD5 d788b29e539e135a29c23f17d7814bba bison-1.875.ebuild 1806 +MD5 8dde2fda7f42a4d5d06fa7407bfa87b2 bison-1.35.ebuild 1254 +MD5 a66b2212f48680a442a426b71db863e6 ChangeLog 4557 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 61b224a9eaf1ae7f77c2d1456d8fda87 files/bison-1.32-extfix.patch 1170 -MD5 644a4912da3e5107f509022f173ec146 files/bison-1.875-gccerror.patch 1538 MD5 85dbbe1a9f32abae54cacd04aaa80709 files/digest-bison-1.34-r1 63 MD5 9c4ca0c28c5762cc799cc3e56f51d54e files/digest-bison-1.35 63 MD5 ccaa497656beb47a684c2e33084522b0 files/digest-bison-1.75 63 MD5 4a875793f3bd808692002c152e5e26c4 files/digest-bison-1.875 64 +MD5 644a4912da3e5107f509022f173ec146 files/bison-1.875-gccerror.patch 1538 +MD5 61b224a9eaf1ae7f77c2d1456d8fda87 files/bison-1.32-extfix.patch 1170 diff --git a/sys-devel/bison/bison-1.34-r1.ebuild b/sys-devel/bison/bison-1.34-r1.ebuild index dfd76710c6b9..470b498a552e 100644 --- a/sys-devel/bison/bison-1.34-r1.ebuild +++ b/sys-devel/bison/bison-1.34-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/sys-devel/bison/bison-1.34-r1.ebuild,v 1.14 2004/02/01 10:54:01 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34-r1.ebuild,v 1.15 2004/06/24 03:35:06 agriffis Exp $ IUSE="nls static build" @@ -27,7 +27,7 @@ src_compile() { --host=${CHOST} \ ${myconf} || die - if [ -z "`use static`" ] + if ! use static then emake ${MAKEOPTS} || die else @@ -43,7 +43,7 @@ src_install() { infodir=/usr/share/info \ install || die - if [ -z "`use build`" ] + if ! use build then dodoc COPYING AUTHORS NEWS ChangeLog README REFERENCES OChangeLog docinto txt diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild index 329a995255c8..3b8da4bdc26a 100644 --- a/sys-devel/bison/bison-1.35.ebuild +++ b/sys-devel/bison/bison-1.35.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/sys-devel/bison/bison-1.35.ebuild,v 1.20 2004/02/23 00:18:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.21 2004/06/24 03:35:06 agriffis Exp $ IUSE="nls static build" # icc" @@ -30,7 +30,7 @@ src_compile() { --host=${CHOST} \ ${myconf} || die - if [ -z "`use static`" ] + if ! use static then emake ${MAKEOPTS} || die else @@ -46,7 +46,7 @@ src_install() { infodir=/usr/share/info \ install || die - if [ -z "`use build`" ] + if ! use build then dodoc COPYING AUTHORS NEWS ChangeLog README REFERENCES OChangeLog docinto txt diff --git a/sys-devel/bison/bison-1.75.ebuild b/sys-devel/bison/bison-1.75.ebuild index ba56459da211..8dc6b372b37c 100644 --- a/sys-devel/bison/bison-1.75.ebuild +++ b/sys-devel/bison/bison-1.75.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/sys-devel/bison/bison-1.75.ebuild,v 1.12 2004/02/01 10:54:01 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.13 2004/06/24 03:35:06 agriffis Exp $ IUSE="nls static build" # icc" @@ -26,7 +26,7 @@ src_compile() { econf ${myconf} || die - if [ -z "`use static`" ] + if ! use static then emake || die else @@ -42,7 +42,7 @@ src_install() { infodir=/usr/share/info \ install || die - if [ -z "`use build`" ] + if ! use build then dodoc COPYING AUTHORS NEWS ChangeLog README REFERENCES OChangeLog docinto txt |