ChangeLog

# ChangeLog for games-fps/quake4-data
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/ChangeLog,v 1.8 2008/06/05 20:29:55 wolf31o2 Exp $

05 Jun 2008; Chris Gianelloni metadata.xml:
Removing myself as maintainer.

24 Oct 2006; Chris Gianelloni
quake4-data-1.0.2147.12.ebuild:
Moved cdrom_get_cds to src_install since binary packages don't require the
original media to install.

27 Sep 2006; Chris Gianelloni
quake4-data-1.0.2147.12.ebuild:
Added games-fps/quake4-bin to PDEPEND so it will get merged if someone does
an 'emerge quake4-data'.

27 Sep 2006; Chris Gianelloni
quake4-data-1.0.2147.12.ebuild:
Removed games-fps/quake4-bin from RDEPEND due to the new behavior in portage
which makes circular dependencies such as this, even when they are valid, an
error that causes the merge to fail. Closing bug #149345.

31 Mar 2006; Chris Gianelloni
quake4-data-1.0.2147.12.ebuild:
Changed nostrip to strip.

22 Jan 2006; Chris Gianelloni
quake4-data-1.0.2147.12.ebuild:
Marking stable on amd64.

22 Jan 2006; Chris Gianelloni
quake4-data-1.0.2147.12.ebuild:
Marked stable on x86 and closing bug #119970.

*quake4-data-1.0.2147.12 (24 Oct 2005)

24 Oct 2005; Chris Gianelloni +metadata.xml,
+quake4-data-1.0.2147.12.ebuild:
Initial import. Ebuilds by me. Closing bug #109825.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

EBUILD quake4-data-1.0.2147.12.ebuild 1645 RMD160 9a631a2d977331ce75f7bc3dc2f454694e14c882 SHA1 3f213fbb4014a0b624ae0d5429f2d5f0288f16b3 SHA256 20d4326567f1e74b4f9e98f033f08109a1ddcea5c7f68bfa578923b75f5c746c
MISC ChangeLog 1586 RMD160 3f7fb92806d2d74c50742911ee7e74aa150dd10d SHA1 795c5e4bf8d09a45a148dde0e9ef23974726e2a5 SHA256 2d55c7d717705bc7b74a829f43f5caffb6dae282691646dc1df61e23341c7a4f
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkhITMMACgkQkT4lNIS36YFOEwCgouQ+C8YAk+x1reIGc4F5tA7Z
DXsAniRuEjDFvcZkhUxAEgjxtM6hiOEs
=kYXl
-----END PGP SIGNATURE-----

metadata.xml




games

quake4-data-1.0.2147.12.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild,v 1.8 2006/10/24 23:03:20 wolf31o2 Exp $

inherit eutils games

DESCRIPTION="sequel to Quake 2, an id 3D first-person shooter"
HOMEPAGE="http://www.quake4game.com/"
SRC_URI=""

LICENSE="QUAKE4"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE=""
RESTRICT="strip"

DEPEND="app-arch/bzip2
app-arch/tar"
RDEPEND=""
PDEPEND="games-fps/quake4-bin"

S=${WORKDIR}

GAMES_CHECK_LICENSE="yes"
dir=${GAMES_PREFIX_OPT}/quake4
Ddir=${D}/${dir}

src_install() {
cdrom_get_cds Setup/Data/q4base/pak012.pk4 \
Setup/Data/q4base/pak001.pk4 \
Setup/Data/q4base/pak004.pk4 \
Setup/Data/q4base/pak007.pk4
insinto "${dir}"/q4base
einfo "Copying files from Disk 1..."
doins ${CDROM_ROOT}/Setup/Data/q4base/pak01{0,1,2}.pk4 \
${CDROM_ROOT}/Setup/Data/q4base/zpak*.pk4 \
|| die "copying pak010->pak012 and zpack*"
cdrom_load_next_cd
einfo "Copying files from Disk 2..."
doins ${CDROM_ROOT}/Setup/Data/q4base/pak00{1,2,3}.pk4 \
|| die "copying pak001->pak003"
cdrom_load_next_cd
einfo "Copying files from Disk 3..."
doins ${CDROM_ROOT}/Setup/Data/q4base/pak00{4,5,6}.pk4 \
|| die "copying pak004->pak006"
cdrom_load_next_cd
einfo "Copying files from Disk 4..."
doins ${CDROM_ROOT}/Setup/Data/q4base/pak00{7,8,9}.pk4 \
|| die "copying pak007->pak009"

find ${Ddir} -exec touch '{}' \;

prepgamesdirs
}

pkg_postinst() {
games_pkg_postinst
elog "This is just the data portion of the game. You need to merge"
elog "games-fps/quake4-bin to play."
echo
}