summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-11-04 06:26:49 +1300
committerKent Fredric <kentnl@gentoo.org>2018-11-04 08:36:08 +1300
commitd88d5b53fceb5a3ecb97397574f5bfa10a4e2667 (patch)
treed0d583b4b03e1d6c8583e912165cc0b7ad10304a
parentdev-perl/GooCanvas2: Add w/ version 0.60.0 re bug #650134 (diff)
downloadgentoo-d88d5b53fceb5a3ecb97397574f5bfa10a4e2667.tar.gz
gentoo-d88d5b53fceb5a3ecb97397574f5bfa10a4e2667.tar.bz2
gentoo-d88d5b53fceb5a3ecb97397574f5bfa10a4e2667.zip
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@gentoo.org>
-rw-r--r--dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild26
-rw-r--r--dev-perl/Gtk3-SimpleList/Manifest1
-rw-r--r--dev-perl/Gtk3-SimpleList/metadata.xml14
3 files changed, 41 insertions, 0 deletions
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 000000000000..34bb93f61768
--- /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 000000000000..84fa1a9c9090
--- /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 000000000000..ff5a2ed42881
--- /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>perl@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>