From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 516AF158094 for ; Mon, 29 Aug 2022 08:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5562FE0870; Mon, 29 Aug 2022 08:38:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EA5DE0870 for ; Mon, 29 Aug 2022 08:38:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EFB8341012 for ; Mon, 29 Aug 2022 08:38:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E01D5A2 for ; Mon, 29 Aug 2022 08:38:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1661762175.fb33b60b204fe40e5fda6139b1391107c8b5fdfb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-countdown/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r1.ebuild X-VCS-Directories: x11-plugins/gkrellm-countdown/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fb33b60b204fe40e5fda6139b1391107c8b5fdfb X-VCS-Branch: master Date: Mon, 29 Aug 2022 08:38:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8b3bd2da-c575-4cf0-aece-4f323ec42164 X-Archives-Hash: 0c1c1cbb7dd9aacba6fcca40228a4638 commit: fb33b60b204fe40e5fda6139b1391107c8b5fdfb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 29 07:32:48 2022 +0000 Commit: Andreas Sturmlechner gentoo 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 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}" -}