From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1549727-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 C1AD015800A
	for <garchives@archives.gentoo.org>; Sat, 26 Aug 2023 14:11:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D2E722BC1A4;
	Sat, 26 Aug 2023 14:11:23 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 B05E62BC1A2
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2023 14:11:23 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 AF728340D7B
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2023 14:11:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 164951095
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2023 14:11:21 +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: <1693059054.9905be7c463fd77835f8407d1562f480e84a6039.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/peksystray/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-misc/peksystray/peksystray-0.4.0.ebuild
X-VCS-Directories: x11-misc/peksystray/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 9905be7c463fd77835f8407d1562f480e84a6039
X-VCS-Branch: master
Date: Sat, 26 Aug 2023 14:11:21 +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: cc60e19e-d126-4838-8a4b-fb693eb354d7
X-Archives-Hash: 5cc3f72a381b9af71b551dd589e60faa

commit:     9905be7c463fd77835f8407d1562f480e84a6039
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 14:10:38 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 14:10:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9905be7c

x11-misc/peksystray: drop 0.4.0

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

 x11-misc/peksystray/peksystray-0.4.0.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/x11-misc/peksystray/peksystray-0.4.0.ebuild b/x11-misc/peksystray/peksystray-0.4.0.ebuild
deleted file mode 100644
index 34b24b34d3ce..000000000000
--- a/x11-misc/peksystray/peksystray-0.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools
-
-DESCRIPTION="A system tray dockapp for window managers supporting docking"
-HOMEPAGE="http://peksystray.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86"
-IUSE=""
-
-DEPEND="x11-libs/libX11
-	x11-libs/libXt"
-
-PATCHES=( "${FILESDIR}/${P}-asneeded.patch" )
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_install() {
-	dobin src/peksystray
-	default
-}