commit: 7d98c324ec43d7b0c55c5021401401283fad0779 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 29 07:34:51 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Aug 29 08:36:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d98c324
x11-plugins/gkrellm-vaiobright: drop 2.5-r2 Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../gkrellm-vaiobright-2.5-r2.ebuild | 35 ---------------------- 1 file changed, 35 deletions(-) diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild deleted file mode 100644 index 878c46863e63..000000000000 --- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gkrellm-plugin toolchain-funcs - -MY_P=${P/gkrellm-/} - -DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm" -SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz" -HOMEPAGE="http://nerv-un.net/~dragorn/" -S="${WORKDIR}"/${MY_P} - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="~amd64 x86" - -RDEPEND="app-admin/gkrellm:2[X]" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${P}-textrel.patch - "${FILESDIR}"/${P}-fixinfo.patch -) - -src_configure() { - tc-export CC PKG_CONFIG - - PLUGIN_SO=( vaiobright$(get_modname) ) - default -}
