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 6F222158094 for ; Tue, 28 Jun 2022 10:19:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA68BE0AF8; Tue, 28 Jun 2022 10:19:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8D152E0AF8 for ; Tue, 28 Jun 2022 10:19:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A70D6340FE7 for ; Tue, 28 Jun 2022 10:19:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D440451C for ; Tue, 28 Jun 2022 10:19:20 +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: <1656411522.2d1f13ad91f471a943231e5d8b97a80dc5c82989.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0-r1.ebuild xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild X-VCS-Directories: xfce-extra/xfce4-alsa-plugin/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2d1f13ad91f471a943231e5d8b97a80dc5c82989 X-VCS-Branch: master Date: Tue, 28 Jun 2022 10:19:20 +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: 7d21c3d7-1528-4cd0-a47d-4de8f3d0ae5e X-Archives-Hash: 8e726aaac0add213813f65c8620f3e1f commit: 2d1f13ad91f471a943231e5d8b97a80dc5c82989 Author: David Seifert gentoo org> AuthorDate: Tue Jun 28 10:18:42 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Jun 28 10:18:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1f13ad xfce-extra/xfce4-alsa-plugin: update EAPI 6 -> 8 Signed-off-by: David Seifert gentoo.org> ...ugin-0.3.0.ebuild => xfce4-alsa-plugin-0.3.0-r1.ebuild} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 similarity index 79% rename from xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0.ebuild rename to xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.3.0-r1.ebuild index f474582cb66e..81097a1aec5a 100644 --- 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 @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vala meson @@ -12,19 +12,19 @@ SRC_URI="https://github.com/equeim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" -IUSE="" RDEPEND=" media-libs/alsa-lib >=xfce-base/xfce4-panel-4.13 x11-libs/gtk+:3[introspection] " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" $(vala_depend) sys-devel/gettext " -src_prepare() { - vala_src_prepare - eapply_user +src_configure() { + vala_setup + meson_src_configure }