From 429cbb4575acba8007664f250522cd8a05d91870 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 3 Feb 2023 04:50:39 +0000 Subject: x11-plugins/gkrellfire: EAPI 8 Bug: https://bugs.gentoo.org/892251 Signed-off-by: Sam James --- x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild | 24 ---------------------- x11-plugins/gkrellfire/gkrellfire-0.4.2-r2.ebuild | 25 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild create mode 100644 x11-plugins/gkrellfire/gkrellfire-0.4.2-r2.ebuild (limited to 'x11-plugins/gkrellfire') diff --git a/x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild b/x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild deleted file mode 100644 index 498b3ae4f309..000000000000 --- a/x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gkrellm-plugin toolchain-funcs - -DESCRIPTION="CPU load flames for GKrellM 2" -HOMEPAGE="http://people.freenet.de/thomas-steinke" -SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-admin/gkrellm:2[X]" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/fix-CC-CFLAGS-LDFLAGS-handling.patch ) - -src_compile() { - emake CC="$(tc-getCC)" -} diff --git a/x11-plugins/gkrellfire/gkrellfire-0.4.2-r2.ebuild b/x11-plugins/gkrellfire/gkrellfire-0.4.2-r2.ebuild new file mode 100644 index 000000000000..bfb9e04f0dad --- /dev/null +++ b/x11-plugins/gkrellfire/gkrellfire-0.4.2-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gkrellm-plugin toolchain-funcs + +DESCRIPTION="CPU load flames for GKrellM 2" +HOMEPAGE="http://people.freenet.de/thomas-steinke" +SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND="app-admin/gkrellm:2[X]" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/fix-CC-CFLAGS-LDFLAGS-handling.patch +) + +src_compile() { + emake CC="$(tc-getCC)" +} -- cgit v1.2.3-65-gdbad