Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtksourceview/
Date: Thu, 23 Jun 2022 20:12:46
Message-Id: 1656015144.6fb0e2e2f7abb01fd13d208ca69d1f17066b002c.soap@gentoo
1 commit: 6fb0e2e2f7abb01fd13d208ca69d1f17066b002c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 23 20:12:24 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 23 20:12:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb0e2e2
7
8 x11-libs/gtksourceview: update EAPI 6 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 ...24.11.ebuild => gtksourceview-3.24.11-r1.ebuild} | 21 ++++++++-------------
13 1 file changed, 8 insertions(+), 13 deletions(-)
14
15 diff --git a/x11-libs/gtksourceview/gtksourceview-3.24.11.ebuild b/x11-libs/gtksourceview/gtksourceview-3.24.11-r1.ebuild
16 similarity index 87%
17 rename from x11-libs/gtksourceview/gtksourceview-3.24.11.ebuild
18 rename to x11-libs/gtksourceview/gtksourceview-3.24.11-r1.ebuild
19 index 7db2b001cb01..c2c1e31bf88e 100644
20 --- a/x11-libs/gtksourceview/gtksourceview-3.24.11.ebuild
21 +++ b/x11-libs/gtksourceview/gtksourceview-3.24.11-r1.ebuild
22 @@ -1,10 +1,9 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI="6"
28 -VALA_MIN_API_VERSION="0.24"
29 -VALA_USE_DEPEND="vapigen"
30 +EAPI=8
31
32 +VALA_USE_DEPEND="vapigen"
33 inherit gnome2 vala virtualx
34
35 DESCRIPTION="A text widget implementing syntax highlighting and other features"
36 @@ -12,12 +11,10 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView"
37
38 LICENSE="GPL-2+ LGPL-2.1+"
39 SLOT="3.0/3"
40 -
41 +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
42 IUSE="glade +introspection +vala"
43 REQUIRED_USE="vala? ( introspection )"
44
45 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
46 -
47 RDEPEND="
48 >=dev-libs/glib-2.48:2
49 >=dev-libs/libxml2-2.6:2
50 @@ -25,7 +22,8 @@ RDEPEND="
51 glade? ( >=dev-util/glade-3.9:3.10 )
52 introspection? ( >=dev-libs/gobject-introspection-1.42:= )
53 "
54 -DEPEND="${RDEPEND}
55 +DEPEND="${RDEPEND}"
56 +BDEPEND="
57 dev-util/glib-utils
58 >=dev-util/gtk-doc-am-1.25
59 >=sys-devel/gettext-0.19.4
60 @@ -33,12 +31,9 @@ DEPEND="${RDEPEND}
61 vala? ( $(vala_depend) )
62 "
63
64 -src_prepare() {
65 - use vala && vala_src_prepare
66 - gnome2_src_prepare
67 -}
68 -
69 src_configure() {
70 + use vala && vala_setup
71 +
72 gnome2_src_configure \
73 $(use_enable glade glade-catalog) \
74 $(use_enable introspection) \