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 CB6A21382C5 for ; Tue, 20 Apr 2021 10:55:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAB4EE086B; Tue, 20 Apr 2021 10:55:04 +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 BFC82E086B for ; Tue, 20 Apr 2021 10:55:04 +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 6B59F335D45 for ; Tue, 20 Apr 2021 10:55:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC36E6EB for ; Tue, 20 Apr 2021 10:55:01 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1618916084.9cc1a58d37773aa9836ad50e6236fad779ba3980.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xcpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xcpc/Manifest app-emulation/xcpc/xcpc-20070122.ebuild X-VCS-Directories: app-emulation/xcpc/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9cc1a58d37773aa9836ad50e6236fad779ba3980 X-VCS-Branch: master Date: Tue, 20 Apr 2021 10:55:01 +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: 5beba032-c219-44cc-980e-d0da32246680 X-Archives-Hash: 1b14c883ec4227439b388de8af2d58e0 commit: 9cc1a58d37773aa9836ad50e6236fad779ba3980 Author: David Seifert gentoo org> AuthorDate: Tue Apr 20 10:54:44 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Apr 20 10:54:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc1a58d app-emulation/xcpc: Remove old 20070122 Closes: https://bugs.gentoo.org/662202 Closes: https://bugs.gentoo.org/692440 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> app-emulation/xcpc/Manifest | 1 - app-emulation/xcpc/xcpc-20070122.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest index bf09a91920d..b4ebc547667 100644 --- a/app-emulation/xcpc/Manifest +++ b/app-emulation/xcpc/Manifest @@ -1,2 +1 @@ DIST xcpc-0.35.0.tar.gz 1058202 BLAKE2B f5002fcc69a078cd05c05a981522edd15900295136419157f997effd81a89f7452cec335bbdba0be3b303bdc8f8537d4aac255ee7cf4e9ec53cc1143413ad1c1 SHA512 667db6db33f2cab85647960edb5b1c200037bfc464527a60eca85c31549360226893853a38d98e657bde111a28aca47d9741b16b13284759b66cb6213da27458 -DIST xcpc-20070122.tar.gz 496627 BLAKE2B 13fc9974e3810fa4ef45e90764641cb0a220657055829d1ec9a185c1a894234d3a654581e317327ac5937454b9dfab14af2654775157041edcc0176975753835 SHA512 7f5700340fbbf23d2f2111e31ce803c846799ef6681cf63e28bc67564e092534fc4140cb99d718fae9126668ee8f3053bbd097537c04637b5b809ce7b986dd26 diff --git a/app-emulation/xcpc/xcpc-20070122.ebuild b/app-emulation/xcpc/xcpc-20070122.ebuild deleted file mode 100644 index bfe344f8985..00000000000 --- a/app-emulation/xcpc/xcpc-20070122.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="XCPC is a portable Amstrad CPC 464/664/6128 emulator written in C." -HOMEPAGE="http://www.xcpc-emulator.net/doku.php/index" -SRC_URI="http://sourceforge.net/projects/${PN}/files/${PN}/${P}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="app-emulation/libdsk"