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/gkrellshoot/
Date: Mon, 29 Aug 2022 08:38:38
Message-Id: 1661762180.c89a281ba851dd99a5b82e61fda68c4ad26901c5.asturm@gentoo
1 commit: c89a281ba851dd99a5b82e61fda68c4ad26901c5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:35:45 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=c89a281b
7
8 x11-plugins/gkrellshoot: drop 0.4.4-r3
9
10 Closes: https://bugs.gentoo.org/867175
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../gkrellshoot/gkrellshoot-0.4.4-r3.ebuild | 26 ----------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r3.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r3.ebuild
17 deleted file mode 100644
18 index e6674a3e30d4..000000000000
19 --- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r3.ebuild
20 +++ /dev/null
21 @@ -1,26 +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="GKrellm2 plugin to take screen shots and lock screen"
30 -HOMEPAGE="http://gkrellshoot.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/gkrellshoot/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="2"
35 -KEYWORDS="~alpha amd64 ~ppc sparc x86"
36 -IUSE=""
37 -
38 -DEPEND="app-admin/gkrellm:2[X]"
39 -RDEPEND="
40 - ${DEPEND}
41 - virtual/imagemagick-tools"
42 -
43 -S=${WORKDIR}/${P/s/S}
44 -
45 -PATCHES=(
46 - "${FILESDIR}"/makefile-respect-flags.patch
47 -)