summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2003-12-08 22:32:37 +0000
committerGuy Martin <gmsoft@gentoo.org>2003-12-08 22:32:37 +0000
commitaed8fc46a56524842d8424f7fe1b1ab21b8e222f (patch)
treed7c01bfba3485022d43127a64293eccc906d61a7 /sys-devel/bison
parentfix bug #35127 (diff)
downloadhistorical-aed8fc46a56524842d8424f7fe1b1ab21b8e222f.tar.gz
historical-aed8fc46a56524842d8424f7fe1b1ab21b8e222f.tar.bz2
historical-aed8fc46a56524842d8424f7fe1b1ab21b8e222f.zip
Marked stable on hppa.
Diffstat (limited to 'sys-devel/bison')
-rw-r--r--sys-devel/bison/ChangeLog5
-rw-r--r--sys-devel/bison/Manifest10
-rw-r--r--sys-devel/bison/bison-1.875.ebuild4
3 files changed, 11 insertions, 8 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog
index 14f1d23735fe..74f4d793d15f 100644
--- a/sys-devel/bison/ChangeLog
+++ b/sys-devel/bison/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for sys-devel/bison
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.21 2003/11/20 15:51:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.22 2003/12/08 22:26:14 gmsoft Exp $
20 Nov 2003; Aron Griffis <agriffis@gentoo.org> bison-1.875.ebuild:
Stable on alpha
@@ -18,6 +18,9 @@
*bison-1.875 (07 Sep 2003)
+ 08 Dec 2003; Guy Martin <gmsoft@gentoo.org> bison-1.875.ebuild :
+ Marked stable on hppa.
+
07 Sep 2003; Martin Schlemmer <azarah@gentoo.org> bison-1.875.ebuild,
files/bison-1.32-extfix.patch, files/bison-1.875-gccerror.patch:
Update version.
diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest
index d1f76e733387..8999c3983aae 100644
--- a/sys-devel/bison/Manifest
+++ b/sys-devel/bison/Manifest
@@ -1,12 +1,12 @@
-MD5 0cac16652850dfa1153e22bccf9acbf5 bison-1.75.ebuild 1118
+MD5 6c035c4f84d89149655c42dfeafa2dc4 ChangeLog 3435
MD5 e67f8a7159f2797989c111781136704d bison-1.34-r1.ebuild 1171
-MD5 89dbdd3a6fa71a1e6e8e04bf1502f183 bison-1.875.ebuild 1357
MD5 6ca9b4066b66b897b07dc2470ecc5747 bison-1.35.ebuild 1276
-MD5 9132481e1e36c73c88e8c56ad7030b3d ChangeLog 3344
+MD5 0cac16652850dfa1153e22bccf9acbf5 bison-1.75.ebuild 1118
+MD5 bd34878fd5f723c3c604fd64cbc193aa bison-1.875.ebuild 1354
MD5 8b38aca4e779e11e0569c860f8f851a4 metadata.xml 204
+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.875.ebuild b/sys-devel/bison/bison-1.875.ebuild
index c177a34e7874..c23089cc5abb 100644
--- a/sys-devel/bison/bison-1.875.ebuild
+++ b/sys-devel/bison/bison-1.875.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.875.ebuild,v 1.6 2003/11/20 15:51:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.7 2003/12/08 22:26:14 gmsoft Exp $
IUSE="nls static build" # icc"
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
LICENSE="GPL-2"
SLOT="0"
# do not compile xfree
-KEYWORDS="amd64 ~x86 ~ppc ~sparc alpha ~mips ~hppa ~arm ia64"
+KEYWORDS="amd64 ~x86 ~ppc ~sparc alpha ~mips hppa ~arm ia64"
DEPEND="sys-devel/m4
nls? ( sys-devel/gettext )"