2015-05-02 10:18:32 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2014-08-25 11:47:07 +04:00
|
|
|
EAPI=5
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
MY_PN=Gnome2-Wnck
|
|
|
|
MODULE_AUTHOR=TSCH
|
|
|
|
MODULE_VERSION=0.16
|
|
|
|
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Perl interface to the Window Navigator Construction Kit"
|
|
|
|
HOMEPAGE="http://gtk2-perl.sourceforge.net/ ${HOMEPAGE}"
|
|
|
|
|
|
|
|
LICENSE="LGPL-2.1"
|
|
|
|
SLOT="0"
|
2012-04-01 12:19:34 +04:00
|
|
|
KEYWORDS="amd64 ppc x86"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND=">=dev-perl/glib-perl-1.180.0
|
|
|
|
>=dev-perl/gtk2-perl-1.42.0
|
|
|
|
>=x11-libs/libwnck-2.20:1"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
>=dev-perl/extutils-pkgconfig-1.03
|
2015-05-02 10:18:32 +03:00
|
|
|
>=dev-perl/ExtUtils-Depends-0.2"
|