diff options
author | Travis Tilley <lv@gentoo.org> | 2004-05-10 23:30:33 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-05-10 23:30:33 +0000 |
commit | b50a01b809734179ba45893da0c4c1246e30a9e7 (patch) | |
tree | f4067d695435a11bfff6a197315084f6335b7080 /dev-util/byacc | |
parent | ~amd64 (diff) | |
download | historical-b50a01b809734179ba45893da0c4c1246e30a9e7.tar.gz historical-b50a01b809734179ba45893da0c4c1246e30a9e7.tar.bz2 historical-b50a01b809734179ba45893da0c4c1246e30a9e7.zip |
stable on amd64
Diffstat (limited to 'dev-util/byacc')
-rw-r--r-- | dev-util/byacc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/byacc/Manifest | 8 | ||||
-rw-r--r-- | dev-util/byacc/byacc-1.9-r1.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/byacc/ChangeLog b/dev-util/byacc/ChangeLog index 85726f675ca6..b906fb277c27 100644 --- a/dev-util/byacc/ChangeLog +++ b/dev-util/byacc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/byacc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.5 2004/04/14 19:57:46 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/ChangeLog,v 1.6 2004/05/10 23:30:33 lv Exp $ + + 10 May 2004; Travis Tilley <lv@gentoo.org> byacc-1.9-r1.ebuild: + marked stable on amd64 14 Apr 2004; Michael McCabe <randy@gentoo.org> byacc-1.9-r1.ebuild: adding s390 to keywords diff --git a/dev-util/byacc/Manifest b/dev-util/byacc/Manifest index 0e75b1f4930f..6bc41f80f1ad 100644 --- a/dev-util/byacc/Manifest +++ b/dev-util/byacc/Manifest @@ -1,7 +1,7 @@ -MD5 500160028eaab00465a1ae7046bc923f ChangeLog 905 +MD5 5c8668f42bcfbe867b6dc4008bc829eb byacc-1.9-r1.ebuild 871 MD5 8ba45fa5abb2b72b389a59cd9c375a1e byacc-1.9.ebuild 863 -MD5 1f6c44a2f6f2598105894209a8363838 byacc-1.9-r1.ebuild 868 -MD5 463704e3c68fc5577c576216a24e9932 files/digest-byacc-1.9 61 -MD5 df645d0e6382050201af35e3002dfc5b files/mkstemp.patch 413 +MD5 d7f4ca1f2d01a3cffc1d064ac63eb304 ChangeLog 994 MD5 c5a221a78a10f6156ea9ddb2ade30598 files/byacc-1.9-ia64.patch 504 +MD5 df645d0e6382050201af35e3002dfc5b files/mkstemp.patch 413 +MD5 463704e3c68fc5577c576216a24e9932 files/digest-byacc-1.9 61 MD5 463704e3c68fc5577c576216a24e9932 files/digest-byacc-1.9-r1 61 diff --git a/dev-util/byacc/byacc-1.9-r1.ebuild b/dev-util/byacc/byacc-1.9-r1.ebuild index 4d92e3f9ee85..132baa3336f4 100644 --- a/dev-util/byacc/byacc-1.9-r1.ebuild +++ b/dev-util/byacc/byacc-1.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r1.ebuild,v 1.2 2004/04/14 19:57:46 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r1.ebuild,v 1.3 2004/05/10 23:30:33 lv Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://sources.isc.org/devel/tools/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ppc ia64 ~sparc ~alpha ~mips ~hppa s390" +KEYWORDS="x86 ppc ia64 ~sparc ~alpha ~mips ~hppa s390 amd64" src_compile() { epatch ${FILESDIR}/mkstemp.patch |