commit: fb33b60b204fe40e5fda6139b1391107c8b5fdfb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 29 07:32:48 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Aug 29 08:36:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb33b60b
x11-plugins/gkrellm-countdown: drop 0.1.2-r1 Closes: https://bugs.gentoo.org/867175 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../gkrellm-countdown-0.1.2-r1.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild deleted file mode 100644 index 965055c8df49..000000000000 --- a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild +++ /dev/null @@ -1,25 +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="A simple countdown clock for GKrellM2" -SRC_URI="http://oss.pugsplace.net/${P}.tar.gz" -HOMEPAGE="http://freshmeat.sourceforge.net/projects/gkrellm-countdown" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc sparc x86" -IUSE="" - -RDEPEND="app-admin/gkrellm:2[X]" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN} -PATCHES=( "${FILESDIR}"/${PN}-makefile.patch ) - -src_compile() { - emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" -}