diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-19 05:10:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-19 05:10:31 +0000 |
commit | f33408c977d3c9b72feeeb7a5757954c69d70379 (patch) | |
tree | 364cce4d5ef37d2d1ca65b11a148dff2ce484d54 /virtual | |
parent | Version bump (diff) | |
download | gentoo-2-f33408c977d3c9b72feeeb7a5757954c69d70379.tar.gz gentoo-2-f33408c977d3c9b72feeeb7a5757954c69d70379.tar.bz2 gentoo-2-f33408c977d3c9b72feeeb7a5757954c69d70379.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Scalar-List-Utils/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/virtual/perl-Scalar-List-Utils/ChangeLog b/virtual/perl-Scalar-List-Utils/ChangeLog index 68d4ee39c8a6..363fc7246a9e 100644 --- a/virtual/perl-Scalar-List-Utils/ChangeLog +++ b/virtual/perl-Scalar-List-Utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for virtual/perl-Scalar-List-Utils -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.21 2008/03/31 17:09:27 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.22 2009/05/19 05:10:31 tove Exp $ + +*perl-Scalar-List-Utils-1.21 (19 May 2009) + + 19 May 2009; Torsten Veller <tove@gentoo.org> + +perl-Scalar-List-Utils-1.21.ebuild: + Version bump 31 Mar 2008; Jeroen Roovers <jer@gentoo.org> perl-Scalar-List-Utils-1.19.ebuild: diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild new file mode 100644 index 000000000000..0d7093d07935 --- /dev/null +++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.21.ebuild,v 1.1 2009/05/19 05:10:31 tove Exp $ + +DESCRIPTION="Virtual for Scalar-List-Utils" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="~perl-core/Scalar-List-Utils-${PV}" |