commit: 592d3ee32ae560a44510e5ba39f62635cfe4b70f Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Tue Oct 24 02:20:49 2017 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Tue Oct 24 02:20:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592d3ee3
dev-perl/gnome2-wnck: Enable tests - EAPI6 - Enable tests (X11) Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/gnome2-wnck/gnome2-wnck-0.160.0-r2.ebuild | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/dev-perl/gnome2-wnck/gnome2-wnck-0.160.0-r2.ebuild b/dev-perl/gnome2-wnck/gnome2-wnck-0.160.0-r2.ebuild new file mode 100644 index 00000000000..294a94659e8 --- /dev/null +++ b/dev-perl/gnome2-wnck/gnome2-wnck-0.160.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-Wnck +DIST_AUTHOR=TSCH +DIST_VERSION=0.16 + +inherit perl-module virtualx + +DESCRIPTION="Perl interface to the Window Navigator Construction Kit" +HOMEPAGE="http://gtk2-perl.sourceforge.net/ ${HOMEPAGE}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=dev-perl/glib-perl-1.180.0 + >=dev-perl/Gtk2-1.42.0 + >=x11-libs/libwnck-2.20:1" +DEPEND="${RDEPEND} + >=dev-perl/ExtUtils-PkgConfig-1.03 + >=dev-perl/ExtUtils-Depends-0.2" + +src_test() { + perl_rm_files t/WnckWorkspace.t + virtx perl-module_src_test +}
