Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrelltop/
Date: Mon, 29 Aug 2022 08:38:39
Message-Id: 1661762180.f1f62b86ee06c2d3d4561ccb27765bca688df2ba.asturm@gentoo
1 commit: f1f62b86ee06c2d3d4561ccb27765bca688df2ba
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:36:07 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 08:36:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f62b86
7
8 x11-plugins/gkrelltop: drop 2.2.13-r2
9
10 Closes: https://bugs.gentoo.org/867175
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild | 44 ------------------------
14 1 file changed, 44 deletions(-)
15
16 diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
17 deleted file mode 100644
18 index 337fb6a341b3..000000000000
19 --- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
20 +++ /dev/null
21 @@ -1,44 +0,0 @@
22 -# Copyright 1999-2022 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit gkrellm-plugin toolchain-funcs
28 -
29 -DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
30 -SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz"
31 -HOMEPAGE="https://sourceforge.net/projects/gkrelltop"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~ppc x86"
36 -IUSE="X"
37 -
38 -RDEPEND="
39 - app-admin/gkrellm:2[X]
40 - dev-libs/glib:2
41 - x11-libs/gtk+:2"
42 -DEPEND="${RDEPEND}"
43 -
44 -S=${WORKDIR}/${P}.orig
45 -PATCHES=( "${FILESDIR}"/${PN}-2.2.13-fix-build-system.patch )
46 -
47 -src_configure() {
48 - tc-export CC
49 -
50 - PLUGIN_SERVER_SO=( gkrelltopd$(get_modname) )
51 - PLUGIN_SO=( gkrelltop$(get_modname) )
52 -
53 - default
54 -}
55 -
56 -src_compile() {
57 - use X || local target="server"
58 - emake ${target}
59 -}
60 -
61 -pkg_postinst() {
62 - einfo "To enable the gkrelltopd server plugin, you must add the following"
63 - einfo "line to /etc/gkrellmd.conf:"
64 - einfo "\tplugin-enable gkrelltopd"
65 -}