diff options
-rw-r--r-- | virtual/perl-ExtUtils-Manifest/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.590.0.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-ExtUtils-Manifest/ChangeLog b/virtual/perl-ExtUtils-Manifest/ChangeLog index efa3e02ee6a7..0685dd64dcff 100644 --- a/virtual/perl-ExtUtils-Manifest/ChangeLog +++ b/virtual/perl-ExtUtils-Manifest/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-ExtUtils-Manifest # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog,v 1.12 2011/07/26 18:25:37 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/ChangeLog,v 1.13 2011/08/09 19:28:29 tove Exp $ + +*perl-ExtUtils-Manifest-1.590.0 (09 Aug 2011) + + 09 Aug 2011; Torsten Veller <tove@gentoo.org> + +perl-ExtUtils-Manifest-1.590.0.ebuild: + Version bump 26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> perl-ExtUtils-Manifest-1.580.0-r1.ebuild: diff --git a/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.590.0.ebuild b/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.590.0.ebuild new file mode 100644 index 000000000000..e50c4217ff9c --- /dev/null +++ b/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.590.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.590.0.ebuild,v 1.1 2011/08/09 19:28:29 tove Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="~perl-core/${PN#perl-}-${PV}" |