summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-13 14:23:42 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-13 14:23:42 +0000
commit7e7cd2810d88e29ed4c21784711d8ff6d454c0d5 (patch)
treeab9c9601fd2975cb88456075e6a41d95e7dadb38 /dev-perl/Graph/Graph-0.69.ebuild
parentVersion bump (diff)
downloadgentoo-2-7e7cd2810d88e29ed4c21784711d8ff6d454c0d5.tar.gz
gentoo-2-7e7cd2810d88e29ed4c21784711d8ff6d454c0d5.tar.bz2
gentoo-2-7e7cd2810d88e29ed4c21784711d8ff6d454c0d5.zip
Version bump upstream
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-perl/Graph/Graph-0.69.ebuild')
-rw-r--r--dev-perl/Graph/Graph-0.69.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Graph/Graph-0.69.ebuild b/dev-perl/Graph/Graph-0.69.ebuild
new file mode 100644
index 000000000000..f21c464e27ef
--- /dev/null
+++ b/dev-perl/Graph/Graph-0.69.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.69.ebuild,v 1.1 2006/01/13 14:23:42 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Data structure and ops for directed graphs"
+SRC_URI="mirror://cpan/authors/id/J/JH/JHI/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Graph/${P}.readme"
+IUSE=""
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+SRC_TEST="do"
+
+DEPEND="dev-perl/Heap"