commit:     def87af98f4407304d99c69dc557676cabfd0aa4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 04:47:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 05:07:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def87af9

x11-plugins/gkrellaclock: EAPI 8

Bug: https://bugs.gentoo.org/892251
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...clock-0.3.4-r1.ebuild => gkrellaclock-0.3.4-r2.ebuild} | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/x11-plugins/gkrellaclock/gkrellaclock-0.3.4-r1.ebuild 
b/x11-plugins/gkrellaclock/gkrellaclock-0.3.4-r2.ebuild
similarity index 73%
rename from x11-plugins/gkrellaclock/gkrellaclock-0.3.4-r1.ebuild
rename to x11-plugins/gkrellaclock/gkrellaclock-0.3.4-r2.ebuild
index 22d81a995f5f..1f0e8d375f1f 100644
--- a/x11-plugins/gkrellaclock/gkrellaclock-0.3.4-r1.ebuild
+++ b/x11-plugins/gkrellaclock/gkrellaclock-0.3.4-r2.ebuild
@@ -1,30 +1,31 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit gkrellm-plugin toolchain-funcs
 
 DESCRIPTION="Nice analog clock for GKrellM2"
-HOMEPAGE="http://www.gkrellm.net/";
+HOMEPAGE="http://gkrellm.srcbox.net/";
 SRC_URI="mirror://gentoo/${P}.tar.gz"
+S="${WORKDIR}/${P/a/A}"
 
 LICENSE="GPL-2"
 SLOT="2"
 KEYWORDS="~alpha amd64 ~ppc sparc x86"
-IUSE=""
 
 RDEPEND="app-admin/gkrellm:2[X]"
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/${P/a/A}"
-PATCHES=( "${FILESDIR}"/${PN}-makefile.patch )
+PATCHES=(
+       "${FILESDIR}"/${PN}-makefile.patch
+)
 
 src_prepare() {
        default
 
        # The tarball contains a pre-compiled x86 object that needs to be
-       # removed if we're going to build it properly. See bug 166133.
+       # removed if we're going to build it properly. See bug #166133.
        rm -f gkrellaclock.o || die 'failed to remove gkrellaclock.o'
 }
 

Reply via email to