summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Beltrame <mb@cattlegrid.info>2009-11-23 18:52:51 +0100
committerMichele Beltrame <mb@cattlegrid.info>2009-11-23 18:52:51 +0100
commit36b5725917f40a7461571f26579e2160df72e872 (patch)
tree22dbf862f51a4162a3ffebff8761805453897ff0 /dev-perl/autobox-Core/autobox-Core-0.6.ebuild
parentFixed 3 manifests which were even breaking emerge (!) (diff)
downloadperl-overlay-36b5725917f40a7461571f26579e2160df72e872.tar.gz
perl-overlay-36b5725917f40a7461571f26579e2160df72e872.tar.bz2
perl-overlay-36b5725917f40a7461571f26579e2160df72e872.zip
Be Haskellish. :-) Added Sub::Curried, Sub::Compose & deps
(Portage version: 2.1.6.13/git/Linux x86_64) (Unsigned Manifest commit)
Diffstat (limited to 'dev-perl/autobox-Core/autobox-Core-0.6.ebuild')
-rw-r--r--dev-perl/autobox-Core/autobox-Core-0.6.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/autobox-Core/autobox-Core-0.6.ebuild b/dev-perl/autobox-Core/autobox-Core-0.6.ebuild
new file mode 100644
index 000000000..187ae4745
--- /dev/null
+++ b/dev-perl/autobox-Core/autobox-Core-0.6.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MODULE_AUTHOR=SWALTERS
+inherit perl-module
+
+DESCRIPTION="Methods for core built-in functions in primitive types"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+RDEPEND="
+ >=dev-perl/autobox-0.11
+"
+DEPEND="
+ ${RDEPEND}
+"