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/gkrellm-mailwatch/
Date: Sun, 28 Aug 2022 19:37:10
Message-Id: 1661715408.a13ef6c64c48d69d62c2b74a089c6f10ef6572c5.asturm@gentoo
1 commit: a13ef6c64c48d69d62c2b74a089c6f10ef6572c5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 18:50:26 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 28 19:36:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13ef6c6
7
8 x11-plugins/gkrellm-mailwatch: drop 2.4.3-r2, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../gkrellm-mailwatch-2.4.3-r2.ebuild | 34 ----------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild
16 deleted file mode 100644
17 index e02392547a60..000000000000
18 --- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit gkrellm-plugin toolchain-funcs
27 -
28 -DESCRIPTION="A GKrellM2 plugin that shows the status of additional mail boxes"
29 -SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
30 -HOMEPAGE="http://gkrellm.luon.net/mailwatch.php"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="2"
34 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="app-admin/gkrellm:2[X]"
38 -DEPEND="${RDEPEND}"
39 -
40 -S=${WORKDIR}/${PN}
41 -PATCHES=(
42 - "${FILESDIR}"/2.4.3-0001-Respect-LDFLAGS.patch
43 - "${FILESDIR}"/2.4.3-0002-Use-gkrellm_gkd_string_width.patch
44 - "${FILESDIR}"/2.4.3-0003-Remove-a-few-more-GCC-warnings.patch
45 - "${FILESDIR}"/2.4.3-0004-Do-not-force-O2-in-CFLAGS.patch
46 -)
47 -
48 -src_configure() {
49 - tc-export CC
50 -
51 - PLUGIN_SO=( mailwatch$(get_modname) )
52 -
53 - default
54 -}