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: 1525203322.b4f062cad75230397dc98d88766f32863f4742b6.pacho@gentoo
1 commit: b4f062cad75230397dc98d88766f32863f4742b6
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 17:40:40 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 19:35:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f062ca
7
8 games-rpg/freedink-data: Stop using games.eclass
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 .../freedink-data-1.08.20140901-r1.ebuild | 26 ++++++++++++++++++++++
13 1 file changed, 26 insertions(+)
14
15 diff --git a/games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild b/games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild
16 new file mode 100644
17 index 00000000000..3a8d887e4dd
18 --- /dev/null
19 +++ b/games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild
20 @@ -0,0 +1,26 @@
21 +# Copyright 1999-2018 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +DESCRIPTION="Freedink game data"
27 +HOMEPAGE="http://www.freedink.org/"
28 +SRC_URI="mirror://gnu/freedink/${P}.tar.gz"
29 +
30 +LICENSE="ZLIB
31 + CC-BY-SA-3.0
32 + CC-BY-3.0
33 + FreeArt
34 + GPL-2
35 + GPL-3
36 + WTFPL-2
37 + OAL-1.0.1
38 + public-domain"
39 +SLOT="0"
40 +KEYWORDS="~amd64 ~x86"
41 +IUSE=""
42 +
43 +src_install() {
44 + emake DESTDIR="${D}" DATADIR="/usr/share" install
45 + dodoc README.txt README-REPLACEMENTS.txt
46 +}