summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-07-30 16:27:38 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-07-30 16:27:38 +0000
commitf8990a5bc1d4212fe8434697c73b369bf24cd1ee (patch)
tree54128c5bd468f8d5005b62a7ade96aca1000f8ae /dev-perl/Heap/Heap-0.71.ebuild
parentstable on alpha and ia64 (diff)
downloadhistorical-f8990a5bc1d4212fe8434697c73b369bf24cd1ee.tar.gz
historical-f8990a5bc1d4212fe8434697c73b369bf24cd1ee.tar.bz2
historical-f8990a5bc1d4212fe8434697c73b369bf24cd1ee.zip
new version on cpan
Diffstat (limited to 'dev-perl/Heap/Heap-0.71.ebuild')
-rw-r--r--dev-perl/Heap/Heap-0.71.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Heap/Heap-0.71.ebuild b/dev-perl/Heap/Heap-0.71.ebuild
new file mode 100644
index 000000000000..447f890857f2
--- /dev/null
+++ b/dev-perl/Heap/Heap-0.71.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Heap/Heap-0.71.ebuild,v 1.1 2004/07/30 16:27:38 mcummings Exp $
+
+IUSE=""
+
+inherit perl-module
+
+CATEGORY="dev-perl"
+DESCRIPTION="Heap - Perl extensions for keeping data partially sorted."
+SRC_URI="http://www.cpan.org/modules/by-module/Heap/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Heap/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha"
+
+DEPEND="${DEPEND}"