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/gtk2-spell/
Date: Tue, 24 Oct 2017 02:43:24
Message-Id: 1508812466.aac17268aa4621415f3ffa5a973ac0ae51578709.kentnl@gentoo
1 commit: aac17268aa4621415f3ffa5a973ac0ae51578709
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 24 02:34:26 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 24 02:34:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac17268
7
8 dev-perl/gtk2-spell: Enable tests
9
10 - EAPI6
11 - Enable tests (X11)
12
13 Package-Manager: Portage-2.3.8, Repoman-2.3.3
14
15 dev-perl/gtk2-spell/gtk2-spell-1.40.0-r2.ebuild | 32 +++++++++++++++++++++++++
16 1 file changed, 32 insertions(+)
17
18 diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.40.0-r2.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.40.0-r2.ebuild
19 new file mode 100644
20 index 00000000000..224a3df7cca
21 --- /dev/null
22 +++ b/dev-perl/gtk2-spell/gtk2-spell-1.40.0-r2.ebuild
23 @@ -0,0 +1,32 @@
24 +# Copyright 1999-2017 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=6
28 +
29 +DIST_NAME=Gtk2-Spell
30 +DIST_AUTHOR=TSCH
31 +DIST_VERSION=1.04
32 +inherit perl-module virtualx
33 +
34 +DESCRIPTION="Bindings for GtkSpell with Gtk2.x"
35 +HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
36 +
37 +SLOT="0"
38 +LICENSE="LGPL-2.1"
39 +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
40 +IUSE=""
41 +
42 +RDEPEND="
43 + x11-libs/gtk+:2
44 + >=app-text/gtkspell-2:2
45 + >=dev-perl/glib-perl-1.240.0
46 + >=dev-perl/Gtk2-1.012
47 +"
48 +DEPEND="${RDEPEND}
49 + dev-perl/ExtUtils-Depends
50 + dev-perl/ExtUtils-PkgConfig
51 + virtual/pkgconfig
52 +"
53 +src_test() {
54 + virtx perl-module_src_test
55 +}