summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-16 21:00:43 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-16 21:00:43 +0000
commita071919718125d47e73f161e54da4e1293f9ccf3 (patch)
treebff85b74232bcdeba222b02efe379084455c0c22 /dev-perl
parentKeyword ~x86. (diff)
downloadgentoo-2-a071919718125d47e73f161e54da4e1293f9ccf3.tar.gz
gentoo-2-a071919718125d47e73f161e54da4e1293f9ccf3.tar.bz2
gentoo-2-a071919718125d47e73f161e54da4e1293f9ccf3.zip
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/UNIVERSAL-can/ChangeLog9
-rw-r--r--dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.16.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/UNIVERSAL-can/ChangeLog b/dev-perl/UNIVERSAL-can/ChangeLog
index 48a7e24f8d3a..d21c643fdeb3 100644
--- a/dev-perl/UNIVERSAL-can/ChangeLog
+++ b/dev-perl/UNIVERSAL-can/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/UNIVERSAL-can
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.1 2009/10/10 12:23:02 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/ChangeLog,v 1.2 2010/01/16 21:00:43 tove Exp $
+
+*UNIVERSAL-can-1.16 (16 Jan 2010)
+
+ 16 Jan 2010; Torsten Veller <tove@gentoo.org> +UNIVERSAL-can-1.16.ebuild:
+ Version bump
10 Oct 2009; Torsten Veller <tove@gentoo.org> +UNIVERSAL-can-1.15.ebuild,
+metadata.xml:
diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.16.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.16.ebuild
new file mode 100644
index 000000000000..7229e88c68ed
--- /dev/null
+++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.16.ebuild,v 1.1 2010/01/16 21:00:43 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=CHROMATIC
+inherit perl-module
+
+DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-Scalar-List-Utils"
+DEPEND="
+ >=virtual/perl-Module-Build-0.35
+ test? (
+ ${RDEPEND}
+ >=virtual/perl-Test-Simple-0.60
+ )"
+
+SRC_TEST="do"