summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-15 02:19:54 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-15 02:19:54 +0000
commit5ca4de2c401bd6092126a6439b6565b491198f84 (patch)
tree1c5c7e13a1f4adf994eaa4062cfac8821f2e30fa /sys-devel
parentold (diff)
downloadhistorical-5ca4de2c401bd6092126a6439b6565b491198f84.tar.gz
historical-5ca4de2c401bd6092126a6439b6565b491198f84.tar.bz2
historical-5ca4de2c401bd6092126a6439b6565b491198f84.zip
tidy up
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bison/Manifest8
-rw-r--r--sys-devel/bison/bison-1.875.ebuild10
2 files changed, 7 insertions, 11 deletions
diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest
index 848f73888fa6..2bc0818f9289 100644
--- a/sys-devel/bison/Manifest
+++ b/sys-devel/bison/Manifest
@@ -2,7 +2,7 @@
Hash: SHA1
MD5 8a80beaac760e397aed8da0bafb6ff80 ChangeLog 4850
-MD5 0e880f3131fefee5c51c3a13d1f8a468 bison-1.875.ebuild 1865
+MD5 12f293970f7479a6607502571bd21904 bison-1.875.ebuild 1799
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 61b224a9eaf1ae7f77c2d1456d8fda87 files/bison-1.32-extfix.patch 1170
MD5 644a4912da3e5107f509022f173ec146 files/bison-1.875-gccerror.patch 1538
@@ -10,7 +10,7 @@ MD5 4a875793f3bd808692002c152e5e26c4 files/digest-bison-1.875 64
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBbzK/HTu7gpaalycRAnZQAKDWTXJdNfjLmmhE4BCnigzBw220vACdHRdn
-WdkSvAYg5QV7XHezAMPTZHE=
-=EIQL
+iD8DBQFBbzPRHTu7gpaalycRAm24AKDAbwWufR3Oc6uMXPZnHqQB585hpgCgi+Re
+0y3fJC7PhyFpt058TeljlOk=
+=wKot
-----END PGP SIGNATURE-----
diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild
index e29aa8d31256..4035dc2c7de7 100644
--- a/sys-devel/bison/bison-1.875.ebuild
+++ b/sys-devel/bison/bison-1.875.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-devel/bison/bison-1.875.ebuild,v 1.25 2004/10/15 02:00:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.26 2004/10/15 02:19:54 vapier Exp $
inherit gcc flag-o-matic eutils gnuconfig
@@ -11,13 +11,11 @@ SRC_URI="mirror://gnu/bison/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
-IUSE="nls static uclibc"
+IUSE="nls static"
DEPEND="sys-devel/m4
nls? ( sys-devel/gettext )"
-use uclibc && PROVIDE="dev-util/yacc"
-
src_unpack() {
unpack ${A}
cd ${S}
@@ -59,9 +57,7 @@ src_install() {
# We do not need this.
rm -f ${D}/usr/lib/liby.a
- dodoc AUTHORS NEWS ChangeLog README REFERENCES OChangeLog
- docinto txt
- dodoc doc/FAQ
+ dodoc AUTHORS NEWS ChangeLog README REFERENCES OChangeLog doc/FAQ
}
pkg_postinst() {