diff options
author | Torsten Veller <tove@gentoo.org> | 2011-03-06 08:14:49 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-03-06 08:14:49 +0000 |
commit | 9b320d6ce5196ef4776fa52e7868af7e9d669d30 (patch) | |
tree | 3a5a9bc45602cec79cd783caf68cbb1aaea11dd4 /perl-core | |
parent | Mask perl-core/Module-Build for testing (diff) | |
download | gentoo-2-9b320d6ce5196ef4776fa52e7868af7e9d669d30.tar.gz gentoo-2-9b320d6ce5196ef4776fa52e7868af7e9d669d30.tar.bz2 gentoo-2-9b320d6ce5196ef4776fa52e7868af7e9d669d30.zip |
Version bump
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Module-Build/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Module-Build/Module-Build-0.380.0.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog index 3999edfcb07e..7d44561b0d90 100644 --- a/perl-core/Module-Build/ChangeLog +++ b/perl-core/Module-Build/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Module-Build # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.45 2011/02/27 12:09:12 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.46 2011/03/06 08:14:49 tove Exp $ + +*Module-Build-0.380.0 (06 Mar 2011) + + 06 Mar 2011; Torsten Veller <tove@gentoo.org> +Module-Build-0.380.0.ebuild: + Version bump 27 Feb 2011; Fabian Groffen <grobian@gentoo.org> Module-Build-0.362.400.ebuild: diff --git a/perl-core/Module-Build/Module-Build-0.380.0.ebuild b/perl-core/Module-Build/Module-Build-0.380.0.ebuild new file mode 100644 index 000000000000..fdc7c1a142d4 --- /dev/null +++ b/perl-core/Module-Build/Module-Build-0.380.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.380.0.ebuild,v 1.1 2011/03/06 08:14:49 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=DAGOLDEN +MODULE_VERSION=0.3800 +inherit perl-module + +DESCRIPTION="Build and install Perl modules" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND=" + >=virtual/perl-CPAN-Meta-2.110.420 + >=virtual/perl-Parse-CPAN-Meta-1.440.100 + >=virtual/perl-Module-Metadata-1.0.2 + >=virtual/perl-Perl-OSType-1 + >=virtual/perl-ExtUtils-CBuilder-0.27 + >=virtual/perl-ExtUtils-ParseXS-2.22.05 + >=virtual/perl-Archive-Tar-1.09 + >=virtual/perl-Test-Harness-3.16 + >=virtual/perl-version-0.87 +" +RDEPEND="${DEPEND}" + +SRC_TEST="do" |