diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-29 09:32:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-29 10:36:14 +0200 |
commit | e4f4caec4596a671da918e9ec1f273e5facbb7c0 (patch) | |
tree | bbded936c3d64aa2fffb3481f9309ff4c0bc7988 /x11-plugins | |
parent | media-video/aegisub: add a subslot binder for ffmpegsource (diff) | |
download | gentoo-e4f4caec4596a671da918e9ec1f273e5facbb7c0.tar.gz gentoo-e4f4caec4596a671da918e9ec1f273e5facbb7c0.tar.bz2 gentoo-e4f4caec4596a671da918e9ec1f273e5facbb7c0.zip |
x11-plugins/gkrellkam: drop 2.0.0
Closes: https://bugs.gentoo.org/867175
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild b/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild deleted file mode 100644 index 3831e4e1f7fb..000000000000 --- a/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild +++ /dev/null @@ -1,36 +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/-/_} - -DESCRIPTION="an Image-Watcher-Plugin for GKrellM2" -SRC_URI="mirror://sourceforge/gkrellkam/${MY_P}.tar.gz" -HOMEPAGE="http://gkrellkam.sourceforge.net" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ppc sparc x86" -IUSE="" - -RDEPEND=" - app-admin/gkrellm:2[X] - net-misc/wget" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) - -src_compile() { - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" -} - -src_install() { - local PLUGIN_SO=( ${PN}2$(get_modname) ) - local PLUGIN_DOCS=( example.list ) - - gkrellm-plugin_src_install - doman gkrellkam-list.5 -} |