summaryrefslogtreecommitdiff
path: root/games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0_p20110618.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0_p20110618.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0_p20110618.ebuild')
-rw-r--r--games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0_p20110618.ebuild36
1 files changed, 0 insertions, 36 deletions
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
deleted file mode 100644
index a25ad27fdb7d..000000000000
--- a/games-rpg/eternal-lands-bloodsucker/eternal-lands-bloodsucker-3.0_p20110618.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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."
-}