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/gkrellkam/
Date: Mon, 29 Aug 2022 08:38:34
Message-Id: 1661762174.e4f4caec4596a671da918e9ec1f273e5facbb7c0.asturm@gentoo
1 commit: e4f4caec4596a671da918e9ec1f273e5facbb7c0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:32:28 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 08:36:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f4caec
7
8 x11-plugins/gkrellkam: drop 2.0.0
9
10 Closes: https://bugs.gentoo.org/867175
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild | 36 ----------------------------
14 1 file changed, 36 deletions(-)
15
16 diff --git a/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild b/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild
17 deleted file mode 100644
18 index 3831e4e1f7fb..000000000000
19 --- a/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild
20 +++ /dev/null
21 @@ -1,36 +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 -MY_P=${P/-/_}
30 -
31 -DESCRIPTION="an Image-Watcher-Plugin for GKrellM2"
32 -SRC_URI="mirror://sourceforge/gkrellkam/${MY_P}.tar.gz"
33 -HOMEPAGE="http://gkrellkam.sourceforge.net"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="~alpha amd64 ~ppc sparc x86"
38 -IUSE=""
39 -
40 -RDEPEND="
41 - app-admin/gkrellm:2[X]
42 - net-misc/wget"
43 -DEPEND="${RDEPEND}"
44 -
45 -PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
46 -
47 -src_compile() {
48 - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
49 -}
50 -
51 -src_install() {
52 - local PLUGIN_SO=( ${PN}2$(get_modname) )
53 - local PLUGIN_DOCS=( example.list )
54 -
55 - gkrellm-plugin_src_install
56 - doman gkrellkam-list.5
57 -}