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 52EB6158089 for ; Thu, 5 Oct 2023 07:17:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 886052BC028; Thu, 5 Oct 2023 07:17:11 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69D152BC028 for ; Thu, 5 Oct 2023 07:17:11 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BD3A335CB7 for ; Thu, 5 Oct 2023 07:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F36E292F for ; Thu, 5 Oct 2023 07:17:08 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1696490213.a248e13f5e6da4350b62dfd2c13d485346193741.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/sidplay/sidplay-2.0.9-r1.ebuild X-VCS-Directories: media-sound/sidplay/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a248e13f5e6da4350b62dfd2c13d485346193741 X-VCS-Branch: master Date: Thu, 5 Oct 2023 07:17:08 +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: 99fb812e-e9a4-4a32-9a85-ccfaf4e8847f X-Archives-Hash: 31af910af65003fed397763d24bad26c commit: a248e13f5e6da4350b62dfd2c13d485346193741 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Oct 5 07:16:53 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Oct 5 07:16:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a248e13f media-sound/sidplay: dropped obsolete 2.0.9-r1 Bug: https://bugs.gentoo.org/915167 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/sidplay/sidplay-2.0.9-r1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/media-sound/sidplay/sidplay-2.0.9-r1.ebuild b/media-sound/sidplay/sidplay-2.0.9-r1.ebuild deleted file mode 100644 index a9862b89b885..000000000000 --- a/media-sound/sidplay/sidplay-2.0.9-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="C64 SID player" -HOMEPAGE="https://sidplay2.sourceforge.net/" -SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86" -IUSE="" - -BDEPEND="virtual/pkgconfig" -DEPEND="media-libs/libsidplay:2" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-gcc43.patch" - "${FILESDIR}/${P}-gcc44.patch" -)