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

dev-perl/gnome2-canvas: Enable tests

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

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../gnome2-canvas/gnome2-canvas-1.2.0-r2.ebuild    | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/dev-perl/gnome2-canvas/gnome2-canvas-1.2.0-r2.ebuild 
b/dev-perl/gnome2-canvas/gnome2-canvas-1.2.0-r2.ebuild
new file mode 100644
index 00000000000..9c31f14c1de
--- /dev/null
+++ b/dev-perl/gnome2-canvas/gnome2-canvas-1.2.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=Gnome2-Canvas
+DIST_AUTHOR=TSCH
+DIST_VERSION=1.002
+DIST_EXAMPLES=( "canvas_demo/*" )
+inherit perl-module virtualx
+
+DESCRIPTION="Perl interface to the Gnome Canvas"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2
+       >=gnome-base/libgnomecanvas-2
+       >=dev-perl/glib-perl-1.040
+       >=dev-perl/Gtk2-1.040"
+DEPEND="${RDEPEND}
+       >=dev-perl/ExtUtils-PkgConfig-1.03
+       >=dev-perl/ExtUtils-Depends-0.202
+       virtual/pkgconfig"
+
+src_test() {
+       virtx perl-module_src_test
+}

Reply via email to