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>
This commit is contained in:
Kent Fredric
2018-11-04 06:18:34 +13:00
parent cae7f6d628
commit 2fc8d90c5b
3 changed files with 37 additions and 0 deletions

View File

@@ -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
)
"

View File

@@ -0,0 +1 @@
DIST GooCanvas2-0.06.tar.gz 4684 BLAKE2B 07dc552d8c803c7eaf55acd03fb9e3ba303820fb69d130d54fe635d4e2deebea842bcad021eb1978ef9a1b9cbcf96c8721adf3182a35c370df33be8c569da9ad SHA512 059ea23fe19cc13d7d35933222c444b8012492c7d1a6510ac9b5b608cedab6164a158bda66283f1428d1a79971bc7fe1f3af34715d790a03f951a2628125dda6

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">GooCanvas2</remote-id>
<remote-id type="cpan-module">GooCanvas2</remote-id>
</upstream>
</pkgmetadata>