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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48D49138335 for ; Sun, 10 Mar 2019 23:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A637E092B; Sun, 10 Mar 2019 23:57:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00219E093D for ; Sun, 10 Mar 2019 23:57:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C507335D04 for ; Sun, 10 Mar 2019 23:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65E4F55D for ; Sun, 10 Mar 2019 23:57:42 +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: <1552262248.acc479bc0d162748a0f6d0e1e0db8404502b1ce5.asturm@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.ebuild X-VCS-Directories: media-sound/sidplay/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: acc479bc0d162748a0f6d0e1e0db8404502b1ce5 X-VCS-Branch: master Date: Sun, 10 Mar 2019 23:57:42 +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: f72949ca-cf76-43af-93e4-e16a43cba10a X-Archives-Hash: 532bb3edfa4a5d217e0dc1f49f2a180a commit: acc479bc0d162748a0f6d0e1e0db8404502b1ce5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 10 23:12:00 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 10 23:57:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc479bc media-sound/sidplay: Drop 2.0.9 (r0) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/sidplay/sidplay-2.0.9.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/media-sound/sidplay/sidplay-2.0.9.ebuild b/media-sound/sidplay/sidplay-2.0.9.ebuild deleted file mode 100644 index e9a2c0d50f3..00000000000 --- a/media-sound/sidplay/sidplay-2.0.9.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="C64 SID player" -HOMEPAGE="http://sidplay2.sourceforge.net/" -SRC_URI="mirror://sourceforge/sidplay2/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86" -IUSE="" - -RDEPEND=">=media-libs/libsidplay-2.1" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}/${P}-gcc43.patch" - "${FILESDIR}/${P}-gcc44.patch" -)