From 9589db91efc076620bdf53211899b8b5bbb57ba9 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 12 May 2021 23:07:04 +0200 Subject: dev-perl/Gtk2: Version bump 1.24993 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel --- dev-perl/Gtk2/Gtk2-1.249.930.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 dev-perl/Gtk2/Gtk2-1.249.930.ebuild (limited to 'dev-perl/Gtk2/Gtk2-1.249.930.ebuild') diff --git a/dev-perl/Gtk2/Gtk2-1.249.930.ebuild b/dev-perl/Gtk2/Gtk2-1.249.930.ebuild new file mode 100644 index 000000000000..e8271cde6238 --- /dev/null +++ b/dev-perl/Gtk2/Gtk2-1.249.930.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=XAOC +DIST_VERSION=1.24993 +inherit virtualx perl-module + +DESCRIPTION="Perl bindings for GTK2" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + x11-libs/gtk+:2 + >=dev-perl/Cairo-1 + >=dev-perl/glib-perl-1.280.0 + >=dev-perl/Pango-1.220.0 + +" +DEPEND=" + x11-libs/gtk+:2 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + >=dev-perl/ExtUtils-Depends-0.300.0 + >=dev-perl/ExtUtils-PkgConfig-1.30.0 + test? ( x11-libs/gdk-pixbuf[jpeg] ) +" + +src_test() { + virtx perl-module_src_test +} -- cgit v1.2.3-65-gdbad