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 1428115800F for ; Fri, 3 Feb 2023 05:11:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4D45E07D4; Fri, 3 Feb 2023 05:11:12 +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 75275E07D4 for ; Fri, 3 Feb 2023 05:11:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75E5033BF5A for ; Fri, 3 Feb 2023 05:11:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1537F897 for ; Fri, 3 Feb 2023 05:11:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675400863.d6ec561b5081eb4cc13705be8f422f84fa53f17c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/bfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/bfm/bfm-0.6.4-r3.ebuild x11-plugins/bfm/bfm-0.6.4-r4.ebuild X-VCS-Directories: x11-plugins/bfm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d6ec561b5081eb4cc13705be8f422f84fa53f17c X-VCS-Branch: master Date: Fri, 3 Feb 2023 05:11:09 +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: f2409902-67c7-46e7-9c6c-cf93f421b76b X-Archives-Hash: 95fe986fec706c33750f7f631eab94c6 commit: d6ec561b5081eb4cc13705be8f422f84fa53f17c Author: Sam James gentoo org> AuthorDate: Fri Feb 3 04:43:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 3 05:07:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ec561b x11-plugins/bfm: EAPI 8 Bug: https://bugs.gentoo.org/892251 Signed-off-by: Sam James gentoo.org> .../{bfm-0.6.4-r3.ebuild => bfm-0.6.4-r4.ebuild} | 25 +++++++++++++--------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild b/x11-plugins/bfm/bfm-0.6.4-r4.ebuild similarity index 67% rename from x11-plugins/bfm/bfm-0.6.4-r3.ebuild rename to x11-plugins/bfm/bfm-0.6.4-r4.ebuild index d93d9ff88a99..1fd42525ff60 100644 --- a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild +++ b/x11-plugins/bfm/bfm-0.6.4-r4.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + inherit toolchain-funcs -DESCRIPTION="a dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime" +DESCRIPTION="Dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime" HOMEPAGE="https://github.com/JNRowe-retired/bfm" SRC_URI="https://github.com/JNRowe-retired/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" @@ -13,14 +14,18 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux" IUSE="gkrellm" -RDEPEND="x11-libs/gtk+:2 +RDEPEND=" + gkrellm? ( >=app-admin/gkrellm-2[X] ) + x11-libs/gtk+:2 x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND} - virtual/pkgconfig - gkrellm? ( >=app-admin/gkrellm-2[X] )" - -PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) + x11-libs/libXext +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${P}-makefile.patch +) src_compile() { emake CC="$(tc-getCC)" GENTOO_LDFLAGS="${LDFLAGS}"