diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 07:58:35 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 07:58:35 +0000 |
commit | 89086dec59145273f337c6282b9cb61e8afc4d76 (patch) | |
tree | 13a0bb505989f847cb4ac2e2072201c9161b876b /dev-perl/extutils-parsexs | |
parent | Move some variables to locals. Note that all of this cleanup is thanks to mr_... (diff) | |
download | gentoo-2-89086dec59145273f337c6282b9cb61e8afc4d76.tar.gz gentoo-2-89086dec59145273f337c6282b9cb61e8afc4d76.tar.bz2 gentoo-2-89086dec59145273f337c6282b9cb61e8afc4d76.zip |
Stable on amd64.
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.02.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/extutils-parsexs/ChangeLog b/dev-perl/extutils-parsexs/ChangeLog index 9b5a2c2dc2d5..b2bfa49527ee 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.5 2004/06/25 00:27:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/ChangeLog,v 1.6 2004/10/19 07:58:35 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> + extutils-parsexs-2.02.ebuild: + Stable on amd64. *extutils-parsexs-2.08 (05 Jun 2004) diff --git a/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild b/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild index 85c0321c74fe..33456e76bdf5 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-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.02.ebuild,v 1.7 2004/10/16 23:57:25 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-parsexs/extutils-parsexs-2.02.ebuild,v 1.8 2004/10/19 07:58:35 absinthe 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 ~amd64" +KEYWORDS="x86 alpha ~hppa ~mips ~ppc ~sparc amd64" IUSE="" |