diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-30 16:23:08 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-30 16:23:08 +0000 |
commit | 00ee895648312c20c242b1f00d3771f56b752587 (patch) | |
tree | a055a92edf2fd7c8bf23647c6e508539b580db3a /dev-perl/extutils-parsexs | |
parent | Fixing BUG #52389. (diff) | |
download | historical-00ee895648312c20c242b1f00d3771f56b752587.tar.gz historical-00ee895648312c20c242b1f00d3771f56b752587.tar.bz2 historical-00ee895648312c20c242b1f00d3771f56b752587.zip |
Stable on alpha.
Diffstat (limited to 'dev-perl/extutils-parsexs')
-rw-r--r-- | dev-perl/extutils-parsexs/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/extutils-parsexs/ChangeLog b/dev-perl/extutils-parsexs/ChangeLog index 5c39d25925ee..e4afca8f6a4a 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.1 2003/06/26 16:24:40 mcummings Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.2 2004/05/30 15:55:59 kloeri Exp $ + + 30 May 2004; Bryan Østergaard <kloeri@gentoo.org> + extutils-parsexs-2.02.ebuild: + Stable on alpha. *extutils-parsexs-2.02 (26 Jun 2003) diff --git a/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild b/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild index 669ecb8776e8..2c9244e0e624 100644 --- a/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild +++ b/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild,v 1.2 2004/02/22 20:40:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild,v 1.3 2004/05/30 15:55:59 kloeri Exp $ inherit perl-module @@ -12,5 +12,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${MY_P}.readm SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ~alpha ~hppa ~mips ~ppc ~sparc" +KEYWORDS="x86 alpha ~hppa ~mips ~ppc ~sparc" |