diff options
author | Joshua Kinard <kumba@gentoo.org> | 2005-02-07 04:21:25 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2005-02-07 04:21:25 +0000 |
commit | 16e8c01d7ed0a0de0dba0ee1948284cd3ca85a27 (patch) | |
tree | 628e0398b9df1df893660cdea8547cf17df7ba08 /sys-devel/bison | |
parent | Marked stable on mips. (diff) | |
download | gentoo-2-16e8c01d7ed0a0de0dba0ee1948284cd3ca85a27.tar.gz gentoo-2-16e8c01d7ed0a0de0dba0ee1948284cd3ca85a27.tar.bz2 gentoo-2-16e8c01d7ed0a0de0dba0ee1948284cd3ca85a27.zip |
Marked stable on mips.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/Manifest | 22 | ||||
-rw-r--r-- | sys-devel/bison/bison-1.875d.ebuild | 4 |
3 files changed, 12 insertions, 19 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index d717d9cdea76..96dcc6a34379 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.39 2005/01/13 22:52:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.40 2005/02/07 04:21:25 kumba Exp $ + + 06 Feb 2005; Joshua Kinard <kumba@gentoo.org> bison-1.875d.ebuild: + Marked stable on mips. 13 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> bison-1.875d.ebuild: Stable on alpha, bug 77437. diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest index b4ccb6a689bb..95c4d76167ab 100644 --- a/sys-devel/bison/Manifest +++ b/sys-devel/bison/Manifest @@ -1,20 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 2248d37ee73b8782eb8c1204223bc3bf bison-2.0.ebuild 1396 -MD5 ad93f60854f056b4bfed13df79116d1a ChangeLog 5681 -MD5 598b34c1dc9ab3a33a0cbff69650f281 bison-1.875d.ebuild 1783 +MD5 d44c9737fb72c6c5994954774ca98541 ChangeLog 5776 MD5 8c84616c45d124011832de90f7838807 bison-1.875.ebuild 1801 +MD5 0185aa53bc7fc38a21ada375850efbe7 bison-1.875d.ebuild 1782 +MD5 2248d37ee73b8782eb8c1204223bc3bf bison-2.0.ebuild 1396 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 4ac198b61c1a87f5070a32369477eda0 files/digest-bison-2.0 62 +MD5 61b224a9eaf1ae7f77c2d1456d8fda87 files/bison-1.32-extfix.patch 1170 MD5 644a4912da3e5107f509022f173ec146 files/bison-1.875-gccerror.patch 1538 -MD5 6af3f9859615301181f6a1536aa56fb1 files/digest-bison-1.875d 65 MD5 4a875793f3bd808692002c152e5e26c4 files/digest-bison-1.875 64 -MD5 61b224a9eaf1ae7f77c2d1456d8fda87 files/bison-1.32-extfix.patch 1170 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB5vvDugEuf3OQ0akRArbsAJ4oSzk2Xer2wilE7sh046uARiLbDwCeLUzw -KrQXyGkzMA7UoK+VLeRJ4FY= -=oyfI ------END PGP SIGNATURE----- +MD5 6af3f9859615301181f6a1536aa56fb1 files/digest-bison-1.875d 65 +MD5 4ac198b61c1a87f5070a32369477eda0 files/digest-bison-2.0 62 diff --git a/sys-devel/bison/bison-1.875d.ebuild b/sys-devel/bison/bison-1.875d.ebuild index 01bf98b38263..2b1ac05aeb5d 100644 --- a/sys-devel/bison/bison-1.875d.ebuild +++ b/sys-devel/bison/bison-1.875d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875d.ebuild,v 1.8 2005/01/13 22:52:42 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875d.ebuild,v 1.9 2005/02/07 04:21:25 kumba Exp $ inherit toolchain-funcs flag-o-matic eutils gnuconfig @@ -10,7 +10,7 @@ SRC_URI="ftp://alpha.gnu.org/pub/gnu/bison/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="nls static" DEPEND="sys-devel/m4 |