From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1431591-garchives=archives.gentoo.org@lists.gentoo.org>
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 560E3158095
	for <garchives@archives.gentoo.org>; 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 6EEC2E0871;
	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 5AF52E0871
	for <gentoo-commits@lists.gentoo.org>; 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 731AC34102E
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 Aug 2022 08:38:33 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C78C85A4
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 Aug 2022 08:38:31 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1661762176.721e9ce82301c1cc37a961feeec669227c565369.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellmlaunch/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
X-VCS-Directories: x11-plugins/gkrellmlaunch/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 721e9ce82301c1cc37a961feeec669227c565369
X-VCS-Branch: master
Date: Mon, 29 Aug 2022 08:38:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7134f896-c43b-4682-b85b-2c172c6f8f62
X-Archives-Hash: c92eaf9b3e53146027b20a8e65533211

commit:     721e9ce82301c1cc37a961feeec669227c565369
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:33:14 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:36:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721e9ce8

x11-plugins/gkrellmlaunch: drop 0.5

Closes: https://bugs.gentoo.org/867175
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
deleted file mode 100644
index 410946fe33dd..000000000000
--- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
+++ /dev/null
@@ -1,24 +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 Program-Launcher Plugin for GKrellM2"
-SRC_URI="mirror://sourceforge/gkrellmlaunch/${P}.tar.gz"
-HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND="app-admin/gkrellm:2[X]"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
-
-src_compile() {
-	emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
-}