summaryrefslogtreecommitdiff
path: root/games-action/descent2-demodata
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-21 20:47:17 +0000
commit4ab6db5717ef23f29320d4c6fb9ebdb8dec1f193 (patch)
treef7640b8b96a04499f1ce44a2cad122d45a8373bd /games-action/descent2-demodata
parent48bdeb0db9c7ffed22c6eb859ee40b55ba598b86 (diff)
gentoo resync : 21.12.2017
Diffstat (limited to 'games-action/descent2-demodata')
-rw-r--r--games-action/descent2-demodata/Manifest1
-rw-r--r--games-action/descent2-demodata/descent2-demodata-1.0.ebuild73
2 files changed, 0 insertions, 74 deletions
diff --git a/games-action/descent2-demodata/Manifest b/games-action/descent2-demodata/Manifest
index a030e581c023..5fe6e56e9546 100644
--- a/games-action/descent2-demodata/Manifest
+++ b/games-action/descent2-demodata/Manifest
@@ -1,4 +1,3 @@
DIST d2demo10.zip 4306833 BLAKE2B ae075d0c3d46fc262696e9ec0a7c70cb676295e5fa95c357f81235f46bc00e686de0cf2f611571f215601683a72fc4c41d5abd525e3de46e208c5fe4c34b2c87 SHA512 a4229be701a4b2fc28d3c71591a477d242c1c784dc233c1e9ca6b798b3774de9744d8a91b0b80904b3fe63e1285b79234bf48681cddaeca702b3d9ce4c2b6fab
EBUILD descent2-demodata-1.0-r1.ebuild 1225 BLAKE2B 13dd6e43e86ed44aed116c0ea11b99d528f37f6427c767325c426dea8d39d67949b320f60aa0b7c584fba6928bb8da31f176439c51fa65dfc235d37b0b1e245b SHA512 a4120c6394aadd9c0f9b3b3e2362b8cfce66114dbff76226770edd35247efcfb6827b0d25b720eca376ed96f872b8bb79748ab24138c2e408d0dc814086cd0fc
-EBUILD descent2-demodata-1.0.ebuild 1665 BLAKE2B 1bdd773296f4795f7757aa18cc3230d865ac1647a5a09905bc545385db5dfa812e4a99c1d50efcbbce0f97f18c6dfc96adbd6d82c70cc2de88d923ee0cd0dc25 SHA512 1051e8028cda1a33f1bb487ab3094b0962a82be4ea99b54fd635751dce14975fda36fc655257082948e840d67144863f36d5a7afebd4cce7fec4f5aeb540a5ff
MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-action/descent2-demodata/descent2-demodata-1.0.ebuild b/games-action/descent2-demodata/descent2-demodata-1.0.ebuild
deleted file mode 100644
index 662e71d9e687..000000000000
--- a/games-action/descent2-demodata/descent2-demodata-1.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-MY_PN="d2demo"
-MY_PV=${PV/./}
-DEMO="${MY_PN}${MY_PV}.zip"
-
-DESCRIPTION="Demo data files for Descent 2"
-HOMEPAGE="http://www.interplay.com/games/product.asp?GameID=109"
-SRC_URI="ftp://ftp.funet.fi/pub/msdos/games/interplay/${DEMO}
- ftp://ftp.demon.co.uk/pub/ibmpc/dos/games/descent/${DEMO}
- mirror://3dgamers/descent2/${DEMO}"
-
-# See README.TXT
-LICENSE="free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# d2x-0.2.5-r2 may include the demo data itself
-# d2x-0.2.5-r3 does not include the demo data
-#RDEPEND="|| (
-# games-action/d2x-rebirth
-# >=games-action/d2x-0.2.5-r3 )"
-RDEPEND="!<games-action/d2x-0.2.5-r3"
-DEPEND="app-arch/unzip
- app-arch/unarj"
-
-S=${WORKDIR}
-dir=${GAMES_DATADIR}/d2x
-
-src_unpack() {
- unpack ${A}
-
- # This is much more fun than simply downloading
- # http://www.icculus.org/d2x/data/d2shar10.tar.gz
- unarj e D2_1.SOW || die
- mv ${MY_PN}.ham{,1}
- unarj e D2_2.SOW || die
- mv ${MY_PN}.ham{,2}
- mv ${MY_PN}.pig{,2}
- unarj e D2_3.SOW || die
- mv ${MY_PN}.pig{,3}
-
- # From the sows, big porkie pies shall grow
- cat ${MY_PN}.ham{1,2} > ${MY_PN}.ham || die
- cat ${MY_PN}.pig{2,3} > ${MY_PN}.pig || die
-
- rm *{1,2,3} *.{386,bat,ubn} eregcard.ini
- mkdir controls
- mv *.b50 descent2.* controls
-}
-
-src_install() {
- insinto "${dir}"
- # The "controls" directory is not needed, nor the ini files
- doins d2demo.*
-
- dodoc *.txt
-
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
-
- elog "A client is needed to run the game, e.g. games-action/d2x-xl."
- elog "Not all Descent 2 clients support the demo data."
- echo
-}