summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-02-23 15:27:44 +0000
committerTorsten Veller <tove@gentoo.org>2010-02-23 15:27:44 +0000
commit8ec5d284d97498739232df5f4c5224f6b651d84b (patch)
tree679de3d0b5c0af3d75d36aae5e793420cb96ad43 /perl-core
parentVersion bump (diff)
downloadgentoo-2-8ec5d284d97498739232df5f4c5224f6b651d84b.tar.gz
gentoo-2-8ec5d284d97498739232df5f4c5224f6b651d84b.tar.bz2
gentoo-2-8ec5d284d97498739232df5f4c5224f6b651d84b.zip
Version bump
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Module-CoreList/ChangeLog8
-rw-r--r--perl-core/Module-CoreList/Module-CoreList-2.26.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/perl-core/Module-CoreList/ChangeLog b/perl-core/Module-CoreList/ChangeLog
index 05486162ef8c..63cd4684dce0 100644
--- a/perl-core/Module-CoreList/ChangeLog
+++ b/perl-core/Module-CoreList/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/Module-CoreList
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.9 2010/01/21 20:00:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.10 2010/02/23 15:27:44 tove Exp $
+
+*Module-CoreList-2.26 (23 Feb 2010)
+
+ 23 Feb 2010; Torsten Veller <tove@gentoo.org>
+ +Module-CoreList-2.26.ebuild:
+ Version bump
*Module-CoreList-2.25 (21 Jan 2010)
diff --git a/perl-core/Module-CoreList/Module-CoreList-2.26.ebuild b/perl-core/Module-CoreList/Module-CoreList-2.26.ebuild
new file mode 100644
index 000000000000..aa447842d57a
--- /dev/null
+++ b/perl-core/Module-CoreList/Module-CoreList-2.26.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/Module-CoreList-2.26.ebuild,v 1.1 2010/02/23 15:27:44 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=BINGOS
+inherit perl-module
+
+DESCRIPTION="what modules shipped with versions of perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="test? ( dev-perl/Test-Pod )"
+
+SRC_TEST=do