diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-08-06 08:41:06 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-08-06 08:41:06 +0000 |
commit | 2bbe2f21e6c0da4ba21626bb6bba10b2efa8fc3e (patch) | |
tree | 42e64c822a30dc3ef554e4c0bb191aa03188617b /dev-util | |
parent | Added to ~ppc (diff) | |
download | historical-2bbe2f21e6c0da4ba21626bb6bba10b2efa8fc3e.tar.gz historical-2bbe2f21e6c0da4ba21626bb6bba10b2efa8fc3e.tar.bz2 historical-2bbe2f21e6c0da4ba21626bb6bba10b2efa8fc3e.zip |
Stable on hppa.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gperf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gperf/Manifest | 4 | ||||
-rw-r--r-- | dev-util/gperf/gperf-3.0.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/gperf/ChangeLog b/dev-util/gperf/ChangeLog index 8e1daa348231..d368c872800b 100644 --- a/dev-util/gperf/ChangeLog +++ b/dev-util/gperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gperf # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.21 2004/07/17 22:01:57 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.22 2004/08/06 08:41:06 gmsoft Exp $ + + 06 Aug 2004; Guy Martin <gmsoft@gentoo.org> gperf-3.0.1.ebuild: + Stable on hppa. 17 Jul 2004; Tom Gall <tgall@gentoo.org> gperf-3.0.1.ebuild: stable on ppc64, bug #55804 diff --git a/dev-util/gperf/Manifest b/dev-util/gperf/Manifest index 25c44f84f550..200e45551a2c 100644 --- a/dev-util/gperf/Manifest +++ b/dev-util/gperf/Manifest @@ -1,6 +1,6 @@ -MD5 73307e2ad077602e4a40ce77ce3aa14c ChangeLog 2023 +MD5 b32288e366283eba0e1cbffd1b48102f ChangeLog 2109 MD5 06f4145fae65bfcd6d8b89d7fbee1aad gperf-2.7.2.ebuild 756 -MD5 4ae17d594343e5397e3a372b8c90126d gperf-3.0.1.ebuild 540 +MD5 87ece4d63af4b37da99800f31d0471e5 gperf-3.0.1.ebuild 540 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 MD5 ec1cc9b13d8e32fc5d07f728b58f8fe9 files/digest-gperf-2.7.2 63 MD5 748cbc76e71cf034e58e6eae1ad118e4 files/digest-gperf-3.0.1 63 diff --git a/dev-util/gperf/gperf-3.0.1.ebuild b/dev-util/gperf/gperf-3.0.1.ebuild index ff9b76bd6137..e75a7b4340fc 100644 --- a/dev-util/gperf/gperf-3.0.1.ebuild +++ b/dev-util/gperf/gperf-3.0.1.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/dev-util/gperf/gperf-3.0.1.ebuild,v 1.10 2004/07/17 22:01:57 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.1.ebuild,v 1.11 2004/08/06 08:41:06 gmsoft Exp $ DESCRIPTION="A perfect hash function generator." SRC_URI="ftp://ftp.gnu.org/pub/gnu/gperf/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc alpha amd64 ~hppa mips ppc64" +KEYWORDS="x86 ~ppc sparc alpha amd64 hppa mips ppc64" IUSE="" DEPEND="virtual/libc" |