Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gtksourceview/
Date: Fri, 07 Dec 2018 23:58:32
Message-Id: 1544226854.d9fceb748506f34377d9ff6153bfcc1aeca3d2fc.leio@gentoo
1 commit: d9fceb748506f34377d9ff6153bfcc1aeca3d2fc
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 7 23:54:14 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 7 23:54:14 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d9fceb74
7
8 x11-libs/gtksourceview-3.99.7: remove, 4.0.3 available in ::gentoo
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.52, Repoman-2.3.11
12
13 x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild | 58 ----------------------
14 1 file changed, 58 deletions(-)
15
16 diff --git a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild b/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
17 deleted file mode 100644
18 index 81f3a8d7..00000000
19 --- a/x11-libs/gtksourceview/gtksourceview-3.99.7.ebuild
20 +++ /dev/null
21 @@ -1,58 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="6"
26 -VALA_MIN_API_VERSION="0.24"
27 -VALA_USE_DEPEND="vapigen"
28 -
29 -inherit gnome2 vala virtualx
30 -
31 -DESCRIPTION="A text widget implementing syntax highlighting and other features"
32 -HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
33 -
34 -LICENSE="GPL-2+ LGPL-2.1+"
35 -SLOT="4.0/4"
36 -
37 -IUSE="glade +introspection vala"
38 -REQUIRED_USE="vala? ( introspection )"
39 -
40 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
41 -
42 -RDEPEND="
43 - >=dev-libs/glib-2.48:2
44 - >=dev-libs/libxml2-2.6:2
45 - >=x11-libs/gtk+-3.20:3[introspection?]
46 - glade? ( >=dev-util/glade-3.9:3.10 )
47 - introspection? ( >=dev-libs/gobject-introspection-1.42:= )
48 -"
49 -DEPEND="${RDEPEND}
50 - >=dev-util/gtk-doc-am-1.25
51 - >=sys-devel/gettext-0.19.4
52 - dev-util/itstool
53 - virtual/pkgconfig
54 - vala? ( $(vala_depend) )
55 -"
56 -
57 -src_prepare() {
58 - use vala && vala_src_prepare
59 - gnome2_src_prepare
60 -}
61 -
62 -src_configure() {
63 - gnome2_src_configure \
64 - --disable-deprecations \
65 - $(use_enable glade glade-catalog) \
66 - $(use_enable introspection) \
67 - $(use_enable vala)
68 -}
69 -
70 -src_test() {
71 - virtx emake check
72 -}
73 -
74 -src_install() {
75 - gnome2_src_install
76 -
77 - insinto /usr/share/${PN}-4/language-specs
78 - doins "${FILESDIR}"/2.0/gentoo.lang
79 -}