summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-07-27 18:55:05 +0000
committerTorsten Veller <tove@gentoo.org>2012-07-27 18:55:05 +0000
commitd05bd7d2992b8d96b2ded643ee2279b6e28c7015 (patch)
tree27ae0af4a2d5dd7ac3aaf61efa7bc1c6bdc3435d /dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild
parent[bump] dev-perl/UNIVERSAL-isa-1.201.207.260 (diff)
downloadgentoo-2-d05bd7d2992b8d96b2ded643ee2279b6e28c7015.tar.gz
gentoo-2-d05bd7d2992b8d96b2ded643ee2279b6e28c7015.tar.bz2
gentoo-2-d05bd7d2992b8d96b2ded643ee2279b6e28c7015.zip
[bump] dev-perl/UNIVERSAL-can-1.201.207.260
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild')
-rw-r--r--dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild
new file mode 100644
index 000000000000..07c30b6a73ae
--- /dev/null
+++ b/dev-perl/UNIVERSAL-can/UNIVERSAL-can-1.201.207.260.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 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.201.207.260.ebuild,v 1.1 2012/07/27 18:55:05 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=CHROMATIC
+MODULE_VERSION=1.20120726
+inherit perl-module
+
+DESCRIPTION="Hack around people calling UNIVERSAL::can() as a function"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-Scalar-List-Utils"
+DEPEND="
+ test? (
+ ${RDEPEND}
+ >=virtual/perl-Test-Simple-0.60
+ )"
+
+SRC_TEST="do"