diff options
author | 2004-10-19 07:58:35 +0000 | |
---|---|---|
committer | 2004-10-19 07:58:35 +0000 | |
commit | 89086dec59145273f337c6282b9cb61e8afc4d76 (patch) | |
tree | 13a0bb505989f847cb4ac2e2072201c9161b876b /dev-perl/module-info | |
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/module-info')
-rw-r--r-- | dev-perl/module-info/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/module-info/module-info-0.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog index 9deadae5b746..b08dddfdad31 100644 --- a/dev-perl/module-info/ChangeLog +++ b/dev-perl/module-info/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/module-info # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.7 2004/07/30 15:29:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.8 2004/10/19 07:57:18 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> module-info-0.20.ebuild: + Stable on amd64. *module-info-0.26 (30 Jul 2004) diff --git a/dev-perl/module-info/module-info-0.20.ebuild b/dev-perl/module-info/module-info-0.20.ebuild index 31a61f549133..7dd3185d9596 100644 --- a/dev-perl/module-info/module-info-0.20.ebuild +++ b/dev-perl/module-info/module-info-0.20.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/module-info/module-info-0.20.ebuild,v 1.8 2004/10/16 23:57:25 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.20.ebuild,v 1.9 2004/10/19 07:57:18 absinthe Exp $ inherit perl-module @@ -12,5 +12,5 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.readme" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 alpha ~hppa ~mips ~ppc sparc ~amd64" +KEYWORDS="x86 alpha ~hppa ~mips ~ppc sparc amd64" IUSE="" |