From: Kent Fredric Date: Mon, 23 Oct 2017 19:42:37 +0000 (+1300) Subject: dev-perl/GDTextUtil: Enable tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=96b47727b314eead6413748ba2aab7104bc290b1;p=gentoo.git dev-perl/GDTextUtil: Enable tests - EAPI6 - Enable tests - Add USE=examples Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- 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}"