commit: fe30ff96a36e4fdae7c8230ec6277aa54cf586be
Author: Marco Scardovi <mscardovi <AT> icloud <DOT> com>
AuthorDate: Sun Jan 8 21:23:32 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 07:52:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe30ff96
app-admin/gkrellm: update HOMEPAGE, SRC_URI
Signed-off-by: Marco Scardovi <mscardovi <AT> icloud.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 1213ede77276..136f4e903e33 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -1,19 +1,17 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop systemd toolchain-funcs
-MY_P="${P/_/-}"
-
DESCRIPTION="Single process stack of various system monitors"
-HOMEPAGE="http://www.gkrellm.net/"
+HOMEPAGE="http://gkrellm.srcbox.net/"
if [[ "${PV}" == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://git.srcbox.net/gkrellm"
else
- SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2"
+ SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv
sparc x86 ~amd64-linux ~x86-linux"
fi
LICENSE="GPL-3+"
@@ -55,8 +53,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.3.5-sansfont.patch
)
-S="${WORKDIR}/${MY_P}"
-
DOCS=( Changelog CREDITS README )
pkg_pretend() {