summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-11-04 06:18:34 +1300
committerKent Fredric <kentnl@gentoo.org>2018-11-04 08:36:07 +1300
commit2fc8d90c5b4a1b2dbf8587392c32e9c9f975765e (patch)
treed1a927a81310ce02c7caf1946bc51ef47f73e3f1 /dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild
parentdev-perl/Gtk3: Add w/ version 0.34.0 re bug #650132 (diff)
downloadgentoo-2fc8d90c5b4a1b2dbf8587392c32e9c9f975765e.tar.gz
gentoo-2fc8d90c5b4a1b2dbf8587392c32e9c9f975765e.tar.bz2
gentoo-2fc8d90c5b4a1b2dbf8587392c32e9c9f975765e.zip
dev-perl/GooCanvas2: Add w/ version 0.60.0 re bug #650134
Original ebuild submitted by Chris Mayo, with minor tweaks. Closes: https://bugs.gentoo.org/650134 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild')
-rw-r--r--dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild b/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild
new file mode 100644
index 000000000000..41ac3a6f93cf
--- /dev/null
+++ b/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PERLMAX
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Perl binding for GooCanvas2 widget using Glib::Object::Introspection"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ x11-libs/goocanvas:2.0
+ dev-perl/Gtk3
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test
+ )
+"