Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xcpc/
Date: Tue, 20 Apr 2021 10:55:05
Message-Id: 1618916084.9cc1a58d37773aa9836ad50e6236fad779ba3980.soap@gentoo
1 commit: 9cc1a58d37773aa9836ad50e6236fad779ba3980
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 10:54:44 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 10:54:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc1a58d
7
8 app-emulation/xcpc: Remove old 20070122
9
10 Closes: https://bugs.gentoo.org/662202
11 Closes: https://bugs.gentoo.org/692440
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 app-emulation/xcpc/Manifest | 1 -
16 app-emulation/xcpc/xcpc-20070122.ebuild | 15 ---------------
17 2 files changed, 16 deletions(-)
18
19 diff --git a/app-emulation/xcpc/Manifest b/app-emulation/xcpc/Manifest
20 index bf09a91920d..b4ebc547667 100644
21 --- a/app-emulation/xcpc/Manifest
22 +++ b/app-emulation/xcpc/Manifest
23 @@ -1,2 +1 @@
24 DIST xcpc-0.35.0.tar.gz 1058202 BLAKE2B f5002fcc69a078cd05c05a981522edd15900295136419157f997effd81a89f7452cec335bbdba0be3b303bdc8f8537d4aac255ee7cf4e9ec53cc1143413ad1c1 SHA512 667db6db33f2cab85647960edb5b1c200037bfc464527a60eca85c31549360226893853a38d98e657bde111a28aca47d9741b16b13284759b66cb6213da27458
25 -DIST xcpc-20070122.tar.gz 496627 BLAKE2B 13fc9974e3810fa4ef45e90764641cb0a220657055829d1ec9a185c1a894234d3a654581e317327ac5937454b9dfab14af2654775157041edcc0176975753835 SHA512 7f5700340fbbf23d2f2111e31ce803c846799ef6681cf63e28bc67564e092534fc4140cb99d718fae9126668ee8f3053bbd097537c04637b5b809ce7b986dd26
26
27 diff --git a/app-emulation/xcpc/xcpc-20070122.ebuild b/app-emulation/xcpc/xcpc-20070122.ebuild
28 deleted file mode 100644
29 index bfe344f8985..00000000000
30 --- a/app-emulation/xcpc/xcpc-20070122.ebuild
31 +++ /dev/null
32 @@ -1,15 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -DESCRIPTION="XCPC is a portable Amstrad CPC 464/664/6128 emulator written in C."
39 -HOMEPAGE="http://www.xcpc-emulator.net/doku.php/index"
40 -SRC_URI="http://sourceforge.net/projects/${PN}/files/${PN}/${P}/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -RDEPEND="app-emulation/libdsk"