Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
Date: Sat, 03 Nov 2018 19:37:46
Message-Id: 1541273766.cae7f6d628cea45806cca6320f3d1dd68dd71968.kentnl@gentoo
1 commit: cae7f6d628cea45806cca6320f3d1dd68dd71968
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 3 16:12:21 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 3 19:36:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae7f6d6
7
8 dev-perl/Gtk3: Add w/ version 0.34.0 re bug #650132
9
10 Previously maintained in ::perl-experimental by Torsten Veller
11 and myself.
12
13 Hybridized from that package with contributions by Chris Mayo
14
15 Closes: https://bugs.gentoo.org/650132
16 Package-Manager: Portage-2.3.51, Repoman-2.3.11
17 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
18
19 dev-perl/Gtk3/Gtk3-0.34.0.ebuild | 31 +++++++++++++++++++++++++++++++
20 dev-perl/Gtk3/Manifest | 1 +
21 dev-perl/Gtk3/metadata.xml | 13 +++++++++++++
22 3 files changed, 45 insertions(+)
23
24 diff --git a/dev-perl/Gtk3/Gtk3-0.34.0.ebuild b/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
25 new file mode 100644
26 index 00000000000..db33ceb5813
27 --- /dev/null
28 +++ b/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
29 @@ -0,0 +1,31 @@
30 +# Copyright 1999-2018 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +DIST_AUTHOR=XAOC
35 +DIST_VERSION=0.034
36 +inherit perl-module virtualx
37 +
38 +DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
39 +LICENSE="LGPL-2.1+"
40 +SLOT="0"
41 +KEYWORDS="~amd64 ~x86"
42 +IUSE="test"
43 +
44 +RDEPEND="
45 + x11-libs/gtk+:3[introspection]
46 + >=dev-perl/Cairo-GObject-1.0.0
47 + virtual/perl-Carp
48 + virtual/perl-Exporter
49 + >=dev-perl/Glib-Object-Introspection-0.43.0
50 +
51 +"
52 +DEPEND="${RDEPEND}
53 + >=virtual/perl-ExtUtils-MakeMaker-6.30
54 + test? (
55 + >=virtual/perl-Test-Simple-0.960.0
56 + )
57 +"
58 +src_test() {
59 + virtx perl-module_src_test
60 +}
61
62 diff --git a/dev-perl/Gtk3/Manifest b/dev-perl/Gtk3/Manifest
63 new file mode 100644
64 index 00000000000..cda0c858d21
65 --- /dev/null
66 +++ b/dev-perl/Gtk3/Manifest
67 @@ -0,0 +1 @@
68 +DIST Gtk3-0.034.tar.gz 56327 BLAKE2B 338e80954d210c79ece7db48cd421bbedab1ea9b005aa70425b42d794e226208349624c4484f0ab943ffb0ab1a1686dd5ae5d7f9c90157a272f4aa92a6c268b3 SHA512 2102a64091d288a7d89bdbfd9cd08b3a9ec5ac2c1276fdf49fb756c182223ba1951152d89bc0f448893d8401ca9f4db57c3d3a2271b3aa82eb1e9ff63cf3cf9e
69
70 diff --git a/dev-perl/Gtk3/metadata.xml b/dev-perl/Gtk3/metadata.xml
71 new file mode 100644
72 index 00000000000..3d11880270f
73 --- /dev/null
74 +++ b/dev-perl/Gtk3/metadata.xml
75 @@ -0,0 +1,13 @@
76 +<?xml version="1.0" encoding="UTF-8"?>
77 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 +<pkgmetadata>
79 + <maintainer type="project">
80 + <email>perl@g.o</email>
81 + <name>Gentoo Perl Project</name>
82 + </maintainer>
83 + <upstream>
84 + <remote-id type="cpan">Gtk3</remote-id>
85 + <remote-id type="cpan-module">Gtk3</remote-id>
86 + <remote-id type="cpan-module">Gtk3::Gdk::EventMask</remote-id>
87 + </upstream>
88 +</pkgmetadata>