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/gkrellmoon/
Date: Mon, 29 Aug 2022 08:38:36
Message-Id: 1661762176.6f7f99d93d8ffc3fc0cf9ec85652d255bbcc0245.asturm@gentoo
1 commit: 6f7f99d93d8ffc3fc0cf9ec85652d255bbcc0245
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:33:46 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=6f7f99d9
7
8 x11-plugins/gkrellmoon: drop 0.6-r2
9
10 Closes: https://bugs.gentoo.org/867175
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild | 31 -------------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
17 deleted file mode 100644
18 index 15a6d866c2d2..000000000000
19 --- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r2.ebuild
20 +++ /dev/null
21 @@ -1,31 +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 of the famous wmMoonClock dockapp"
30 -SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
31 -HOMEPAGE="http://gkrellmoon.sourceforge.net/"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="2"
35 -KEYWORDS="~alpha amd64 ~ppc sparc x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - app-admin/gkrellm:2[X]
40 - media-libs/imlib2"
41 -DEPEND="${RDEPEND}"
42 -
43 -PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
44 -
45 -src_prepare() {
46 - default
47 - sed -i -e '/^#include <stdio.h>/a#include <string.h>' CalcEphem.h || die
48 -}
49 -
50 -src_compile() {
51 - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
52 -}