diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-22 10:59:13 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-22 10:59:13 +0000 |
commit | b277a3d6b53ff565f7cfbfefeb2e117c3287ddc3 (patch) | |
tree | 9c2ea3ac51991630b5406301f67c1ce68b09b875 /virtual/perl-Scalar-List-Utils | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | historical-b277a3d6b53ff565f7cfbfefeb2e117c3287ddc3.tar.gz historical-b277a3d6b53ff565f7cfbfefeb2e117c3287ddc3.tar.bz2 historical-b277a3d6b53ff565f7cfbfefeb2e117c3287ddc3.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc51/cvs/Linux x86_64
Diffstat (limited to 'virtual/perl-Scalar-List-Utils')
-rw-r--r-- | virtual/perl-Scalar-List-Utils/ChangeLog | 8 | ||||
-rw-r--r-- | virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.22.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/virtual/perl-Scalar-List-Utils/ChangeLog b/virtual/perl-Scalar-List-Utils/ChangeLog index 8a525fa79ff1..7710cd3f9d48 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.23 2009/08/25 10:56:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/ChangeLog,v 1.24 2009/11/22 10:58:45 robbat2 Exp $ + +*perl-Scalar-List-Utils-1.22 (22 Nov 2009) + + 22 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +perl-Scalar-List-Utils-1.22.ebuild: + Version bump via perl-bump experimental tool. 25 Aug 2009; Torsten Veller <tove@gentoo.org> perl-Scalar-List-Utils-1.21.ebuild: diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.22.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.22.ebuild new file mode 100644 index 000000000000..a7a1aaaa5f8e --- /dev/null +++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.22.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.22.ebuild,v 1.1 2009/11/22 10:58:45 robbat2 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="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Scalar-List-Utils-${PV} )" |