diff options
author | 2004-01-19 22:13:19 +0000 | |
---|---|---|
committer | 2004-01-19 22:13:19 +0000 | |
commit | e7dcfb30fae7db00b32d54ee8fc871127b4d6914 (patch) | |
tree | cb3a956d1fd592e1021819ce0a5584ac86141402 /dev-perl/module-build | |
parent | Added ~arm, ~hppa, and ~mips to keywords to fix depend.BAD on new module-buil... (diff) | |
download | gentoo-2-e7dcfb30fae7db00b32d54ee8fc871127b4d6914.tar.gz gentoo-2-e7dcfb30fae7db00b32d54ee8fc871127b4d6914.tar.bz2 gentoo-2-e7dcfb30fae7db00b32d54ee8fc871127b4d6914.zip |
Bumped revision. Fixes bug 38704. Updated copyright headers. Fixed all dependencies on all archs.
Diffstat (limited to 'dev-perl/module-build')
-rw-r--r-- | dev-perl/module-build/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/module-build/files/digest-module-build-0.22 | 1 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.18.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.19.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.22.ebuild | 21 |
5 files changed, 34 insertions, 6 deletions
diff --git a/dev-perl/module-build/ChangeLog b/dev-perl/module-build/ChangeLog index a47b58140731..f6bb7986b470 100644 --- a/dev-perl/module-build/ChangeLog +++ b/dev-perl/module-build/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/module-build -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.4 2003/07/20 20:19:16 mcummings Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/ChangeLog,v 1.5 2004/01/19 22:13:16 esammer Exp $ + +*module-build-0.22 (19 Jan 2004) + + 19 Jan 2004; Eric Sammer <esammer@gentoo.org> module-build-0.18.ebuild, + module-build-0.19.ebuild, module-build-0.22.ebuild: + Bumped revision to 0.22. Fixes bug 38704. 20 Jul 2003; Michael Cummings <mcummings@gentoo.org> module-build-0.19.ebuild: diff --git a/dev-perl/module-build/files/digest-module-build-0.22 b/dev-perl/module-build/files/digest-module-build-0.22 new file mode 100644 index 000000000000..38c240796ec8 --- /dev/null +++ b/dev-perl/module-build/files/digest-module-build-0.22 @@ -0,0 +1 @@ +MD5 a788154750c657d01c0bf97d72e787e2 Module-Build-0.22.tar.gz 98397 diff --git a/dev-perl/module-build/module-build-0.18.ebuild b/dev-perl/module-build/module-build-0.18.ebuild index 6edd0cddbcc2..d7063a0dad68 100644 --- a/dev-perl/module-build/module-build-0.18.ebuild +++ b/dev-perl/module-build/module-build-0.18.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/module-build/module-build-0.18.ebuild,v 1.4 2003/07/20 20:19:50 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.18.ebuild,v 1.5 2004/01/19 22:13:19 esammer Exp $ inherit perl-module diff --git a/dev-perl/module-build/module-build-0.19.ebuild b/dev-perl/module-build/module-build-0.19.ebuild index 6016be903945..cbe9e15129c3 100644 --- a/dev-perl/module-build/module-build-0.19.ebuild +++ b/dev-perl/module-build/module-build-0.19.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/module-build/module-build-0.19.ebuild,v 1.2 2003/07/20 20:19:16 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.19.ebuild,v 1.3 2004/01/19 22:13:19 esammer Exp $ inherit perl-module diff --git a/dev-perl/module-build/module-build-0.22.ebuild b/dev-perl/module-build/module-build-0.22.ebuild new file mode 100644 index 000000000000..a99d294da36d --- /dev/null +++ b/dev-perl/module-build/module-build-0.22.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.22.ebuild,v 1.1 2004/01/19 22:13:19 esammer 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" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="~x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc ~amd64" + +DEPEND="dev-perl/module-info + dev-perl/yaml + >=dev-perl/Archive-Tar-1*" + +style="builder" |