summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-19 23:55:37 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-20 00:01:05 +0100
commit8c1da673efc6f2a2f95beda675109304693721c6 (patch)
treeed71f4a67268fcc66f7e1446e54561a57ca309c5 /dev-perl/Graph/Graph-0.970.400.ebuild
parentdev-perl/Gentoo-PerlMod-Version: Version bump (diff)
downloadgentoo-8c1da673efc6f2a2f95beda675109304693721c6.tar.gz
gentoo-8c1da673efc6f2a2f95beda675109304693721c6.tar.bz2
gentoo-8c1da673efc6f2a2f95beda675109304693721c6.zip
dev-perl/Graph: Version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/Graph/Graph-0.970.400.ebuild')
-rw-r--r--dev-perl/Graph/Graph-0.970.400.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Graph/Graph-0.970.400.ebuild b/dev-perl/Graph/Graph-0.970.400.ebuild
new file mode 100644
index 000000000000..3cc26089d2f7
--- /dev/null
+++ b/dev-perl/Graph/Graph-0.970.400.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=JHI
+DIST_VERSION=0.9704
+inherit perl-module
+
+DESCRIPTION="Data structure and ops for directed graphs"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Scalar-List-Utils
+ >=virtual/perl-Storable-2.05
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"