diff options
Diffstat (limited to 'games-rpg/eternal-lands-bloodsucker')
3 files changed, 52 insertions, 0 deletions
diff --git a/games-rpg/eternal-lands-bloodsucker/Manifest b/games-rpg/eternal-lands-bloodsucker/Manifest new file mode 100644 index 000000000000..8ef5acdbdf58 --- /dev/null +++ b/games-rpg/eternal-lands-bloodsucker/Manifest @@ -0,0 +1,3 @@ +DIST eternal-lands-bloodsucker-3.0_p20110618.tar.bz2 48324713 BLAKE2B 9977781e197b4ecdcf0dbf8991efc8a301234009257bd13ccde828937f3f9bc2dca97d566027ba5088e3d9d4620df9f852cef70dbebb05232e25fe3a9236e463 SHA512 951083ae5170929d64efa79962a19ab2481df956c316aecc32179478c4d56dd4d23282fa428974865216877b493a8729bdbedb0396b6c11670f6ee094c334fe4 +EBUILD eternal-lands-bloodsucker-3.0_p20110618.ebuild 801 BLAKE2B 36886285e9f15808bce7faede96151a5066c1939aa1d4b853185026ec3c2c508f3cb80cb0944e33a7e7f4647fca324fb4c6928e8bfd67a1450cd523d98f918d0 SHA512 4e36f00309f5e814508aae3337f14cf006503bc3e9cdfffb249bccfe7be6de81187b6f5de8aaa49a5d94824177a49f69e98f626e895bb769f6380e6469ab6ea1 +MISC metadata.xml 495 BLAKE2B bce2303bc9276aa8fa835a445f327e92393af54229d3f8da74d3e85812c0b4ac3a7bd387f1d9e4e306c069033501e6006e7bc9cd882ffb503e1a506f4726dd62 SHA512 5f54f31c6ba0b928da9389da93fe13f64e3ce5df24028f2a876e01c0ff2365e4764279739edbd1bf0f866c8b58ae3ba5d10c44898fbb64401cd6097c4a629fc0 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." +} diff --git a/games-rpg/eternal-lands-bloodsucker/metadata.xml b/games-rpg/eternal-lands-bloodsucker/metadata.xml new file mode 100644 index 000000000000..87c0e5ac4cf8 --- /dev/null +++ b/games-rpg/eternal-lands-bloodsucker/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <email>rich0@gentoo.org</email> + <name>Rich Freeman</name> +</maintainer> +<maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> +</maintainer> +<longdescription>The Bloodsucker Maps are an add-on for Eternal Lands and provide enhanced non-official maps for the game.</longdescription> +</pkgmetadata> |