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-SimpleList/
Date: Sat, 03 Nov 2018 19:37:44
Message-Id: 1541273768.d88d5b53fceb5a3ecb97397574f5bfa10a4e2667.kentnl@gentoo
1 commit: d88d5b53fceb5a3ecb97397574f5bfa10a4e2667
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 3 17:26:49 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 3 19:36:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88d5b53
7
8 dev-perl/Gtk3-SimpleList: Add w/ version 0.170.0 re bug #650138
9
10 Based on ebuild submitted by Chris Mayo
11
12 Closes: https://bugs.gentoo.org/650138
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
15
16 .../Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild | 26 ++++++++++++++++++++++
17 dev-perl/Gtk3-SimpleList/Manifest | 1 +
18 dev-perl/Gtk3-SimpleList/metadata.xml | 14 ++++++++++++
19 3 files changed, 41 insertions(+)
20
21 diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
22 new file mode 100644
23 index 00000000000..34bb93f6176
24 --- /dev/null
25 +++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
26 @@ -0,0 +1,26 @@
27 +# Copyright 1999-2018 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=6
31 +
32 +DIST_AUTHOR=TVIGNAUD
33 +DIST_VERSION=0.17
34 +inherit perl-module
35 +
36 +DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
37 +
38 +LICENSE="LGPL-2.1+"
39 +SLOT="0"
40 +KEYWORDS="~amd64 ~x86"
41 +IUSE="test"
42 +
43 +RDEPEND="
44 + dev-perl/Gtk3
45 + virtual/perl-Carp
46 +"
47 +DEPEND="${RDEPEND}
48 + virtual/perl-ExtUtils-MakeMaker
49 + test? (
50 + virtual/perl-Test-Simple
51 + )
52 +"
53
54 diff --git a/dev-perl/Gtk3-SimpleList/Manifest b/dev-perl/Gtk3-SimpleList/Manifest
55 new file mode 100644
56 index 00000000000..84fa1a9c909
57 --- /dev/null
58 +++ b/dev-perl/Gtk3-SimpleList/Manifest
59 @@ -0,0 +1 @@
60 +DIST Gtk3-SimpleList-0.17.tar.gz 18817 BLAKE2B 61219e333682549346929022e864d051e26167abf41927f4133effe8d52cd1def0f96d010699142b444fc2edb26f7f8723dda14338d0cb01638c75c80fe9809a SHA512 9103cc46e1627be30a5f912f96939c2e86e1f8e174f300957cb4509a2b2f14fcf89f542dbffc8786ba851cdb9f6dc1aea08e47f6d29072d45528e8046768409a
61
62 diff --git a/dev-perl/Gtk3-SimpleList/metadata.xml b/dev-perl/Gtk3-SimpleList/metadata.xml
63 new file mode 100644
64 index 00000000000..ff5a2ed4288
65 --- /dev/null
66 +++ b/dev-perl/Gtk3-SimpleList/metadata.xml
67 @@ -0,0 +1,14 @@
68 +<?xml version="1.0" encoding="UTF-8"?>
69 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 +<pkgmetadata>
71 + <maintainer type="project">
72 + <email>perl@g.o</email>
73 + <name>Gentoo Perl Project</name>
74 + </maintainer>
75 + <upstream>
76 + <remote-id type="cpan">Gtk3-SimpleList</remote-id>
77 + <remote-id type="cpan-module">Gtk3::SimpleList</remote-id>
78 + <remote-id type="cpan-module">Gtk3::SimpleList::TiedList</remote-id>
79 + <remote-id type="cpan-module">Gtk3::SimpleList::TiedRow</remote-id>
80 + </upstream>
81 +</pkgmetadata>