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 | b676353e303f507de760dd1c460a4131b43a1226 (patch) | |
tree | cf8e3affa99d4c08511557dd3cdc17a536357002 /dev-perl/module-build | |
parent | remove old versions (Manifest recommit) (diff) | |
download | gentoo-2-b676353e303f507de760dd1c460a4131b43a1226.tar.gz gentoo-2-b676353e303f507de760dd1c460a4131b43a1226.tar.bz2 gentoo-2-b676353e303f507de760dd1c460a4131b43a1226.zip |
Stable on alpha.
Diffstat (limited to 'dev-perl/module-build')
-rw-r--r-- | dev-perl/module-build/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.25.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog index 2f755b3625c3..d312c9b447b4 100644 --- a/dev-perl/module-build/ChangeLog +++ b/dev-perl/module-build/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/module-build # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.12 2004/10/22 16:59:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.13 2004/10/23 22:44:22 kloeri Exp $ + + 24 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> + module-build-0.25.ebuild: + Stable on alpha. 22 Oct 2004; Michael Cummings <mcummings@gentoo.org> module-build-0.25.ebuild: diff --git a/dev-perl/module-build/module-build-0.25.ebuild b/dev-perl/module-build/module-build-0.25.ebuild index 48e6a6bc2d0a..f002059d9ba8 100644 --- a/dev-perl/module-build/module-build-0.25.ebuild +++ b/dev-perl/module-build/module-build-0.25.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-build/module-build-0.25.ebuild,v 1.3 2004/10/22 16:59:00 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.25.ebuild,v 1.4 2004/10/23 22:44:22 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="" style="builder" |