-DIST eternal-lands-bloodsucker-3.0.zip 56684190 BLAKE2B 4bf925dc5172acc1bea14947f84cdd0d0b9a5f73dabc07b4000ed6015dbb5292d5f31b2e17c18b609daa2673a4f8af1615a3b366779b0272f773a47a58a3142c SHA512 de694f9fbb1de0af2fcaa53bd8007f15388d64f182e69a5673c65ee68cc15b9a79e25aee99f61facbcedac31b02055c6b2981a0f6d132f90111b8a8d926d45bc
DIST eternal-lands-bloodsucker-3.0_p20110618.tar.bz2 48324713 BLAKE2B 9977781e197b4ecdcf0dbf8991efc8a301234009257bd13ccde828937f3f9bc2dca97d566027ba5088e3d9d4620df9f852cef70dbebb05232e25fe3a9236e463 SHA512 951083ae5170929d64efa79962a19ab2481df956c316aecc32179478c4d56dd4d23282fa428974865216877b493a8729bdbedb0396b6c11670f6ee094c334fe4
+++ /dev/null
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils games
-
-DESCRIPTION="Non-official map pack for Eternal Lands"
-HOMEPAGE="http://maps.el-pl.org/"
-SRC_URI="mirror://gentoo/${P}.zip"
-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 || die "doins failed"
-
- 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."
-}