summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-07-09 17:41:39 +0000
committerTorsten Veller <tove@gentoo.org>2011-07-09 17:41:39 +0000
commiteee978dad193b3363f0adf62a09cd7eebef5f7ec (patch)
tree2b1dc3318c2117789e56447b48fc30e37110474f
parentFix include guard with recent libX11 wrt #349448 by Diego Elio Pettenò (diff)
downloadgentoo-2-eee978dad193b3363f0adf62a09cd7eebef5f7ec.tar.gz
gentoo-2-eee978dad193b3363f0adf62a09cd7eebef5f7ec.tar.bz2
gentoo-2-eee978dad193b3363f0adf62a09cd7eebef5f7ec.zip
Version bump
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
-rw-r--r--virtual/perl-ExtUtils-MakeMaker/ChangeLog8
-rw-r--r--virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.580.0.ebuild15
2 files changed, 22 insertions, 1 deletions
diff --git a/virtual/perl-ExtUtils-MakeMaker/ChangeLog b/virtual/perl-ExtUtils-MakeMaker/ChangeLog
index c7696d5f89d8..01d61876a669 100644
--- a/virtual/perl-ExtUtils-MakeMaker/ChangeLog
+++ b/virtual/perl-ExtUtils-MakeMaker/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for virtual/perl-ExtUtils-MakeMaker
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v 1.34 2011/07/07 04:31:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v 1.35 2011/07/09 17:41:39 tove Exp $
+
+*perl-ExtUtils-MakeMaker-6.580.0 (09 Jul 2011)
+
+ 09 Jul 2011; Torsten Veller <tove@gentoo.org>
+ +perl-ExtUtils-MakeMaker-6.580.0.ebuild:
+ Version bump
07 Jul 2011; Alexis Ballier <aballier@gentoo.org>
perl-ExtUtils-MakeMaker-6.56.ebuild:
diff --git a/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.580.0.ebuild b/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.580.0.ebuild
new file mode 100644
index 000000000000..d42f94340b1d
--- /dev/null
+++ b/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.580.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.580.0.ebuild,v 1.1 2011/07/09 17:41:39 tove Exp $
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
+#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~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=""
+
+RDEPEND="~perl-core/${PN#perl-}-${PV}"