Portage is a package management system used by Gentoo Linux
# ChangeLog for games-fps/doom3-data
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-data/ChangeLog,v 1.10 2008/09/26 17:57:58 zmedico Exp $
26 Sep 2008; Zac Medico
doom3-data-1.1.1282-r1.ebuild:
Set PROPERTIES=interactive since src_install() calls cdrom_get_cds() and
also GAMES_CHECK_LICENSE=yes is set.
12 Mar 2007; Marius Mauch
doom3-data-1.1.1282-r1.ebuild:
Replacing einfo with elog
24 Oct 2006; Chris Gianelloni
doom3-data-1.1.1282-r1.ebuild:
Moved cdrom_get_cds to src_install since binary packages don't require the
original media to install.
31 Mar 2006; Chris Gianelloni
-doom3-data-1.1.1282.ebuild, doom3-data-1.1.1282-r1.ebuild:
Changed nostrip to nomirror.
*doom3-data-1.1.1282-r1 (23 Mar 2006)
23 Mar 2006; Chris Gianelloni
doom3-data-1.1.1282.ebuild, +doom3-data-1.1.1282-r1.ebuild:
Revision bumped to ensure that we aren't installing anything into d3xp, as
that is entirely up to games-fps/doom3-roe.
22 Mar 2006; Chris Gianelloni
doom3-data-1.1.1282.ebuild:
Added roe USE flag to trigger installation of files for Resurrection of Evil
expansion and closing bug #127174.
30 Dec 2005; Chris Gianelloni
doom3-data-1.1.1282.ebuild:
Marking stable on x86/amd64.
24 Oct 2005; Chris Gianelloni
doom3-data-1.1.1282.ebuild:
Fixing broken installation behavior and adding initial support for
Ressurrection of Evil expansion pack.
22 Oct 2005; Chris Gianelloni
doom3-data-1.1.1282.ebuild:
Fixed dir variable and changed to use GAMES_CHECK_LICENSE from games.eclass.
*doom3-data-1.1.1282 (22 Oct 2005)
22 Oct 2005; Chris Gianelloni
+doom3-data-1.1.1282.ebuild:
Initial import. Ebuild by me. This is for splitting up doom3 into an initial
data portion and the patch portion, allowing for upgrades without having to
pull out the CD media.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
EBUILD doom3-data-1.1.1282-r1.ebuild 1365 RMD160 8ccda0cec41e194d2694d84f96999d7a09b12aa1 SHA1 7bb9129c5967bb2b2701717250f9e6ae49097e14 SHA256 7beb18b6387cd9c59951c536952b48a8dc8048cf635c810e8dd9018306d7d509
MISC ChangeLog 2135 RMD160 aafc089c80ab44d6775cfbd1bba90aedff820c1f SHA1 bea6f6ef8c1e7bf046ceaa6c6755592938131e4d SHA256 f6f993ea0e19215c438cfccb59ef09e7a45ec4c68c959a6d553dc750baba02b0
MISC metadata.xml 500 RMD160 59fd98853bbdf70e6596b07fe51bd372eb8187ad SHA1 41ae6c8bfa8e2bf66f549c4e4d225a439f1429a6 SHA256 d4a8ed939029d8e07483bf73e5f6594ae2b48ef8e2a10df792e255c0d4b037a1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkjdIqYACgkQ/ejvha5XGaN92gCgmip0UcG76l6wbs0dk9hUKXAG
pGgAoLQKX47ygeoHEbwVFrumuL8Da6fj
=bLr+
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild,v 1.5 2008/09/26 17:57:58 zmedico Exp $
inherit eutils games
DESCRIPTION="Doom III - data portion"
HOMEPAGE="http://www.doom3.com/"
SRC_URI=""
LICENSE="DOOM3"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE=""
PROPERTIES="interactive"
RESTRICT="strip"
DEPEND="app-arch/bzip2
app-arch/tar"
RDEPEND="games-fps/doom3"
S=${WORKDIR}
GAMES_CHECK_LICENSE="yes"
dir=${GAMES_PREFIX_OPT}/doom3
Ddir=${D}/${dir}
src_install() {
cdrom_get_cds Setup/Data/base/pak002.pk4 \
Setup/Data/base/pak000.pk4 \
Setup/Data/base/pak003.pk4
insinto "${dir}"/base
einfo "Copying files from Disk 1..."
doins ${CDROM_ROOT}/Setup/Data/base/pak002.pk4 \
|| die "copying pak002"
cdrom_load_next_cd
einfo "Copying files from Disk 2..."
doins ${CDROM_ROOT}/Setup/Data/base/pak00{0,1}.pk4 \
|| die "copying pak000 and pak001"
cdrom_load_next_cd
einfo "Copying files from Disk 3..."
doins ${CDROM_ROOT}/Setup/Data/base/pak00{3,4}.pk4 \
|| die "copying pak003 and pak004"
find ${Ddir} -exec touch '{}' \;
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
elog "This is just the data portion of the game. You will need to emerge"
elog "games-fps/doom3 to play the game."
echo
}
This is the data portion of the commercial Id Software game Doom III. This is
commercial software and requires the purchase of Doom III from any retailer.
This package copies files from the Doom III media and is interactive, in that
regard. To play the game, you will still need games-fps/doom3 merged.