From: Pacho Ramos Date: Tue, 1 May 2018 17:40:40 +0000 (+0200) Subject: games-rpg/freedink-data: Stop using games.eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b4f062cad75230397dc98d88766f32863f4742b6;p=gentoo.git games-rpg/freedink-data: Stop using games.eclass Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- 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 new file mode 100644 index 000000000000..3a8d887e4ddb --- /dev/null +++ b/games-rpg/freedink-data/freedink-data-1.08.20140901-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Freedink game data" +HOMEPAGE="http://www.freedink.org/" +SRC_URI="mirror://gnu/freedink/${P}.tar.gz" + +LICENSE="ZLIB + CC-BY-SA-3.0 + CC-BY-3.0 + FreeArt + GPL-2 + GPL-3 + WTFPL-2 + OAL-1.0.1 + public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install() { + emake DESTDIR="${D}" DATADIR="/usr/share" install + dodoc README.txt README-REPLACEMENTS.txt +}