dev-perl/Gtk3: Add w/ version 0.34.0 re bug #650132

Previously maintained in ::perl-experimental by Torsten Veller
and myself.

Hybridized from that package with contributions by Chris Mayo

Closes: https://bugs.gentoo.org/650132
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 05:12:21 +13:00
parent 7c48fb2d35
commit cae7f6d628
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=XAOC
DIST_VERSION=0.034
inherit perl-module virtualx
DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
x11-libs/gtk+:3[introspection]
>=dev-perl/Cairo-GObject-1.0.0
virtual/perl-Carp
virtual/perl-Exporter
>=dev-perl/Glib-Object-Introspection-0.43.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.30
test? (
>=virtual/perl-Test-Simple-0.960.0
)
"
src_test() {
virtx perl-module_src_test
}

1
dev-perl/Gtk3/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST Gtk3-0.034.tar.gz 56327 BLAKE2B 338e80954d210c79ece7db48cd421bbedab1ea9b005aa70425b42d794e226208349624c4484f0ab943ffb0ab1a1686dd5ae5d7f9c90157a272f4aa92a6c268b3 SHA512 2102a64091d288a7d89bdbfd9cd08b3a9ec5ac2c1276fdf49fb756c182223ba1951152d89bc0f448893d8401ca9f4db57c3d3a2271b3aa82eb1e9ff63cf3cf9e

View File

@@ -0,0 +1,13 @@
<?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">Gtk3</remote-id>
<remote-id type="cpan-module">Gtk3</remote-id>
<remote-id type="cpan-module">Gtk3::Gdk::EventMask</remote-id>
</upstream>
</pkgmetadata>