diff options
author | Torsten Veller <tove@gentoo.org> | 2011-12-19 15:53:14 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-12-19 15:53:14 +0000 |
commit | d668ccfc73a82b5c817bb8fba014e686d0ed9157 (patch) | |
tree | 0fb6c015ae291cecad59409b8c38a8935161c9d0 /virtual/perl-threads | |
parent | [bump] perl-core/threads-1.860.0 (diff) | |
download | gentoo-2-d668ccfc73a82b5c817bb8fba014e686d0ed9157.tar.gz gentoo-2-d668ccfc73a82b5c817bb8fba014e686d0ed9157.tar.bz2 gentoo-2-d668ccfc73a82b5c817bb8fba014e686d0ed9157.zip |
[bump] virtual/perl-threads-1.860.0
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-threads')
-rw-r--r-- | virtual/perl-threads/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/perl-threads/perl-threads-1.860.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/virtual/perl-threads/ChangeLog b/virtual/perl-threads/ChangeLog index dc44978f5c44..d0d2f1c962dc 100644 --- a/virtual/perl-threads/ChangeLog +++ b/virtual/perl-threads/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-threads # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/ChangeLog,v 1.14 2011/09/06 17:56:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/ChangeLog,v 1.15 2011/12/19 15:53:14 tove Exp $ + +*perl-threads-1.860.0 (19 Dec 2011) + + 19 Dec 2011; Torsten Veller <tove@gentoo.org> +perl-threads-1.860.0.ebuild: + Version bump *perl-threads-1.850.0 (06 Sep 2011) diff --git a/virtual/perl-threads/perl-threads-1.860.0.ebuild b/virtual/perl-threads/perl-threads-1.860.0.ebuild new file mode 100644 index 000000000000..a77280987fbd --- /dev/null +++ b/virtual/perl-threads/perl-threads-1.860.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-threads/perl-threads-1.860.0.ebuild,v 1.1 2011/12/19 15:53:14 tove Exp $ + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="~perl-core/${PN#perl-}-${PV}" |