diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-10-22 16:59:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-10-22 16:59:00 +0000 |
commit | f5a205bb00304ec25a576f656ecf0068620e3008 (patch) | |
tree | f2e9824d210554b6eb310235f9a073e88744d69b /dev-perl/module-build | |
parent | marking (Manifest recommit) (diff) | |
download | gentoo-2-f5a205bb00304ec25a576f656ecf0068620e3008.tar.gz gentoo-2-f5a205bb00304ec25a576f656ecf0068620e3008.tar.bz2 gentoo-2-f5a205bb00304ec25a576f656ecf0068620e3008.zip |
marking stable
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 | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog index 08c75a7b36e2..2f755b3625c3 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.11 2004/10/19 07:59:47 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.12 2004/10/22 16:59:00 mcummings Exp $ + + 22 Oct 2004; Michael Cummings <mcummings@gentoo.org> + module-build-0.25.ebuild: + marking stable for x86 and sparc 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> module-build-0.22.ebuild: Stable on amd64. diff --git a/dev-perl/module-build/module-build-0.25.ebuild b/dev-perl/module-build/module-build-0.25.ebuild index b5ddcb04cb47..48e6a6bc2d0a 100644 --- a/dev-perl/module-build/module-build-0.25.ebuild +++ b/dev-perl/module-build/module-build-0.25.ebuild @@ -1,23 +1,24 @@ # 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.2 2004/10/16 23:57:25 rac Exp $ +# $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 $ inherit perl-module MY_P="Module-Build-${PV}" S=${WORKDIR}/${MY_P} DESCRIPTION="Build and install Perl modules" -SRC_URI="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/${MY_P}.readme" +SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" +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" + DEPEND="dev-perl/module-info dev-perl/yaml dev-perl/extutils-parsexs >=dev-perl/Archive-Tar-1.09" -style="builder" |