Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/concentration/
Date: Mon, 04 Oct 2021 17:27:02
Message-Id: 1633366361.78f1a767ac45562b02a03d80de1fd1e02171d2e3.ionen@gentoo
1 commit: 78f1a767ac45562b02a03d80de1fd1e02171d2e3
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Oct 4 05:14:39 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 16:52:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f1a767
7
8 games-puzzle/concentration: remove old
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/22433
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 .../concentration/concentration-1.2-r2.ebuild | 28 ----------------------
16 1 file changed, 28 deletions(-)
17
18 diff --git a/games-puzzle/concentration/concentration-1.2-r2.ebuild b/games-puzzle/concentration/concentration-1.2-r2.ebuild
19 deleted file mode 100644
20 index 5233b13dc8d..00000000000
21 --- a/games-puzzle/concentration/concentration-1.2-r2.ebuild
22 +++ /dev/null
23 @@ -1,28 +0,0 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -inherit desktop
29 -
30 -DESCRIPTION="The classic memory game with some new life"
31 -HOMEPAGE="https://packages.gentoo.org/package/games-puzzle/concentration"
32 -SRC_URI="mirror://gentoo/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -
39 -DEPEND="media-libs/libsdl[sound,video]
40 - media-libs/sdl-mixer[vorbis]
41 - media-libs/sdl-image[jpeg,png]
42 - media-libs/sdl-ttf"
43 -RDEPEND="${DEPEND}"
44 -
45 -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
46 -
47 -src_install() {
48 - default
49 - newicon pics/set1/19.png ${PN}.png
50 - make_desktop_entry ${PN} Concentration
51 -}