commit: e4f4caec4596a671da918e9ec1f273e5facbb7c0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 29 07:32:28 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Aug 29 08:36:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f4caec
x11-plugins/gkrellkam: drop 2.0.0 Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild | 36 ---------------------------- 1 file changed, 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 -}
