Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GDTextUtil/
Date: Tue, 24 Oct 2017 02:43:18
Message-Id: 1508809719.96b47727b314eead6413748ba2aab7104bc290b1.kentnl@gentoo
1 commit: 96b47727b314eead6413748ba2aab7104bc290b1
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 19:42:37 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 24 01:48:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b47727
7
8 dev-perl/GDTextUtil: Enable tests
9
10 - EAPI6
11 - Enable tests
12 - Add USE=examples
13
14 Package-Manager: Portage-2.3.8, Repoman-2.3.3
15
16 dev-perl/GDTextUtil/GDTextUtil-0.860.0-r2.ebuild | 18 ++++++++++++++++++
17 1 file changed, 18 insertions(+)
18
19 diff --git a/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r2.ebuild b/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r2.ebuild
20 new file mode 100644
21 index 00000000000..84f6fafad6b
22 --- /dev/null
23 +++ b/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r2.ebuild
24 @@ -0,0 +1,18 @@
25 +# Copyright 1999-2017 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=6
29 +
30 +DIST_AUTHOR=MVERB
31 +DIST_VERSION=0.86
32 +DIST_EXAMPLES=( "demo/*" )
33 +inherit perl-module
34 +
35 +DESCRIPTION="Text utilities for use with GD"
36 +
37 +SLOT="0"
38 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris"
39 +IUSE=""
40 +
41 +RDEPEND="dev-perl/GD"
42 +DEPEND="${RDEPEND}"