diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 19:40:49 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:35:24 +0200 |
commit | 7d7258eccb7951cabdef79a21084ec38d066da9d (patch) | |
tree | 1b7f6879bceffa53916156749f89b8646ee08ef8 /games-rpg/freedink-data | |
parent | games-rpg/freedink-data: Stop using games.eclass (diff) | |
download | gentoo-7d7258eccb7951cabdef79a21084ec38d066da9d.tar.gz gentoo-7d7258eccb7951cabdef79a21084ec38d066da9d.tar.bz2 gentoo-7d7258eccb7951cabdef79a21084ec38d066da9d.zip |
games-rpg/freedink-data: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-rpg/freedink-data')
-rw-r--r-- | games-rpg/freedink-data/freedink-data-1.08.20140901.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/games-rpg/freedink-data/freedink-data-1.08.20140901.ebuild b/games-rpg/freedink-data/freedink-data-1.08.20140901.ebuild deleted file mode 100644 index 4ba62c136c21..000000000000 --- a/games-rpg/freedink-data/freedink-data-1.08.20140901.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit games - -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="${GAMES_DATADIR}" install - dodoc README.txt README-REPLACEMENTS.txt - prepgamesdirs -} |