summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-07-08 06:31:42 +0000
committerTorsten Veller <tove@gentoo.org>2009-07-08 06:31:42 +0000
commitd652faec65a7347887285e80104eeb54f779ff7d (patch)
tree507b42bd798c3032415a5272275b0d4a5908c635 /perl-core/Module-Build
parentupdated masks for sed and subversion. removed obsolete (and commented out) ma... (diff)
downloadgentoo-2-d652faec65a7347887285e80104eeb54f779ff7d.tar.gz
gentoo-2-d652faec65a7347887285e80104eeb54f779ff7d.tar.bz2
gentoo-2-d652faec65a7347887285e80104eeb54f779ff7d.zip
Version bump
(Portage version: 2.2_rc33/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.34.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog
index bb4d5c3d0b56..506839a0cb7d 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.9 2009/05/04 09:49:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.10 2009/07/08 06:31:42 tove Exp $
+
+*Module-Build-0.34 (08 Jul 2009)
+
+ 08 Jul 2009; Torsten Veller <tove@gentoo.org> +Module-Build-0.34.ebuild:
+ Version bump
*Module-Build-0.33 (04 May 2009)
diff --git a/perl-core/Module-Build/Module-Build-0.34.ebuild b/perl-core/Module-Build/Module-Build-0.34.ebuild
new file mode 100644
index 000000000000..1575557ac028
--- /dev/null
+++ b/perl-core/Module-Build/Module-Build-0.34.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 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.34.ebuild,v 1.1 2009/07/08 06:31:42 tove Exp $
+
+#inherit versionator
+MODULE_AUTHOR=DAGOLDEN
+#MY_P=${PN}-$(delete_version_separator 2)
+#S=${WORKDIR}/${MY_P}
+inherit perl-module
+
+DESCRIPTION="Build and install Perl modules"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+# Removing these as hard deps. They are listed as recommended in the Build.PL,
+# but end up causing a dep loop since they require module-build to be built.
+# ~mcummings 06.16.06
+PDEPEND=">=virtual/perl-ExtUtils-CBuilder-0.15
+ >=virtual/perl-ExtUtils-ParseXS-1.02"
+
+DEPEND="dev-lang/perl
+ dev-perl/yaml
+ >=virtual/perl-Archive-Tar-1.09
+ >=virtual/perl-Test-Harness-3.16"
+
+SRC_TEST="do"