diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-07 18:46:56 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-07 18:46:56 +0000 |
commit | 79b48faabbe5fa89cd7f44ec689ea1a7baa2c9be (patch) | |
tree | fda9daf518b0862c6641d017fe6e480395c0aaa8 /virtual | |
parent | [bump] perl-core/version-0.960.0 (diff) | |
download | gentoo-2-79b48faabbe5fa89cd7f44ec689ea1a7baa2c9be.tar.gz gentoo-2-79b48faabbe5fa89cd7f44ec689ea1a7baa2c9be.tar.bz2 gentoo-2-79b48faabbe5fa89cd7f44ec689ea1a7baa2c9be.zip |
[bump] virtual/perl-version-0.960.0
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-version/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-version/perl-version-0.960.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-version/ChangeLog b/virtual/perl-version/ChangeLog index 9e545b6cd489..8052a6c29eb8 100644 --- a/virtual/perl-version/ChangeLog +++ b/virtual/perl-version/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-version # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v 1.52 2012/02/02 19:40:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v 1.53 2012/02/07 18:46:56 tove Exp $ + +*perl-version-0.960.0 (07 Feb 2012) + + 07 Feb 2012; Torsten Veller <tove@gentoo.org> +perl-version-0.960.0.ebuild: + Version bump 02 Feb 2012; Brent Baude <ranger@gentoo.org> perl-version-0.940.0.ebuild: Marking perl-version-0.940.0 ppc stable for bug 393397 diff --git a/virtual/perl-version/perl-version-0.960.0.ebuild b/virtual/perl-version/perl-version-0.960.0.ebuild new file mode 100644 index 000000000000..3ca9982eb4db --- /dev/null +++ b/virtual/perl-version/perl-version-0.960.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/perl-version-0.960.0.ebuild,v 1.1 2012/02/07 18:46:56 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}" |