diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-03 09:36:53 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-03 09:36:53 +0000 |
commit | 25a6c078a71e81c7cf69d408e69b99c0152f52a9 (patch) | |
tree | eb81016e959d4118a656bd5fbf6887d7b792efdf /dev-util/gperf | |
parent | Stable on alpha. (diff) | |
download | historical-25a6c078a71e81c7cf69d408e69b99c0152f52a9.tar.gz historical-25a6c078a71e81c7cf69d408e69b99c0152f52a9.tar.bz2 historical-25a6c078a71e81c7cf69d408e69b99c0152f52a9.zip |
Stable on alpha.
Diffstat (limited to 'dev-util/gperf')
-rw-r--r-- | dev-util/gperf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/gperf/gperf-3.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/gperf/ChangeLog b/dev-util/gperf/ChangeLog index 7a5e1cd56c1b..ccfb349647b0 100644 --- a/dev-util/gperf/ChangeLog +++ b/dev-util/gperf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/gperf # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.14 2004/05/05 08:12:53 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/ChangeLog,v 1.15 2004/06/03 09:36:53 kloeri Exp $ + + 03 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> gperf-3.0.1.ebuild: + Stable on alpha. 05 May 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml, gperf-2.7.2.ebuild: diff --git a/dev-util/gperf/gperf-3.0.1.ebuild b/dev-util/gperf/gperf-3.0.1.ebuild index b3c1020a680a..182b18dc2774 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 Technologies, Inc. # 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.4 2004/04/29 13:56:11 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.1.ebuild,v 1.5 2004/06/03 09:36:53 kloeri Exp $ S=${WORKDIR}/${P} DESCRIPTION="A perfect hash function generator." @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc ~alpha amd64 ~hppa ~mips" +KEYWORDS="x86 ~ppc sparc alpha amd64 ~hppa ~mips" DEPEND="virtual/glibc" |