summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-28 13:49:48 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-28 13:49:48 +0200
commitbd6a6b19610b74516e745d307c664c4fe49f988c (patch)
tree081fe81f9a1dc6f2e80fd6fbd00a2583533dc16a /games-fps/doomsday-resources/doomsday-resources-1.01-r1.ebuild
parentgames-fps/duke3d: Remove last-rited pkg (diff)
downloadgentoo-bd6a6b19610b74516e745d307c664c4fe49f988c.tar.gz
gentoo-bd6a6b19610b74516e745d307c664c4fe49f988c.tar.bz2
gentoo-bd6a6b19610b74516e745d307c664c4fe49f988c.zip
games-fps/doomsday-resources: Remove last-rited pkg
Closes: https://bugs.gentoo.org/654352
Diffstat (limited to 'games-fps/doomsday-resources/doomsday-resources-1.01-r1.ebuild')
-rw-r--r--games-fps/doomsday-resources/doomsday-resources-1.01-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/games-fps/doomsday-resources/doomsday-resources-1.01-r1.ebuild b/games-fps/doomsday-resources/doomsday-resources-1.01-r1.ebuild
deleted file mode 100644
index 884a7ef7f3f1..000000000000
--- a/games-fps/doomsday-resources/doomsday-resources-1.01-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Improved models & textures for doomsday"
-HOMEPAGE="http://www.doomsdayhq.com/"
-SRC_URI="mirror://sourceforge/deng/jdoom-resource-pack-${PV}.zip
- mirror://sourceforge/deng/jdoom-details.zip"
-
-LICENSE="free-noncomm" #505636
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=games-fps/doomsday-1.9.8"
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}
-
-src_install() {
- insinto "${GAMES_DATADIR}"/doomsday/data/jdoom/auto
- doins data/jDoom/* *.pk3
-
- # The definitions file cannot be auto-loaded
- insinto "${GAMES_DATADIR}"/doomsday/defs/jdoom
- doins defs/jDoom/*
-
- dodoc *.txt docs/*
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- elog "Add the following to the jdoom/doomsday command-line options:"
- elog " -def ${GAMES_DATADIR}/doomsday/defs/jdoom/jDRP.ded"
-}