Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtksourceview/
Date: Mon, 11 Sep 2017 06:38:36
Message-Id: 1505111880.f0920386a09b0c19fe1e91fd0a9fae6ff85f08fc.eva@gentoo
1 commit: f0920386a09b0c19fe1e91fd0a9fae6ff85f08fc
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 06:14:18 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 06:38:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0920386
7
8 x11-libs/gtksourceview: version bump 3.24.3 → 3.24.4
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 x11-libs/gtksourceview/Manifest | 1 +
13 x11-libs/gtksourceview/gtksourceview-3.24.4.ebuild | 58 ++++++++++++++++++++++
14 2 files changed, 59 insertions(+)
15
16 diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest
17 index 26950d07508..be511509feb 100644
18 --- a/x11-libs/gtksourceview/Manifest
19 +++ b/x11-libs/gtksourceview/Manifest
20 @@ -1,3 +1,4 @@
21 DIST gtksourceview-2.10.5.tar.bz2 1253321 SHA256 c585773743b1df8a04b1be7f7d90eecdf22681490d6810be54c81a7ae152191e SHA512 6f64acef6196bfc5953e0b148d7e460d366073b5e21367c01b01fc4d1c86ffe8aca71ecd77cf0814e47d8fc3085495f25bbbdc69e746987b02fd02fcda64886d WHIRLPOOL 4bd2589d4e06bb5e5c4dc8c55af25c52fd2c2c318a1240d7a430c8cb442cc785b7048f0116d9df714f93c6c1cb87628459239a80ae317d8eb73d27e4c021281a
22 DIST gtksourceview-3.22.2.tar.xz 1596384 SHA256 6ce84231dd0931cc747708434ca2f344c65a092dd6e1a800283fe0748773af5e SHA512 1d51a975471172835cd9af64828ba93eb1b45e26fae91b1778c5963a8578404bbbdf1fe7f2c92953dff436bf2dac2d9e01a5188216d2a60a705e4635f0c91b81 WHIRLPOOL 76f333a55d868f6e56bdf8ead44b541c78083a5a64d5b19ae2423a9b22cb8cf17e2fe063dd1a569baab192597c34dde42c6f104c27c13d40b364a81f71e8a183
23 DIST gtksourceview-3.24.3.tar.xz 1625584 SHA256 3eed05486a6420c3e2fdda0bbb19a0d905ed09ebf442302a026ab7e574204cbd SHA512 354a06502d55d7b237d5cbec5a35102225ae3d7e80e53d1ba42e506fc9c75470c4548b4ab8e9e6b2813d732617a2f13b978194240556b8d810066c94ec13de44 WHIRLPOOL 100e811aa7cc3194f4c63c84af2d4a45e413320c1b5fe3e09a5b506fd3cc910dcb9e1a71f8f4c647918d6c95c10d27b2bfe633b9dfac35d791caf55c50182858
24 +DIST gtksourceview-3.24.4.tar.xz 1619860 SHA256 207fb1958087d89393521eafac05f6dd67448ef6edb43ec2c708a79f3b1aa793 SHA512 fef2008dccae6bca859f99b7171851b84f30e7b4cdb00500972039bf111ab5901498820c91926374a7b446491330c55f7179e8522b90279d0169371981bc90fd WHIRLPOOL a0d1d6e9bf0e73545b489010abd823c236a24416c5374ff2ee1344536b2cc2a655b0a544cde96fe21f4734e9e398b9d806aac233d7e7f3f1696f2b317d8cd9ca
25
26 diff --git a/x11-libs/gtksourceview/gtksourceview-3.24.4.ebuild b/x11-libs/gtksourceview/gtksourceview-3.24.4.ebuild
27 new file mode 100644
28 index 00000000000..1e25a7583c4
29 --- /dev/null
30 +++ b/x11-libs/gtksourceview/gtksourceview-3.24.4.ebuild
31 @@ -0,0 +1,58 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="6"
36 +VALA_MIN_API_VERSION="0.24"
37 +VALA_USE_DEPEND="vapigen"
38 +
39 +inherit gnome2 vala virtualx
40 +
41 +DESCRIPTION="A text widget implementing syntax highlighting and other features"
42 +HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
43 +
44 +LICENSE="GPL-2+ LGPL-2.1+"
45 +SLOT="3.0/3"
46 +
47 +IUSE="glade +introspection vala"
48 +REQUIRED_USE="vala? ( introspection )"
49 +
50 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
51 +
52 +RDEPEND="
53 + >=dev-libs/glib-2.48:2
54 + >=dev-libs/libxml2-2.6:2
55 + >=x11-libs/gtk+-3.20:3[introspection?]
56 + glade? ( >=dev-util/glade-3.9:3.10 )
57 + introspection? ( >=dev-libs/gobject-introspection-1.42:= )
58 +"
59 +DEPEND="${RDEPEND}
60 + >=dev-util/gtk-doc-am-1.25
61 + >=sys-devel/gettext-0.19.4
62 + dev-util/itstool
63 + virtual/pkgconfig
64 + vala? ( $(vala_depend) )
65 +"
66 +
67 +src_prepare() {
68 + use vala && vala_src_prepare
69 + gnome2_src_prepare
70 +}
71 +
72 +src_configure() {
73 + gnome2_src_configure \
74 + --disable-deprecations \
75 + $(use_enable glade glade-catalog) \
76 + $(use_enable introspection) \
77 + $(use_enable vala)
78 +}
79 +
80 +src_test() {
81 + virtx emake check
82 +}
83 +
84 +src_install() {
85 + gnome2_src_install
86 +
87 + insinto /usr/share/${PN}-3.0/language-specs
88 + doins "${FILESDIR}"/2.0/gentoo.lang
89 +}