summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-07-19 15:53:22 +0000
committerNed Ludd <solar@gentoo.org>2004-07-19 15:53:22 +0000
commit33f77efa9674e679a0d14254bceec9525c202ac0 (patch)
tree563e73c26e4df114c7416d10233d819c2aa7adcb /sys-devel
parentfix docs sandbox issue (Manifest recommit) (diff)
downloadgentoo-2-33f77efa9674e679a0d14254bceec9525c202ac0.tar.gz
gentoo-2-33f77efa9674e679a0d14254bceec9525c202ac0.tar.bz2
gentoo-2-33f77efa9674e679a0d14254bceec9525c202ac0.zip
updated bison to use gnuconfig.eclass. Needed for uclibc and mayber others.
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bison/ChangeLog5
-rw-r--r--sys-devel/bison/Manifest2
-rw-r--r--sys-devel/bison/bison-1.875.ebuild5
3 files changed, 8 insertions, 4 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog
index ac0a07cc6958..ba7852f4e813 100644
--- a/sys-devel/bison/ChangeLog
+++ b/sys-devel/bison/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/bison
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.30 2004/06/24 22:43:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.31 2004/07/19 15:53:22 solar Exp $
+
+ 19 Jul 2004; <solar@gentoo.org> bison-1.875.ebuild:
+ updated bison to use gnuconfig.eclass. Needed for uclibc and maybe others.
23 Jun 2004; Aron Griffis <agriffis@gentoo.org> bison-1.34-r1.ebuild,
bison-1.35.ebuild, bison-1.75.ebuild:
diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest
index 25107b0dacb5..2d638b2c4cdd 100644
--- a/sys-devel/bison/Manifest
+++ b/sys-devel/bison/Manifest
@@ -1,6 +1,6 @@
MD5 5b8d6572f8235d7ce55b48bf732412d0 bison-1.75.ebuild 1072
MD5 35fee9889b6d304bfce347a2ad8a76dd bison-1.34-r1.ebuild 1123
-MD5 d2d3e7db447a8da737e0ae0e343eef5b bison-1.875.ebuild 1794
+MD5 ad1d39d69e4a22d96a52cf2ae0cc9b7c bison-1.875.ebuild 1822
MD5 06ab2a40b3da792bb74f57bd39ce2420 bison-1.35.ebuild 1225
MD5 b80dca1c8d832adf137b71857d0c8d67 ChangeLog 4549
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild
index 7221b639379b..04b45873575a 100644
--- a/sys-devel/bison/bison-1.875.ebuild
+++ b/sys-devel/bison/bison-1.875.ebuild
@@ -1,8 +1,8 @@
# 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.22 2004/07/15 03:11:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.23 2004/07/19 15:53:22 solar Exp $
-inherit gcc flag-o-matic eutils
+inherit gcc flag-o-matic eutils gnuconfig
DESCRIPTION="A yacc-compatible parser generator"
HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
@@ -23,6 +23,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${PN}-1.32-extfix.patch
epatch ${FILESDIR}/${PN}-1.875-gccerror.patch
+ gnuconfig_update
}
src_compile() {