ChangeLog

# ChangeLog for games-action/descent1-demodata
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-demodata/ChangeLog,v 1.2 2007/01/10 17:39:22 wolf31o2 Exp $

10 Jan 2007; Chris Gianelloni
descent1-demodata-1.4.ebuild:
Stable on x86 since it is a data-only ebuild and is required for marking
d1x-rebirth stable.

*descent1-demodata-1.4 (09 Jan 2007)

09 Jan 2007; Chris Gianelloni +metadata.xml,
+descent1-demodata-1.4.ebuild:
Initial import. Ebuild by Paul Bredbury . Closing bug
#154591.

Manifest

DIST desc14sw.exe 2892216 RMD160 2a3818a1bc4f52e21fff12b4692d7455742d8eae SHA1 0364a8280b8c10ccab009cf7ab8bb64ab6c27d90 SHA256 3dadb7fbc01efce2904d0908c55d9a9cf1f402e83bf771970552efaca15efcb0
EBUILD descent1-demodata-1.4.ebuild 1410 RMD160 c06b97909a4ed9cc7c1862b12eaef70b228e7903 SHA1 52391e50e00095e2a18eb3a1de583f9d3534a681 SHA256 d2fd5e032ef7e0287720de4c23a8aad819255cbf5cd139a743239241b0ea5995
MISC ChangeLog 643 RMD160 cd26b3f805ea1caea73afe153d979f55110fb748 SHA1 26c3c60c844e62066950b24111c3fe1c4a03d031 SHA256 b8ef980485307f757ced800e2a1698a6ad69112b2e7cd5cae8ecd274129bb6be
MISC metadata.xml 469 RMD160 2de98a09129bab257dae1b034568d3956b6de6b2 SHA1 16c945613235e3ea7f83dc72176da9a518e4c24b SHA256 2f3b8f55c783f0769e7d174e5ad54b6431c375cbc9a0deca11f489d9990f1163

descent1-demodata-1.4.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/descent1-demodata/descent1-demodata-1.4.ebuild,v 1.3 2007/02/22 05:16:04 mr_bones_ Exp $

inherit eutils games

MY_PV=${PV/./}
DEMO="desc${MY_PV}sw.exe"

DESCRIPTION="Demo data files for Descent 1"
HOMEPAGE="http://en.wikipedia.org/wiki/Descent_%28computer_game%29"
SRC_URI="http://icculus.org/d2x/data/${DEMO}
ftp://ftp.planetmirror.com/pub/3dgamers/games/descent/${DEMO}
ftp://ftp.funet.fi/pub/msdos/games/interplay/${DEMO}"

# See readme.txt
LICENSE="free-noncomm"

SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""

RDEPEND=""
DEPEND="app-arch/unzip
app-arch/unarj"

S=${WORKDIR}

src_unpack() {
unzip -qo "${DISTDIR}/${A}" || die "unzip failed"

unarj e DESCENT1.SOW || die "unarj DESCENT1.SOW failed"
mv descent.pig{,1}
unarj e DESCENT2.SOW || die "unarj DESCENT2.SOW failed"
mv descent.pig{,2}

# From the sows, big porkie pies shall grow
cat descent.pig{1,2} > descent.pig || die "cat descent.pig failed"

rm *{1,2} *.{bat,exe,EXE,SOW,ubn}
}

src_install() {
local dir=${GAMES_DATADIR}/d1x

insinto "${dir}"
doins descent.* || die "doins failed"

dodoc *.txt

prepgamesdirs
}

pkg_postinst() {
games_pkg_postinst

elog "A client is needed to run the game, e.g. d1x-rebirth."
elog "Not all Descent 1 clients support the demo data."
echo
}

metadata.xml




games

Descent 1 is a classic first-person shooter released in 1995 by Interplay
and Parallax. It was one of the first games with true 3-dimensional
graphics, movement, and light sourcing. This is the demo data for the game
which is used by the various Descent 1 source ports.