summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Beltrame <mb@italpro.net>2008-09-26 13:35:51 +0000
committerMichele Beltrame <mb@italpro.net>2008-09-26 13:35:51 +0000
commit19209ccd39190388f10178ef2e25879224e65933 (patch)
treece2277f2a398b6a22f4e6bb1905432f59ed8a0b6 /dev-perl/Math-Combinatorics
parentAdded missing Class::MOP dep (diff)
downloadperl-overlay-19209ccd39190388f10178ef2e25879224e65933.tar.gz
perl-overlay-19209ccd39190388f10178ef2e25879224e65933.tar.bz2
perl-overlay-19209ccd39190388f10178ef2e25879224e65933.zip
Added Devel::REPL
Diffstat (limited to 'dev-perl/Math-Combinatorics')
-rw-r--r--dev-perl/Math-Combinatorics/Manifest2
-rw-r--r--dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild18
-rw-r--r--dev-perl/Math-Combinatorics/metadata.xml9
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Math-Combinatorics/Manifest b/dev-perl/Math-Combinatorics/Manifest
new file mode 100644
index 000000000..7da93d7d6
--- /dev/null
+++ b/dev-perl/Math-Combinatorics/Manifest
@@ -0,0 +1,2 @@
+DIST Math-Combinatorics-0.09.tar.gz 10474 RMD160 4f3ef7507e268d0094e5b20af9f274b4dfcf1283 SHA1 85a0ebe595bc2e7b62cfa8fd0ff250e283076afa SHA256 6ef15a1003fe4d7f49d54380b5d7995f5950d799e46aad285d758a12e36da647
+EBUILD Math-Combinatorics-0.09.ebuild 495 RMD160 2f0fc3f97449f8a6f7d9990f2f6e58aa2f147d29 SHA1 ccd96c4f25cc1b8d3ab1dc3a8523e8d21bcffe08 SHA256 fe325668fd95770c9dfbfde271c53a6ce93c69dba4ff6c3689b0c200b82f52c5
diff --git a/dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild b/dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild
new file mode 100644
index 000000000..29940ee4e
--- /dev/null
+++ b/dev-perl/Math-Combinatorics/Math-Combinatorics-0.09.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Perform combinations and permutations on lists"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/A/AL/ALLENDAY/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc sparc-fbsd x86 x86-fbsd"
+RESTRICT="nomirror"
+
+IUSE=""
+DEPEND=""
+
diff --git a/dev-perl/Math-Combinatorics/metadata.xml b/dev-perl/Math-Combinatorics/metadata.xml
new file mode 100644
index 000000000..7262de9a9
--- /dev/null
+++ b/dev-perl/Math-Combinatorics/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>mb@italpro.net</email>
+ <name>Michele Beltrame</name>
+ </maintainer>
+</pkgmetadata>