diff options
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Module-Load/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Module-Load/perl-Module-Load-0.200.0.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Module-Load/ChangeLog b/virtual/perl-Module-Load/ChangeLog index 751bda6aeaac..cb8345d38d58 100644 --- a/virtual/perl-Module-Load/ChangeLog +++ b/virtual/perl-Module-Load/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Module-Load # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v 1.19 2011/07/07 23:11:34 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Module-Load/ChangeLog,v 1.20 2011/08/06 07:57:42 tove Exp $ + +*perl-Module-Load-0.200.0 (06 Aug 2011) + + 06 Aug 2011; Torsten Veller <tove@gentoo.org> + +perl-Module-Load-0.200.0.ebuild: + Version bump 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> perl-Module-Load-0.180.0-r1.ebuild: diff --git a/virtual/perl-Module-Load/perl-Module-Load-0.200.0.ebuild b/virtual/perl-Module-Load/perl-Module-Load-0.200.0.ebuild new file mode 100644 index 000000000000..86c57c7ec370 --- /dev/null +++ b/virtual/perl-Module-Load/perl-Module-Load-0.200.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-Module-Load/perl-Module-Load-0.200.0.ebuild,v 1.1 2011/08/06 07:57:42 tove Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~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}" |