games-rpg/eternal-lands-bloodsucker: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:27 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:49:47 +0000 (02:49 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-rpg/eternal-lands-bloodsucker/Manifest
games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0.ebuild [deleted file]

index 4879a51e930d43c488f738ac020dd7c55645d822..0234f504eb5a3fec1889b42ac60f6f969df8d6fe 100644 (file)
@@ -1,2 +1 @@
-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
diff --git a/games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0.ebuild b/games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0.ebuild
deleted file mode 100644 (file)
index 964d4b9..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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."
-}