commit:     d3c18989343d3a94b014210a9d0aba890b889681
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 01:48:07 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 01:48:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c18989

dev-perl/Gtk2-ImageView: Enable tests

- EAPI6
- Enable tests
- Add USE=examples

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild 
b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
new file mode 100644
index 00000000000..fe51cef7515
--- /dev/null
+++ b/dev-perl/Gtk2-ImageView/Gtk2-ImageView-0.50.0-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RATCLIFFE
+DIST_VERSION=0.05
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module virtualx
+
+DESCRIPTION="Perl binding for the GtkImageView image viewer widget"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/Gtk2
+       >=media-gfx/gtkimageview-1.6.3"
+DEPEND="${RDEPEND}
+       dev-perl/glib-perl
+       >=dev-perl/ExtUtils-Depends-0.300
+       >=dev-perl/ExtUtils-PkgConfig-1.030"
+
+src_test(){
+       perl_rm_files t/pod.t
+       virtx perl-module_src_test
+}

Reply via email to