Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/freedink-data/
Date: Tue, 01 May 2018 19:37:42
Message-Id: 1525203324.7d7258eccb7951cabdef79a21084ec38d066da9d.pacho@gentoo
1 commit: 7d7258eccb7951cabdef79a21084ec38d066da9d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 17:40:49 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 19:35:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7258ec
7
8 games-rpg/freedink-data: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 .../freedink-data-1.08.20140901.ebuild | 29 ----------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/games-rpg/freedink-data/freedink-data-1.08.20140901.ebuild b/games-rpg/freedink-data/freedink-data-1.08.20140901.ebuild
16 deleted file mode 100644
17 index 4ba62c136c2..00000000000
18 --- a/games-rpg/freedink-data/freedink-data-1.08.20140901.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit games
27 -
28 -DESCRIPTION="Freedink game data"
29 -HOMEPAGE="http://www.freedink.org/"
30 -SRC_URI="mirror://gnu/freedink/${P}.tar.gz"
31 -
32 -LICENSE="ZLIB
33 - CC-BY-SA-3.0
34 - CC-BY-3.0
35 - FreeArt
36 - GPL-2
37 - GPL-3
38 - WTFPL-2
39 - OAL-1.0.1
40 - public-domain"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE=""
44 -
45 -src_install() {
46 - emake DESTDIR="${D}" DATADIR="${GAMES_DATADIR}" install
47 - dodoc README.txt README-REPLACEMENTS.txt
48 - prepgamesdirs
49 -}