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/gkrellmlaunch/
Date: Mon, 29 Aug 2022 08:38:35
Message-Id: 1661762176.721e9ce82301c1cc37a961feeec669227c565369.asturm@gentoo
1 commit: 721e9ce82301c1cc37a961feeec669227c565369
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:33:14 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 08:36:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721e9ce8
7
8 x11-plugins/gkrellmlaunch: drop 0.5
9
10 Closes: https://bugs.gentoo.org/867175
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild | 24 ----------------------
14 1 file changed, 24 deletions(-)
15
16 diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
17 deleted file mode 100644
18 index 410946fe33dd..000000000000
19 --- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
20 +++ /dev/null
21 @@ -1,24 +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 Program-Launcher Plugin for GKrellM2"
30 -SRC_URI="mirror://sourceforge/gkrellmlaunch/${P}.tar.gz"
31 -HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="2"
35 -KEYWORDS="~alpha amd64 ~ppc sparc x86"
36 -IUSE=""
37 -
38 -RDEPEND="app-admin/gkrellm:2[X]"
39 -DEPEND="${RDEPEND}"
40 -
41 -PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
42 -
43 -src_compile() {
44 - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
45 -}