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 /dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild
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>
Diffstat (limited to 'dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild')
-rw-r--r--dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.170.0.ebuild26
1 files changed, 26 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
+ )
+"