From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- .../eternal-lands-bloodsucker-3.0_p20110618.ebuild | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0_p20110618.ebuild (limited to 'games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0_p20110618.ebuild') diff --git a/games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0_p20110618.ebuild b/games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0_p20110618.ebuild new file mode 100644 index 000000000000..a25ad27fdb7d --- /dev/null +++ b/games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0_p20110618.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit eutils games + +DESCRIPTION="Non-official map pack for Eternal Lands" +HOMEPAGE="http://maps.el-pl.org/" +SRC_URI="https://dev.gentoo.org/~rich0/distfiles/${P}.tar.bz2" +LICENSE="CC-BY-NC-SA-3.0" +SLOT="0" + +KEYWORDS="~amd64 ~x86 ~x86-fbsd" + +IUSE="" + +DEPEND="games-rpg/eternal-lands-data[bloodsuckermaps]" +RDEPEND="${DEPEND}" + +S="${WORKDIR}" + +src_install() { + insopts -m 0660 + insinto "${GAMES_DATADIR}/eternal-lands" + doins -r maps + + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + elog "Note that the Bloodsucker Maps are not official maps and are not" + elog "supported by the Eternal Lands team." + elog "Please do not bother Eternal Lands staff about bugs with the maps." +} -- cgit v1.2.3