summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-29 09:56:33 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-29 09:56:33 +0000
commitacb8aa147c555eb1b9a63f76ec87fa609ffcb405 (patch)
treebf00997aa730e25df081f025a1c9ddc891f43809 /perl-core/Module-Build
parentInitial version (diff)
downloadgentoo-2-acb8aa147c555eb1b9a63f76ec87fa609ffcb405.tar.gz
gentoo-2-acb8aa147c555eb1b9a63f76ec87fa609ffcb405.tar.bz2
gentoo-2-acb8aa147c555eb1b9a63f76ec87fa609ffcb405.zip
Version bump
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'perl-core/Module-Build')
-rw-r--r--perl-core/Module-Build/ChangeLog7
-rw-r--r--perl-core/Module-Build/Module-Build-0.362.400.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog
index 6f746acfe09c..9f7b5539b8ed 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.40 2011/01/17 07:54:41 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.41 2011/01/29 09:56:33 tove Exp $
+
+*Module-Build-0.362.400 (29 Jan 2011)
+
+ 29 Jan 2011; Torsten Veller <tove@gentoo.org> +Module-Build-0.362.400.ebuild:
+ Version bump
17 Jan 2011; Torsten Veller <tove@gentoo.org> -Module-Build-0.35.ebuild,
-Module-Build-0.36.01.ebuild, -Module-Build-0.36.03.ebuild:
diff --git a/perl-core/Module-Build/Module-Build-0.362.400.ebuild b/perl-core/Module-Build/Module-Build-0.362.400.ebuild
new file mode 100644
index 000000000000..31472287c2ac
--- /dev/null
+++ b/perl-core/Module-Build/Module-Build-0.362.400.ebuild
@@ -0,0 +1,29 @@
+# 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.362.400.ebuild,v 1.1 2011/01/29 09:56:33 tove Exp $
+
+EAPI=3
+
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.3624
+inherit perl-module
+
+DESCRIPTION="Build and install Perl modules"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=virtual/perl-CPAN-Meta-YAML-0.2
+ >=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"