summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-07-08 06:32:18 +0000
committerTorsten Veller <tove@gentoo.org>2009-07-08 06:32:18 +0000
commita27a8175fd71af3b26879d0a6ca73d6c6ef457aa (patch)
treeee021ee29c0d8e6f34642ec69345c355c001bc99 /virtual/perl-Module-Build
parentVersion bump (diff)
downloadgentoo-2-a27a8175fd71af3b26879d0a6ca73d6c6ef457aa.tar.gz
gentoo-2-a27a8175fd71af3b26879d0a6ca73d6c6ef457aa.tar.bz2
gentoo-2-a27a8175fd71af3b26879d0a6ca73d6c6ef457aa.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Module-Build')
-rw-r--r--virtual/perl-Module-Build/ChangeLog8
-rw-r--r--virtual/perl-Module-Build/perl-Module-Build-0.34.ebuild15
2 files changed, 22 insertions, 1 deletions
diff --git a/virtual/perl-Module-Build/ChangeLog b/virtual/perl-Module-Build/ChangeLog
index df6ee5c50131..8182e7450ff3 100644
--- a/virtual/perl-Module-Build/ChangeLog
+++ b/virtual/perl-Module-Build/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/perl-Module-Build
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.9 2009/05/04 09:50:28 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/ChangeLog,v 1.10 2009/07/08 06:32:18 tove Exp $
+
+*perl-Module-Build-0.34 (08 Jul 2009)
+
+ 08 Jul 2009; Torsten Veller <tove@gentoo.org>
+ +perl-Module-Build-0.34.ebuild:
+ Version bump
*perl-Module-Build-0.33 (04 May 2009)
diff --git a/virtual/perl-Module-Build/perl-Module-Build-0.34.ebuild b/virtual/perl-Module-Build/perl-Module-Build-0.34.ebuild
new file mode 100644
index 000000000000..f4acf76683bf
--- /dev/null
+++ b/virtual/perl-Module-Build/perl-Module-Build-0.34.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Build/perl-Module-Build-0.34.ebuild,v 1.1 2009/07/08 06:32:18 tove Exp $
+
+DESCRIPTION="Build and install Perl modules"
+HOMEPAGE="http://www.gentoo.org/proj/en/perl/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Module-Build-${PV}"