Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtksourceview/
Date: Sun, 15 Jul 2018 11:45:30
Message-Id: 1531654819.83a1941d4f4ef798ab09cd68995f9772f1541da1.leio@gentoo
1 commit: 83a1941d4f4ef798ab09cd68995f9772f1541da1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 11:40:19 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 11:40:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a1941d
7
8 x11-libs/gtksourceview: remove old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-libs/gtksourceview/Manifest | 1 -
13 x11-libs/gtksourceview/gtksourceview-3.24.6.ebuild | 58 ----------------------
14 2 files changed, 59 deletions(-)
15
16 diff --git a/x11-libs/gtksourceview/Manifest b/x11-libs/gtksourceview/Manifest
17 index 48a873e4287..20fe8ea5048 100644
18 --- a/x11-libs/gtksourceview/Manifest
19 +++ b/x11-libs/gtksourceview/Manifest
20 @@ -1,4 +1,3 @@
21 DIST gtksourceview-2.10.5.tar.bz2 1253321 BLAKE2B 810a3eeca69bab4356b21c64129bb852e00d02c7937ad4a2ce3af9e48700da943d8d6834efcce9810dd49a54f39d4a074dc086a557128da51a593b2f23e58d48 SHA512 6f64acef6196bfc5953e0b148d7e460d366073b5e21367c01b01fc4d1c86ffe8aca71ecd77cf0814e47d8fc3085495f25bbbdc69e746987b02fd02fcda64886d
22 -DIST gtksourceview-3.24.6.tar.xz 1623288 BLAKE2B 2332b31534f4fb7e4115e3827c3d57fe4d465eda67c977d238521fc68e0390809e1f0fc46e75adec2b966c83fe5ce0caa3cf312eba97bba76b9b7719b94ca42b SHA512 1b7621dbc1effc979fe08af8e6683ef43cc25563aab37a87abce15a0aa74bd0698bf10377a3fc2539b0cba1ad2f4bce2bb3981ef2dd4245bfe2fcba866d72f5d
23 DIST gtksourceview-3.24.7.tar.xz 1390500 BLAKE2B fc8c6695ec94f8c0ff44fbf96fa3c1f8e11d11c9959a8b873d25e420894208444f1f88624d49f7366486039f0e1590692e2b5b0164c08c1358a8ea8b0b4aeaa3 SHA512 d86ef2bea6ae24c128f65e314c82f58265a53309abff22630360b0f5a5f9b640e3fc31fdd58b06221efc28f41c95c0f92613edb8c0a2c8f5c6147d287310a9a2
24 DIST gtksourceview-3.24.8.tar.xz 1408964 BLAKE2B e406aa9f776821abfcc87333fc955b4f3ae334f73a8b1dfa0b123067df24bd4f473e326347c99df7dc6c97adbdde8739cb301e45ca70324f6e8de2ce9e1ea973 SHA512 84a02278344f9fe3c1b8f2440c6179feaea53df93061c63023d92bcaa1ec7ff8e95e1f3a463c23d8487c74492469f3dc367bcca3975ef169bf03925ecee7f7ff
25
26 diff --git a/x11-libs/gtksourceview/gtksourceview-3.24.6.ebuild b/x11-libs/gtksourceview/gtksourceview-3.24.6.ebuild
27 deleted file mode 100644
28 index 51f9cbe9b68..00000000000
29 --- a/x11-libs/gtksourceview/gtksourceview-3.24.6.ebuild
30 +++ /dev/null
31 @@ -1,58 +0,0 @@
32 -# Copyright 1999-2018 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 -}