diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-27 08:52:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-27 08:52:11 +0000 |
commit | f94931f24cfbd79ba39dc98dc2373e6447f5c18f (patch) | |
tree | 303a29a9a3bdb3d4cc3ec0d1ad38397b2980bad7 /virtual/perl-threads | |
parent | Version bump (diff) | |
download | gentoo-2-f94931f24cfbd79ba39dc98dc2373e6447f5c18f.tar.gz gentoo-2-f94931f24cfbd79ba39dc98dc2373e6447f5c18f.tar.bz2 gentoo-2-f94931f24cfbd79ba39dc98dc2373e6447f5c18f.zip |
Version bump
(Portage version: 2.2_rc67/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.77.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-threads/ChangeLog b/virtual/perl-threads/ChangeLog index 690fc3b3e9d4..eba20243b0ef 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.2 2010/03/14 09:55:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-threads/ChangeLog,v 1.3 2010/03/27 08:52:11 tove Exp $ + +*perl-threads-1.77 (27 Mar 2010) + + 27 Mar 2010; Torsten Veller <tove@gentoo.org> +perl-threads-1.77.ebuild: + Version bump *perl-threads-1.76 (14 Mar 2010) diff --git a/virtual/perl-threads/perl-threads-1.77.ebuild b/virtual/perl-threads/perl-threads-1.77.ebuild new file mode 100644 index 000000000000..4645243a4881 --- /dev/null +++ b/virtual/perl-threads/perl-threads-1.77.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.77.ebuild,v 1.1 2010/03/27 08:52:11 tove Exp $ + +DESCRIPTION="Virtual for threads" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="~perl-core/threads-${PV}" |