summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-24 08:42:37 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-24 14:48:39 +1300
commit96b47727b314eead6413748ba2aab7104bc290b1 (patch)
treedbd2239241adf8b37b358c7d24f895ff920a5768 /dev-perl/GDTextUtil
parentdev-perl/GD-Graph3d: Enable tests (diff)
downloadgentoo-96b47727b314eead6413748ba2aab7104bc290b1.tar.gz
gentoo-96b47727b314eead6413748ba2aab7104bc290b1.tar.bz2
gentoo-96b47727b314eead6413748ba2aab7104bc290b1.zip
dev-perl/GDTextUtil: Enable tests
- EAPI6 - Enable tests - Add USE=examples Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/GDTextUtil')
-rw-r--r--dev-perl/GDTextUtil/GDTextUtil-0.860.0-r2.ebuild18
1 files changed, 18 insertions, 0 deletions
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
index 000000000000..84f6fafad6b9
--- /dev/null
+++ b/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r2.ebuild
@@ -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}"