2014-08-06 17:12:35 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-12-14 00:00:16 +03:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild,v 1.2 2014/12/12 23:07:24 dilfridge Exp $
|
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-VFS
|
|
|
|
MODULE_AUTHOR=TSCH
|
|
|
|
MODULE_VERSION=1.081
|
|
|
|
inherit perl-module
|
|
|
|
|
2014-08-06 17:12:35 +04:00
|
|
|
DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System libraries"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
LICENSE="LGPL-2.1"
|
|
|
|
SLOT="0"
|
2012-04-01 12:19:34 +04:00
|
|
|
KEYWORDS="alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RDEPEND=">=gnome-base/gnome-vfs-2
|
|
|
|
>=dev-perl/glib-perl-1.120"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
>=dev-perl/extutils-depends-0.2
|
|
|
|
>=dev-perl/extutils-pkgconfig-1.03
|
2012-05-04 18:38:41 +04:00
|
|
|
virtual/pkgconfig"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
2014-12-14 00:00:16 +03:00
|
|
|
SRC_TEST=skip
|
|
|
|
# bug 423473
|