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/gkrellsun/
Date: Mon, 29 Aug 2022 08:38:38
Message-Id: 1661762180.376f0fba4206f45109117c3f133172269e5dd98c.asturm@gentoo
1 commit: 376f0fba4206f45109117c3f133172269e5dd98c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:35:55 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=376f0fba
7
8 x11-plugins/gkrellsun: drop 1.0.0-r4
9
10 Closes: https://bugs.gentoo.org/867175
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild | 34 -------------------------
14 1 file changed, 34 deletions(-)
15
16 diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild
17 deleted file mode 100644
18 index 3e9401aa303e..000000000000
19 --- a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r4.ebuild
20 +++ /dev/null
21 @@ -1,34 +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
28 -
29 -DESCRIPTION="A GKrellM plugin that shows sunrise and sunset times"
30 -HOMEPAGE="http://gkrellsun.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/gkrellsun/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="1"
35 -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc sparc x86"
36 -IUSE="nls"
37 -
38 -RDEPEND="app-admin/gkrellm:2[X]"
39 -DEPEND="${RDEPEND}
40 - nls? ( sys-devel/gettext )"
41 -
42 -PATCHES=(
43 - "${FILESDIR}"/${P}-reenable.patch
44 - "${FILESDIR}"/${P}-Respect-LDFLAGS.patch
45 -)
46 -
47 -src_configure() {
48 - PLUGIN_SO=( src20/gkrellsun$(get_modname) )
49 - default
50 -}
51 -
52 -src_compile() {
53 - use nls && local myconf="enable_nls=1"
54 - emake ${myconf}
55 -}