Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/
Date: Tue, 28 Jun 2022 10:19:25
Message-Id: 1656411522.2d1f13ad91f471a943231e5d8b97a80dc5c82989.soap@gentoo
1 commit: 2d1f13ad91f471a943231e5d8b97a80dc5c82989
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 10:18:42 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 10:18:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1f13ad
7
8 xfce-extra/xfce4-alsa-plugin: update EAPI 6 -> 8
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 ...ugin-0.3.0.ebuild => xfce4-alsa-plugin-0.3.0-r1.ebuild} | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0-r1.ebuild
16 similarity index 79%
17 rename from xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild
18 rename to xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0-r1.ebuild
19 index f474582cb66e..81097a1aec5a 100644
20 --- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild
21 +++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0-r1.ebuild
22 @@ -1,7 +1,7 @@
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 +EAPI=8
29
30 inherit vala meson
31
32 @@ -12,19 +12,19 @@ SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 LICENSE="GPL-3"
34 SLOT="0"
35 KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
36 -IUSE=""
37
38 RDEPEND="
39 media-libs/alsa-lib
40 >=xfce-base/xfce4-panel-4.13
41 x11-libs/gtk+:3[introspection]
42 "
43 -DEPEND="${RDEPEND}
44 +DEPEND="${RDEPEND}"
45 +BDEPEND="
46 $(vala_depend)
47 sys-devel/gettext
48 "
49
50 -src_prepare() {
51 - vala_src_prepare
52 - eapply_user
53 +src_configure() {
54 + vala_setup
55 + meson_src_configure
56 }