dev-perl/GD-Graph3d: Enable tests
authorKent Fredric <kentnl@gentoo.org>
Mon, 23 Oct 2017 19:36:10 +0000 (08:36 +1300)
committerKent Fredric <kentnl@gentoo.org>
Tue, 24 Oct 2017 01:48:39 +0000 (14:48 +1300)
- EAPI6
- Enable tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r2.ebuild [new file with mode: 0644]

diff --git a/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r2.ebuild b/dev-perl/GD-Graph3d/GD-Graph3d-0.630.0-r2.ebuild
new file mode 100644 (file)
index 0000000..8902798
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=WADG
+DIST_VERSION=0.63
+inherit perl-module
+
+DESCRIPTION="Create 3D Graphs with GD and GD::Graph"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-perl/GD-1.18
+       >=dev-perl/GDGraph-1.30
+       dev-perl/GDTextUtil"
+DEPEND="${RDEPEND}"