diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-12 23:15:33 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-12 23:46:33 +0200 |
commit | 59ba038c64297f8f1d6e882674491cac64581414 (patch) | |
tree | 8f5f28211bbb202c71b917b361512ca593bf6311 /dev-perl/Gtk3-SimpleList | |
parent | dev-perl/Gtk3-ImageView: Remove old (diff) | |
download | gentoo-59ba038c64297f8f1d6e882674491cac64581414.tar.gz gentoo-59ba038c64297f8f1d6e882674491cac64581414.tar.bz2 gentoo-59ba038c64297f8f1d6e882674491cac64581414.zip |
dev-perl/Gtk3-SimpleList: Version bump 0.21
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Gtk3-SimpleList')
-rw-r--r-- | dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Gtk3-SimpleList/Manifest | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild new file mode 100644 index 000000000000..db09532de5f1 --- /dev/null +++ b/dev-perl/Gtk3-SimpleList/Gtk3-SimpleList-0.210.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=TVIGNAUD +DIST_VERSION=0.21 +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" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-perl/Gtk3 + virtual/perl-Carp +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/Gtk3-SimpleList/Manifest b/dev-perl/Gtk3-SimpleList/Manifest index 84fa1a9c9090..ae96752b6dc5 100644 --- a/dev-perl/Gtk3-SimpleList/Manifest +++ b/dev-perl/Gtk3-SimpleList/Manifest @@ -1 +1,2 @@ DIST Gtk3-SimpleList-0.17.tar.gz 18817 BLAKE2B 61219e333682549346929022e864d051e26167abf41927f4133effe8d52cd1def0f96d010699142b444fc2edb26f7f8723dda14338d0cb01638c75c80fe9809a SHA512 9103cc46e1627be30a5f912f96939c2e86e1f8e174f300957cb4509a2b2f14fcf89f542dbffc8786ba851cdb9f6dc1aea08e47f6d29072d45528e8046768409a +DIST Gtk3-SimpleList-0.21.tar.gz 19124 BLAKE2B 3d04013bd70f3514d9aabfda7a9a823be1aa4a69c89c930e29529c49aa92baa9f140c80571aba7b98481104e080d2325a5b5d24e0e1691f52693c557431ae84f SHA512 45f13add5465d586a6888c426c252cf886644dc95d981d697dc78d01fe66e7820c8f866206583c103fa35b63c349ba46c7da58a447e77a8c778c54b57dddc973 |