diff options
Diffstat (limited to 'virtual/perl-ExtUtils-MakeMaker')
-rw-r--r-- | virtual/perl-ExtUtils-MakeMaker/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.590.0.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/virtual/perl-ExtUtils-MakeMaker/ChangeLog b/virtual/perl-ExtUtils-MakeMaker/ChangeLog index 0e678d28d6c0..645829d8161c 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.36 2011/07/26 18:34:02 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v 1.37 2011/08/06 08:09:56 tove Exp $ + +*perl-ExtUtils-MakeMaker-6.590.0 (06 Aug 2011) + + 06 Aug 2011; Torsten Veller <tove@gentoo.org> + +perl-ExtUtils-MakeMaker-6.590.0.ebuild: + Version bump 26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> perl-ExtUtils-MakeMaker-6.580.0.ebuild: diff --git a/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.590.0.ebuild b/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.590.0.ebuild new file mode 100644 index 000000000000..d6a6e0d4b396 --- /dev/null +++ b/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.590.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.590.0.ebuild,v 1.1 2011/08/06 08:09:56 tove Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~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}" |