dev-perl/GDTextUtil: Enable tests
authorKent Fredric <kentnl@gentoo.org>
Mon, 23 Oct 2017 19:42:37 +0000 (08:42 +1300)
committerKent Fredric <kentnl@gentoo.org>
Tue, 24 Oct 2017 01:48:39 +0000 (14:48 +1300)
- EAPI6
- Enable tests
- Add USE=examples

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/GDTextUtil/GDTextUtil-0.860.0-r2.ebuild [new file with mode: 0644]

diff --git a/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r2.ebuild b/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r2.ebuild
new file mode 100644 (file)
index 0000000..84f6faf
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MVERB
+DIST_VERSION=0.86
+DIST_EXAMPLES=( "demo/*" )
+inherit perl-module
+
+DESCRIPTION="Text utilities for use with GD"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/GD"
+DEPEND="${RDEPEND}"