Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-SourceView2/
Date: Tue, 24 Oct 2017 02:43:23
Message-Id: 1508810304.30c4e128e0c8231b54d0a41c9fbe3237cf3808a2.kentnl@gentoo
1 commit: 30c4e128e0c8231b54d0a41c9fbe3237cf3808a2
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 24 01:58:24 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 24 01:58:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c4e128
7
8 dev-perl/Gtk2-SourceView2: Virtualxify tests
9
10 - Make tests work with virtualx
11 - Add upstream remote-id's to metadata.xml
12
13 Package-Manager: Portage-2.3.8, Repoman-2.3.3
14
15 .../Gtk2-SourceView2-0.100.0-r1.ebuild | 30 ++++++++++++++++++++++
16 dev-perl/Gtk2-SourceView2/metadata.xml | 4 +++
17 2 files changed, 34 insertions(+)
18
19 diff --git a/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild
20 new file mode 100644
21 index 00000000000..2042b5ad212
22 --- /dev/null
23 +++ b/dev-perl/Gtk2-SourceView2/Gtk2-SourceView2-0.100.0-r1.ebuild
24 @@ -0,0 +1,30 @@
25 +# Copyright 1999-2017 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=6
29 +
30 +DIST_AUTHOR=POTYL
31 +DIST_VERSION=0.10
32 +DIST_A_EXT=tar.gz
33 +inherit perl-module virtualx
34 +
35 +DESCRIPTION="Perl binding for the C library gtksourceview"
36 +
37 +SLOT="0"
38 +LICENSE="|| ( GPL-2+ Artistic-2 )"
39 +KEYWORDS="~amd64 ~x86"
40 +IUSE=""
41 +
42 +RDEPEND="
43 + dev-perl/Gtk2
44 + >=dev-perl/glib-perl-1.160.0
45 +"
46 +DEPEND="${RDEPEND}
47 + dev-perl/ExtUtils-Depends
48 + dev-perl/ExtUtils-PkgConfig
49 + virtual/perl-ExtUtils-MakeMaker
50 + x11-libs/gtksourceview:2.0
51 +"
52 +src_test() {
53 + virtx perl-module_src_test
54 +}
55
56 diff --git a/dev-perl/Gtk2-SourceView2/metadata.xml b/dev-perl/Gtk2-SourceView2/metadata.xml
57 index 2b9a936fc0a..4febf45a1ab 100644
58 --- a/dev-perl/Gtk2-SourceView2/metadata.xml
59 +++ b/dev-perl/Gtk2-SourceView2/metadata.xml
60 @@ -5,4 +5,8 @@
61 <email>perl@g.o</email>
62 <name>Gentoo Perl Project</name>
63 </maintainer>
64 + <upstream>
65 + <remote-id type="cpan">Gtk2-SourceView</remote-id>
66 + <remote-id type="cpan-module">Gtk2::SourceView2</remote-id>
67 + </upstream>
68 </pkgmetadata>