diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 06:04:38 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 06:04:38 +0000 |
commit | cd7037b9dbd6b1a163fffbe972f71a94a5e2d9c7 (patch) | |
tree | b61ad96e1e92294ac450652d4602832be1252aad /sys-devel/bison | |
parent | repoman: header fix (diff) | |
download | gentoo-2-cd7037b9dbd6b1a163fffbe972f71a94a5e2d9c7.tar.gz gentoo-2-cd7037b9dbd6b1a163fffbe972f71a94a5e2d9c7.tar.bz2 gentoo-2-cd7037b9dbd6b1a163fffbe972f71a94a5e2d9c7.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/Manifest | 14 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.34-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.35.ebuild | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest index dc29a934bec4..90b94293b3a8 100644 --- a/sys-devel/bison/Manifest +++ b/sys-devel/bison/Manifest @@ -1,11 +1,11 @@ -MD5 0cac16652850dfa1153e22bccf9acbf5 bison-1.75.ebuild 1118 MD5 28d991200f2614e3d9bb0886cf87bbc6 ChangeLog 3168 -MD5 a34d25d7b5864698403c8c03bcec6cb4 bison-1.34-r1.ebuild 1170 -MD5 362a2a676eb61507ecc0cb7ee8847fcf bison-1.35.ebuild 1275 +MD5 e67f8a7159f2797989c111781136704d bison-1.34-r1.ebuild 1171 +MD5 6ca9b4066b66b897b07dc2470ecc5747 bison-1.35.ebuild 1276 +MD5 0cac16652850dfa1153e22bccf9acbf5 bison-1.75.ebuild 1118 MD5 4d847ff7fbebcc64f8a65b0c0161a3af bison-1.875.ebuild 1352 -MD5 4a875793f3bd808692002c152e5e26c4 files/digest-bison-1.875 64 +MD5 85dbbe1a9f32abae54cacd04aaa80709 files/digest-bison-1.34-r1 63 MD5 9c4ca0c28c5762cc799cc3e56f51d54e files/digest-bison-1.35 63 -MD5 644a4912da3e5107f509022f173ec146 files/bison-1.875-gccerror.patch 1538 -MD5 61b224a9eaf1ae7f77c2d1456d8fda87 files/bison-1.32-extfix.patch 1170 MD5 ccaa497656beb47a684c2e33084522b0 files/digest-bison-1.75 63 -MD5 85dbbe1a9f32abae54cacd04aaa80709 files/digest-bison-1.34-r1 63 +MD5 61b224a9eaf1ae7f77c2d1456d8fda87 files/bison-1.32-extfix.patch 1170 +MD5 644a4912da3e5107f509022f173ec146 files/bison-1.875-gccerror.patch 1538 +MD5 4a875793f3bd808692002c152e5e26c4 files/digest-bison-1.875 64 diff --git a/sys-devel/bison/bison-1.34-r1.ebuild b/sys-devel/bison/bison-1.34-r1.ebuild index 27c70fcb0a2f..28de1f80a12f 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-2003 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.12 2003/09/08 02:14:58 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34-r1.ebuild,v 1.13 2003/09/08 06:04:02 msterret Exp $ IUSE="nls static build" @@ -17,7 +17,7 @@ DEPEND="nls? ( sys-devel/gettext )" src_compile() { local myconf= - + use nls || myconf="--disable-nls" ./configure --prefix=/usr \ diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild index 5fea9c0e8eb5..192d1a3c7e70 100644 --- a/sys-devel/bison/bison-1.35.ebuild +++ b/sys-devel/bison/bison-1.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.17 2003/09/08 02:14:58 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.18 2003/09/08 06:04:02 msterret Exp $ IUSE="nls static build" # icc" @@ -19,7 +19,7 @@ DEPEND="nls? ( sys-devel/gettext )" src_compile() { local myconf= - + use nls || myconf="--disable-nls" # use icc && CC="iccbin" CXX="iccbin" LD="iccbin" |