Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/cardpics/
Date: Wed, 01 Jul 2020 19:59:43
Message-Id: 1593633443.57156c042623769fc6da179260c2cad99f6a61df.bman@gentoo
1 commit: 57156c042623769fc6da179260c2cad99f6a61df
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 1 17:42:54 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 19:57:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57156c04
7
8 dev-games/cardpics: remove old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16538
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 dev-games/cardpics/cardpics-0.4.ebuild | 19 -------------------
16 1 file changed, 19 deletions(-)
17
18 diff --git a/dev-games/cardpics/cardpics-0.4.ebuild b/dev-games/cardpics/cardpics-0.4.ebuild
19 deleted file mode 100644
20 index e6044663c1d..00000000000
21 --- a/dev-games/cardpics/cardpics-0.4.ebuild
22 +++ /dev/null
23 @@ -1,19 +0,0 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=5
28 -inherit games
29 -
30 -DESCRIPTION="set of free cards sets"
31 -HOMEPAGE="http://www.nongnu.org/cardpics/"
32 -SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.bz2"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 hppa x86"
37 -IUSE=""
38 -
39 -src_install() {
40 - default
41 - prepgamesdirs
42 -}