summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 08:10:54 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 08:10:54 +0000
commitb998104c0ece932692fb196cad924268bf33f523 (patch)
treeb8d6ae14accaea8fc616a0105b5b1d4ca3d8049d /sys-devel/bison
parentwhitespace cleanup (diff)
downloadgentoo-2-b998104c0ece932692fb196cad924268bf33f523.tar.gz
gentoo-2-b998104c0ece932692fb196cad924268bf33f523.tar.bz2
gentoo-2-b998104c0ece932692fb196cad924268bf33f523.zip
whitespace cleanup
Diffstat (limited to 'sys-devel/bison')
-rw-r--r--sys-devel/bison/Manifest6
-rw-r--r--sys-devel/bison/bison-1.34-r1.ebuild4
-rw-r--r--sys-devel/bison/bison-1.35.ebuild4
-rw-r--r--sys-devel/bison/bison-1.75.ebuild6
4 files changed, 10 insertions, 10 deletions
diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest
index c07d4a6d87a0..2d3dff2d0723 100644
--- a/sys-devel/bison/Manifest
+++ b/sys-devel/bison/Manifest
@@ -1,7 +1,7 @@
MD5 760f84c2423fa0b1f06ed3949ee1a8b1 ChangeLog 2643
-MD5 f62f6580d8834f75e34d281af0d3990d bison-1.34-r1.ebuild 1220
-MD5 a4b81fc2758bcb3ce75c4638afb4f951 bison-1.35.ebuild 1327
-MD5 ce608c6837b90707c697d27486e9e65b bison-1.75.ebuild 1152
+MD5 6237bb7c742aaabfba528d8521f856da bison-1.34-r1.ebuild 1190
+MD5 cabead588b35fd0ef81765e0db4d9cf2 bison-1.35.ebuild 1297
+MD5 d5c8185871d1fb88a98f59353ad7aa25 bison-1.75.ebuild 1122
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
diff --git a/sys-devel/bison/bison-1.34-r1.ebuild b/sys-devel/bison/bison-1.34-r1.ebuild
index 21da85f2f446..fc13ddf8e563 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.10 2003/09/02 19:09:36 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.34-r1.ebuild,v 1.11 2003/09/06 08:09:07 msterret Exp $
IUSE="nls static build"
@@ -37,7 +37,7 @@ src_compile() {
fi
}
-src_install() {
+src_install() {
make DESTDIR=${D} \
datadir=/usr/share \
diff --git a/sys-devel/bison/bison-1.35.ebuild b/sys-devel/bison/bison-1.35.ebuild
index 049bb8f91f00..b8f734ee9f71 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.15 2003/09/02 19:09:36 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.35.ebuild,v 1.16 2003/09/06 08:09:07 msterret Exp $
IUSE="nls static build" # icc"
@@ -40,7 +40,7 @@ src_compile() {
fi
}
-src_install() {
+src_install() {
make DESTDIR=${D} \
datadir=/usr/share \
diff --git a/sys-devel/bison/bison-1.75.ebuild b/sys-devel/bison/bison-1.75.ebuild
index 7a95a88afbcc..a18968856135 100644
--- a/sys-devel/bison/bison-1.75.ebuild
+++ b/sys-devel/bison/bison-1.75.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.75.ebuild,v 1.9 2003/09/02 19:09:36 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.75.ebuild,v 1.10 2003/09/06 08:09:07 msterret Exp $
IUSE="nls static build" # icc"
@@ -21,7 +21,7 @@ src_compile() {
# use icc && CC="iccbin" CXX="iccbin" LD="iccbin"
local myconf=""
-
+
use nls || myconf="--disable-nls"
econf ${myconf} || die
@@ -34,7 +34,7 @@ src_compile() {
fi
}
-src_install() {
+src_install() {
make DESTDIR=${D} \
datadir=/usr/share \