summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-05-26 21:36:38 +1200
committerKent Fredric <kentnl@gentoo.org>2017-05-26 21:36:53 +1200
commit9765caebcaa9cb09e3a29852f15f6b34ce18fde6 (patch)
treedcf8352730c7c56a1da76542ae9748d3f9f3d243 /dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
parentprofiles: Remove masks for TeX Live 2013 on laggy arches. (diff)
downloadgentoo-9765caebcaa9cb09e3a29852f15f6b34ce18fde6.tar.gz
gentoo-9765caebcaa9cb09e3a29852f15f6b34ce18fde6.tar.bz2
gentoo-9765caebcaa9cb09e3a29852f15f6b34ce18fde6.zip
dev-perl/gnome2-vfs-perl: Bump to version 1.83.0
- EAPI6 Upstream: - Avoid PL_na macro misuse to avoid compat clashes with XS modules - Fix arg-checking logic error in ::read Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild')
-rw-r--r--dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
new file mode 100644
index 000000000000..442904d7bf35
--- /dev/null
+++ b/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.83.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Gnome2-VFS
+DIST_AUTHOR=XAOC
+DIST_VERSION=1.083
+inherit perl-module
+
+DESCRIPTION="Perl interface to the 2.x series of the Gnome Virtual File System libraries"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=gnome-base/gnome-vfs-2
+ >=dev-perl/glib-perl-1.120"
+DEPEND="${RDEPEND}
+ >=dev-perl/ExtUtils-Depends-0.200.0
+ >=dev-perl/ExtUtils-PkgConfig-1.03
+ virtual/pkgconfig"