diff options
author | 2010-09-26 07:40:08 +0000 | |
---|---|---|
committer | 2010-09-26 07:40:08 +0000 | |
commit | b21fea91e95487ad4403c77d1703bf595fd8dc66 (patch) | |
tree | fd1e6c1345fa37b5045f65675ddc174e7fc2a740 /virtual/perl-threads | |
parent | Version bump (diff) | |
download | historical-b21fea91e95487ad4403c77d1703bf595fd8dc66.tar.gz historical-b21fea91e95487ad4403c77d1703bf595fd8dc66.tar.bz2 historical-b21fea91e95487ad4403c77d1703bf595fd8dc66.zip |
Version bump
Package-Manager: portage-2.2_rc86/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.79.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-threads/ChangeLog b/virtual/perl-threads/ChangeLog index 8d7534cb4dda..8f1d2429ad79 100644 --- a/virtual/perl-threads/ChangeLog +++ b/virtual/perl-threads/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/perl-threads # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/ChangeLog,v 1.5 2010/09/07 20:38:34 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/ChangeLog,v 1.6 2010/09/26 07:29:32 tove Exp $ + +*perl-threads-1.79 (26 Sep 2010) + + 26 Sep 2010; Torsten Veller <tove@gentoo.org> +perl-threads-1.79.ebuild: + Version bump 07 Sep 2010; Torsten Veller <tove@gentoo.org> perl-threads-1.75.ebuild: Add perl-5.12.2 as provider diff --git a/virtual/perl-threads/perl-threads-1.79.ebuild b/virtual/perl-threads/perl-threads-1.79.ebuild new file mode 100644 index 000000000000..c9a2f73a8303 --- /dev/null +++ b/virtual/perl-threads/perl-threads-1.79.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/perl-threads-1.79.ebuild,v 1.1 2010/09/26 07:29:32 tove Exp $ + +DESCRIPTION="Virtual for threads" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/threads-${PV}" |