commit:     c214ed27b9b53742b297db544a34d9a274215eff
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 02:30:12 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 02:30:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c214ed27

dev-perl/gtk2-gladexml: Enable tests

- EAPI6
- Enable tests (X11)
- Add USE=examples

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../gtk2-gladexml/gtk2-gladexml-1.7.0-r2.ebuild    | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-perl/gtk2-gladexml/gtk2-gladexml-1.7.0-r2.ebuild 
b/dev-perl/gtk2-gladexml/gtk2-gladexml-1.7.0-r2.ebuild
new file mode 100644
index 00000000000..9a671bdc484
--- /dev/null
+++ b/dev-perl/gtk2-gladexml/gtk2-gladexml-1.7.0-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Gtk2-GladeXML
+DIST_AUTHOR=TSCH
+DIST_VERSION=1.007
+DIST_EXAMPLES=("examples/*")
+inherit perl-module virtualx
+
+DESCRIPTION="Create user interfaces directly from Glade XML files"
+HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
+
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2
+       gnome-base/libglade:2.0
+       >=dev-perl/glib-perl-1.020
+       >=dev-perl/Gtk2-1.012"
+DEPEND="${RDEPEND}
+       >=dev-perl/ExtUtils-Depends-0.300
+       dev-perl/ExtUtils-PkgConfig"
+
+src_test() {
+       virtx perl-module_src_test
+}

Reply via email to