summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-06 15:27:51 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-06 15:28:11 +0200
commitad04d1a06c2c3a531fae304b80a1cc223f27458c (patch)
treeb7d8cc0b289470662e11422c6bf8f15444458152 /dev-perl/Graph/Graph-0.972.100.ebuild
parentdev-perl/Set-Object: Version bump 1.41 (diff)
downloadgentoo-ad04d1a06c2c3a531fae304b80a1cc223f27458c.tar.gz
gentoo-ad04d1a06c2c3a531fae304b80a1cc223f27458c.tar.bz2
gentoo-ad04d1a06c2c3a531fae304b80a1cc223f27458c.zip
dev-perl/Graph: Version bump 0.9721
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Graph/Graph-0.972.100.ebuild')
-rw-r--r--dev-perl/Graph/Graph-0.972.100.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Graph/Graph-0.972.100.ebuild b/dev-perl/Graph/Graph-0.972.100.ebuild
new file mode 100644
index 000000000000..e0aed49cbcd4
--- /dev/null
+++ b/dev-perl/Graph/Graph-0.972.100.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETJ
+DIST_VERSION=0.9721
+inherit perl-module
+
+DESCRIPTION="Data structure and ops for directed graphs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/Heap-0.800.0
+ >=virtual/perl-Scalar-List-Utils-1.450.0
+ >=dev-perl/Set-Object-1.400.0
+ >=virtual/perl-Storable-2.50.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Math-Complex
+ >=virtual/perl-Test-Simple-0.820.0
+ )
+"