diff options
author | Sam James <sam@gentoo.org> | 2023-11-25 06:15:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-25 06:19:38 +0000 |
commit | 9a0c636a730211b467c3f1506a62a02d7aa05891 (patch) | |
tree | baa901b7c02b97368315ecca4130511f59ee51e6 /x11-plugins | |
parent | x11-plugins/gkwebmon: drop 0.2-r3 (diff) | |
download | gentoo-9a0c636a730211b467c3f1506a62a02d7aa05891.tar.gz gentoo-9a0c636a730211b467c3f1506a62a02d7aa05891.tar.bz2 gentoo-9a0c636a730211b467c3f1506a62a02d7aa05891.zip |
x11-plugins/gkrellm-vaiobright: drop 2.5-r3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild deleted file mode 100644 index 0074a851a8ad..000000000000 --- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gkrellm-plugin multilib 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}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-textrel.patch - "${FILESDIR}"/${P}-fixinfo.patch -) - -src_configure() { - tc-export CC PKG_CONFIG - - PLUGIN_SO=( vaiobright$(get_modname) ) - default -} |