mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
24
dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild
Normal file
24
dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild
Normal 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
|
||||
)
|
||||
"
|
||||
1
dev-perl/GooCanvas2/Manifest
Normal file
1
dev-perl/GooCanvas2/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST GooCanvas2-0.06.tar.gz 4684 BLAKE2B 07dc552d8c803c7eaf55acd03fb9e3ba303820fb69d130d54fe635d4e2deebea842bcad021eb1978ef9a1b9cbcf96c8721adf3182a35c370df33be8c569da9ad SHA512 059ea23fe19cc13d7d35933222c444b8012492c7d1a6510ac9b5b608cedab6164a158bda66283f1428d1a79971bc7fe1f3af34715d790a03f951a2628125dda6
|
||||
12
dev-perl/GooCanvas2/metadata.xml
Normal file
12
dev-perl/GooCanvas2/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user