commit:     d88d5b53fceb5a3ecb97397574f5bfa10a4e2667
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 17:26:49 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 19:36:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88d5b53

dev-perl/Gtk3-SimpleList: Add w/ version 0.170.0 re bug #650138

Based on ebuild submitted by Chris Mayo

Closes: https://bugs.gentoo.org/650138
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild | 26 ++++++++++++++++++++++
 dev-perl/Gtk3-SimpleList/Manifest                  |  1 +
 dev-perl/Gtk3-SimpleList/metadata.xml              | 14 ++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild 
b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
new file mode 100644
index 00000000000..34bb93f6176
--- /dev/null
+++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TVIGNAUD
+DIST_VERSION=0.17
+inherit perl-module
+
+DESCRIPTION="A simple interface to GTK+ 3's complex MVC list widget"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       dev-perl/Gtk3
+       virtual/perl-Carp
+"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               virtual/perl-Test-Simple
+       )
+"

diff --git a/dev-perl/Gtk3-SimpleList/Manifest 
b/dev-perl/Gtk3-SimpleList/Manifest
new file mode 100644
index 00000000000..84fa1a9c909
--- /dev/null
+++ b/dev-perl/Gtk3-SimpleList/Manifest
@@ -0,0 +1 @@
+DIST Gtk3-SimpleList-0.17.tar.gz 18817 BLAKE2B 
61219e333682549346929022e864d051e26167abf41927f4133effe8d52cd1def0f96d010699142b444fc2edb26f7f8723dda14338d0cb01638c75c80fe9809a
 SHA512 
9103cc46e1627be30a5f912f96939c2e86e1f8e174f300957cb4509a2b2f14fcf89f542dbffc8786ba851cdb9f6dc1aea08e47f6d29072d45528e8046768409a

diff --git a/dev-perl/Gtk3-SimpleList/metadata.xml 
b/dev-perl/Gtk3-SimpleList/metadata.xml
new file mode 100644
index 00000000000..ff5a2ed4288
--- /dev/null
+++ b/dev-perl/Gtk3-SimpleList/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>p...@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Gtk3-SimpleList</remote-id>
+    <remote-id type="cpan-module">Gtk3::SimpleList</remote-id>
+    <remote-id type="cpan-module">Gtk3::SimpleList::TiedList</remote-id>
+    <remote-id type="cpan-module">Gtk3::SimpleList::TiedRow</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to