diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-25 18:13:43 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-25 18:13:43 +0000 |
commit | b047d4a8f279cc90896462f70cb0e97572f1a5a9 (patch) | |
tree | 0047c5f7039e372c9c4b46edfa3c02a986a1d3d3 /virtual/perl-version | |
parent | Version bump wrt bug #505524 (diff) | |
download | gentoo-2-b047d4a8f279cc90896462f70cb0e97572f1a5a9.tar.gz gentoo-2-b047d4a8f279cc90896462f70cb0e97572f1a5a9.tar.bz2 gentoo-2-b047d4a8f279cc90896462f70cb0e97572f1a5a9.zip |
Version bump wrt bug #505524
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'virtual/perl-version')
-rw-r--r-- | virtual/perl-version/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-version/perl-version-0.990.800.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-version/ChangeLog b/virtual/perl-version/ChangeLog index 709de8b8686e..9f6cde94cdf8 100644 --- a/virtual/perl-version/ChangeLog +++ b/virtual/perl-version/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-version # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v 1.77 2014/01/19 20:51:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v 1.78 2014/03/25 18:13:43 zlogene Exp $ + +*perl-version-0.990.800 (25 Mar 2014) + + 25 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> + +perl-version-0.990.800.ebuild: + Version bump wrt bug #505524 19 Jan 2014; Mike Frysinger <vapier@gentoo.org> perl-version-0.990.100.ebuild, perl-version-0.990.200.ebuild, perl-version-0.990.300.ebuild, diff --git a/virtual/perl-version/perl-version-0.990.800.ebuild b/virtual/perl-version/perl-version-0.990.800.ebuild new file mode 100644 index 000000000000..178e49441b08 --- /dev/null +++ b/virtual/perl-version/perl-version-0.990.800.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/perl-version-0.990.800.ebuild,v 1.1 2014/03/25 18:13:43 zlogene Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-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}" |