diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-19 12:02:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-19 12:02:28 +0000 |
commit | 5de8779657a414fadfe647e354b36693effaf14c (patch) | |
tree | c4b2bdc294573768630084d23be8b34f8218d718 /perl-core/Test | |
parent | Stable on amd64 and x86. (diff) | |
download | gentoo-2-5de8779657a414fadfe647e354b36693effaf14c.tar.gz gentoo-2-5de8779657a414fadfe647e354b36693effaf14c.tar.bz2 gentoo-2-5de8779657a414fadfe647e354b36693effaf14c.zip |
[bump] perl-core/Test-1.260.0
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'perl-core/Test')
-rw-r--r-- | perl-core/Test/ChangeLog | 9 | ||||
-rw-r--r-- | perl-core/Test/Test-1.260.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/perl-core/Test/ChangeLog b/perl-core/Test/ChangeLog index 0348ea7c5ad4..776dbea07202 100644 --- a/perl-core/Test/ChangeLog +++ b/perl-core/Test/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Test -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/ChangeLog,v 1.15 2012/06/24 15:39:01 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/ChangeLog,v 1.16 2013/01/19 12:02:28 tove Exp $ + +*Test-1.260.0 (19 Jan 2013) + + 19 Jan 2013; Torsten Veller <tove@gentoo.org> +Test-1.260.0.ebuild: + Version bump 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/perl-core/Test/Test-1.260.0.ebuild b/perl-core/Test/Test-1.260.0.ebuild new file mode 100644 index 000000000000..d01018d1b672 --- /dev/null +++ b/perl-core/Test/Test-1.260.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test/Test-1.260.0.ebuild,v 1.1 2013/01/19 12:02:28 tove Exp $ + +EAPI=5 + +MODULE_AUTHOR=JESSE +MODULE_VERSION=1.26 +inherit perl-module + +DESCRIPTION="Utilities for writing test scripts" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +SRC_TEST="do" |