summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-11 01:19:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-11 01:23:06 +0200
commit7a75f19369f213f1bf550fec35e711112e663073 (patch)
tree5f280544766e9268abd5bab3c6c9ef46d7f8427c /dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.120.0.ebuild
parentdev-perl/GSSAPI: EAPI=7 bump (diff)
downloadgentoo-7a75f19369f213f1bf550fec35e711112e663073.tar.gz
gentoo-7a75f19369f213f1bf550fec35e711112e663073.tar.bz2
gentoo-7a75f19369f213f1bf550fec35e711112e663073.zip
dev-perl/Gtk2-SourceView2: Version bump 0.12
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/Gtk2-SourceView2/Gtk2-SourceView2-0.120.0.ebuild')
-rw-r--r--dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.120.0.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.120.0.ebuild b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.120.0.ebuild
new file mode 100644
index 000000000000..f57a698af8d6
--- /dev/null
+++ b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.120.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.12
+DIST_A_EXT=tar.gz
+inherit perl-module virtualx
+
+DESCRIPTION="Perl binding for the C library gtksourceview"
+
+SLOT="0"
+LICENSE="|| ( GPL-2+ Artistic-2 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/Gtk2
+ >=dev-perl/glib-perl-1.160.0
+"
+DEPEND="${RDEPEND}
+ dev-perl/ExtUtils-Depends
+ dev-perl/ExtUtils-PkgConfig
+ virtual/perl-ExtUtils-MakeMaker
+ x11-libs/gtksourceview:2.0
+"
+
+src_test() {
+ virtx perl-module_src_test
+}