diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-23 22:44:22 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-23 22:44:22 +0000 |
commit | 7dfd2a8a2a1e6940766cc4ab723b7b50515f335d (patch) | |
tree | b484ca351fe30836c90c24f8c45cdbb5d32fac2b /dev-perl/extutils-parsexs | |
parent | remove old versions (diff) | |
download | historical-7dfd2a8a2a1e6940766cc4ab723b7b50515f335d.tar.gz historical-7dfd2a8a2a1e6940766cc4ab723b7b50515f335d.tar.bz2 historical-7dfd2a8a2a1e6940766cc4ab723b7b50515f335d.zip |
Stable on alpha.
Diffstat (limited to 'dev-perl/extutils-parsexs')
-rw-r--r-- | dev-perl/extutils-parsexs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/extutils-parsexs/ChangeLog b/dev-perl/extutils-parsexs/ChangeLog index 2424da340672..96b7d85c67a2 100644 --- a/dev-perl/extutils-parsexs/ChangeLog +++ b/dev-perl/extutils-parsexs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/extutils-parsexs # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.7 2004/10/22 16:57:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.8 2004/10/23 22:40:00 kloeri Exp $ + + 24 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> + extutils-parsexs-2.08.ebuild: + Stable on alpha. 22 Oct 2004; Michael Cummings <mcummings@gentoo.org> extutils-parsexs-2.08.ebuild: diff --git a/dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild b/dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild index 587b1237beeb..39dfe7269ca2 100644 --- a/dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild +++ b/dev-perl/extutils-parsexs/extutils-parsexs-2.08.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-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild,v 1.5 2004/10/22 16:57:45 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.08.ebuild,v 1.6 2004/10/23 22:40:00 kloeri Exp $ inherit perl-module @@ -12,7 +12,7 @@ HOMEPAGE="http://search.cpan.org/~kwilliams/${MY_P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~alpha ~hppa ~mips ~ppc sparc ~amd64" +KEYWORDS="x86 alpha ~hppa ~mips ~ppc sparc ~amd64" IUSE="" SRC_TEST="do" |