commit:     d6968cd79081b372b07b1f095d75f1961096a194
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 16:18:19 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 16:18:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6968cd7

x11-libs/libxklavier: update EAPI 7 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{libxklavier-5.4.ebuild => libxklavier-5.4-r1.ebuild}  | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/x11-libs/libxklavier/libxklavier-5.4.ebuild 
b/x11-libs/libxklavier/libxklavier-5.4-r1.ebuild
similarity index 88%
rename from x11-libs/libxklavier/libxklavier-5.4.ebuild
rename to x11-libs/libxklavier/libxklavier-5.4-r1.ebuild
index b8d6e7e7ab16..b73271b1117a 100644
--- a/x11-libs/libxklavier/libxklavier-5.4.ebuild
+++ b/x11-libs/libxklavier/libxklavier-5.4-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit libtool vala xdg-utils
+inherit libtool vala
 
 DESCRIPTION="A library for the X Keyboard Extension (high-level API)"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/LibXklavier";
@@ -25,7 +25,6 @@ RDEPEND="
        x11-libs/libxkbfile:=
        >=x11-misc/xkeyboard-config-2.4.1-r3
        introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-       vala? ( $(vala_depend) )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
@@ -33,18 +32,18 @@ BDEPEND="
        >=dev-util/gtk-doc-am-1.4
        sys-devel/gettext
        virtual/pkgconfig
+       vala? ( $(vala_depend) )
 "
 
 src_prepare() {
        default
        elibtoolize
-       xdg_environment_reset
-       use vala && vala_src_prepare
 }
 
 src_configure() {
+       use vala && vala_setup
+
        econf \
-               --disable-static \
                --disable-gtk-doc \
                $(use_enable introspection) \
                $(use_enable vala) \
@@ -54,6 +53,5 @@ src_configure() {
 
 src_install() {
        default
-       dodoc CREDITS
        find "${ED}" -type f -name '*.la' -delete || die
 }

Reply via email to