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-vaiobright/
Date: Mon, 29 Aug 2022 08:38:38
Message-Id: 1661762178.7d98c324ec43d7b0c55c5021401401283fad0779.asturm@gentoo
1 commit: 7d98c324ec43d7b0c55c5021401401283fad0779
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 07:34:51 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 08:36:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d98c324
7
8 x11-plugins/gkrellm-vaiobright: drop 2.5-r2
9
10 Closes: https://bugs.gentoo.org/867175
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../gkrellm-vaiobright-2.5-r2.ebuild | 35 ----------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
17 deleted file mode 100644
18 index 878c46863e63..000000000000
19 --- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
20 +++ /dev/null
21 @@ -1,35 +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 -MY_P=${P/gkrellm-/}
30 -
31 -DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm"
32 -SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz"
33 -HOMEPAGE="http://nerv-un.net/~dragorn/"
34 -S="${WORKDIR}"/${MY_P}
35 -
36 -LICENSE="GPL-2"
37 -SLOT="2"
38 -KEYWORDS="~amd64 x86"
39 -
40 -RDEPEND="app-admin/gkrellm:2[X]"
41 -DEPEND="
42 - ${RDEPEND}
43 - virtual/pkgconfig
44 -"
45 -
46 -PATCHES=(
47 - "${FILESDIR}"/${P}-textrel.patch
48 - "${FILESDIR}"/${P}-fixinfo.patch
49 -)
50 -
51 -src_configure() {
52 - tc-export CC PKG_CONFIG
53 -
54 - PLUGIN_SO=( vaiobright$(get_modname) )
55 - default
56 -}