diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-19 05:09:40 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-19 05:09:40 +0000 |
commit | dfe0bf493e59c070661b614f35081c49b33b2691 (patch) | |
tree | a200b16ce13352db4834a5d0dd78be10a2279112 /perl-core | |
parent | Stable for HPPA (bug #270322). (diff) | |
download | gentoo-2-dfe0bf493e59c070661b614f35081c49b33b2691.tar.gz gentoo-2-dfe0bf493e59c070661b614f35081c49b33b2691.tar.bz2 gentoo-2-dfe0bf493e59c070661b614f35081c49b33b2691.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Scalar-List-Utils/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/Scalar-List-Utils-1.19.ebuild | 6 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/Scalar-List-Utils-1.21.ebuild | 16 |
3 files changed, 28 insertions, 4 deletions
diff --git a/perl-core/Scalar-List-Utils/ChangeLog b/perl-core/Scalar-List-Utils/ChangeLog index a9ee55474932..035bec6e7879 100644 --- a/perl-core/Scalar-List-Utils/ChangeLog +++ b/perl-core/Scalar-List-Utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Scalar-List-Utils -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/ChangeLog,v 1.21 2008/03/28 06:59:38 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/ChangeLog,v 1.22 2009/05/19 05:09:40 tove Exp $ + +*Scalar-List-Utils-1.21 (19 May 2009) + + 19 May 2009; Torsten Veller <tove@gentoo.org> + Scalar-List-Utils-1.19.ebuild, +Scalar-List-Utils-1.21.ebuild: + Version bump 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> Scalar-List-Utils-1.19.ebuild: diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.19.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.19.ebuild index 898cf8236564..e961988101c2 100644 --- a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.19.ebuild +++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.19.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.19.ebuild,v 1.10 2008/03/28 06:59:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.19.ebuild,v 1.11 2009/05/19 05:09:40 tove Exp $ inherit perl-module @@ -14,3 +14,5 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-f IUSE="" DEPEND="dev-lang/perl" + +SRC_TEST=do diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.21.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.21.ebuild new file mode 100644 index 000000000000..1f9a404a4eb4 --- /dev/null +++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.21.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.21.ebuild,v 1.1 2009/05/19 05:09:40 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=GBARR +inherit perl-module + +DESCRIPTION="Scalar-List-Utils module for perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +SRC_TEST=do |