commit: 6fb0e2e2f7abb01fd13d208ca69d1f17066b002c Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Jun 23 20:12:24 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Jun 23 20:12:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb0e2e2
x11-libs/gtksourceview: update EAPI 6 -> 8 Signed-off-by: David Seifert <soap <AT> gentoo.org> ...24.11.ebuild => gtksourceview-3.24.11-r1.ebuild} | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/x11-libs/gtksourceview/gtksourceview-3.24.11.ebuild b/x11-libs/gtksourceview/gtksourceview-3.24.11-r1.ebuild similarity index 87% rename from x11-libs/gtksourceview/gtksourceview-3.24.11.ebuild rename to x11-libs/gtksourceview/gtksourceview-3.24.11-r1.ebuild index 7db2b001cb01..c2c1e31bf88e 100644 --- a/x11-libs/gtksourceview/gtksourceview-3.24.11.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-3.24.11-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" -VALA_MIN_API_VERSION="0.24" -VALA_USE_DEPEND="vapigen" +EAPI=8 +VALA_USE_DEPEND="vapigen" inherit gnome2 vala virtualx DESCRIPTION="A text widget implementing syntax highlighting and other features" @@ -12,12 +11,10 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView" LICENSE="GPL-2+ LGPL-2.1+" SLOT="3.0/3" - +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="glade +introspection +vala" REQUIRED_USE="vala? ( introspection )" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" - RDEPEND=" >=dev-libs/glib-2.48:2 >=dev-libs/libxml2-2.6:2 @@ -25,7 +22,8 @@ RDEPEND=" glade? ( >=dev-util/glade-3.9:3.10 ) introspection? ( >=dev-libs/gobject-introspection-1.42:= ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/glib-utils >=dev-util/gtk-doc-am-1.25 >=sys-devel/gettext-0.19.4 @@ -33,12 +31,9 @@ DEPEND="${RDEPEND} vala? ( $(vala_depend) ) " -src_prepare() { - use vala && vala_src_prepare - gnome2_src_prepare -} - src_configure() { + use vala && vala_setup + gnome2_src_configure \ $(use_enable glade glade-catalog) \ $(use_enable introspection) \
