commit: 9df35f16e310808ee924d6b54d5f5f246df25580 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 29 07:34:37 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=9df35f16
x11-plugins/gkrellm-trayicons: drop 1.03-r1 Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../gkrellm-trayicons-1.03-r1.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild deleted file mode 100644 index 7dfa3d5636f2..000000000000 --- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r1.ebuild +++ /dev/null @@ -1,29 +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 - -DESCRIPTION="Configurable Tray Icons for GKrellM" -HOMEPAGE="http://gkrellm.srcbox.net/Plugins.html" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86" -IUSE="" - -RDEPEND="app-admin/gkrellm:2[X]" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-ldflags.patch ) - -src_configure() { - PLUGIN_SO=( trayicons$(get_modname) ) - default -} - -src_compile() { - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" -}
