From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9F79158094 for ; Thu, 23 Jun 2022 20:12:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25158E088C; Thu, 23 Jun 2022 20:12:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3E61E088C for ; Thu, 23 Jun 2022 20:12:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 156C434198F for ; Thu, 23 Jun 2022 20:12:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E27B516 for ; Thu, 23 Jun 2022 20:12:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1656015144.6fb0e2e2f7abb01fd13d208ca69d1f17066b002c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtksourceview/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtksourceview/gtksourceview-3.24.11-r1.ebuild x11-libs/gtksourceview/gtksourceview-3.24.11.ebuild X-VCS-Directories: x11-libs/gtksourceview/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6fb0e2e2f7abb01fd13d208ca69d1f17066b002c X-VCS-Branch: master Date: Thu, 23 Jun 2022 20:12:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc45a186-167f-4881-b9f4-456cbb4a5fb6 X-Archives-Hash: cecf87a7ccc7107ee01c65f023f31398 commit: 6fb0e2e2f7abb01fd13d208ca69d1f17066b002c Author: David Seifert gentoo org> AuthorDate: Thu Jun 23 20:12:24 2022 +0000 Commit: David Seifert gentoo 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 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) \