Portage is a package management system used by Gentoo Linux
# ChangeLog for games-fps/doom-data
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/doom-data/ChangeLog,v 1.7 2007/03/12 14:24:33 genone Exp $
12 Mar 2007; Marius Mauch
Replacing einfo with elog
*doom-data-1-r1 (05 Sep 2006)
05 Sep 2006;
Not blocking freedoom, make wrapper for doomsday. Bug #127397 by Paul Bredbury
14 May 2005; Aron Griffis
stable on amd64
08 May 2005; Malcolm Lashley
Add ~amd64 - tested with prboom, closes bug #88507
28 Sep 2004; Sven Wegener
Gentoo Technologies, Inc. -> Gentoo Foundation
21 Jul 2004; David Holm
Added to ~ppc.
*doom-data-1 (20 Jul 2004)
20 Jul 2004; Mike Frysinger
Initial import. Ebuild submitted by me.
DIST doom1.wad.bz2 1689021 RMD160 c92ac81b8836e08054988ceb95883a94e0988ee7 SHA1 b8f7ae489ab4228b51357034ef775a62b4539f33 SHA256 77009084330d2d14540ffd78b05deef4cb5cb4058cb50cf17316fede43d4dcae
EBUILD doom-data-1-r1.ebuild 1096 RMD160 c82ea8f4e6e74dcbf78ca63419efe5dfcff8d650 SHA1 5a290b40629e49d2b64446f5bb8daf758678d13f SHA256 3f614e487178f2b42065c126bde095b8955b6f42a43011b9f16b7122892da502
MISC ChangeLog 1003 RMD160 9bc68d8e0f88d6841905721d138a9a2761c37028 SHA1 8de31896a38bf1948e44719ba8f2b3a45f143a02 SHA256 0d8f213d8112cf0eddb6791269907fa37e971a37da6d2cb04a84d72c29707465
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/doom-data/doom-data-1-r1.ebuild,v 1.3 2007/03/12 14:24:33 genone Exp $
inherit eutils games
DESCRIPTION="collection of doom wad files from id"
HOMEPAGE="http://www.idsoftware.com/"
SRC_URI="mirror://gentoo/doom1.wad.bz2"
LICENSE="freedist"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE="doomsday"
DEPEND="doomsday? ( games-fps/doomsday )
!<=games-fps/freedoom-0.4.1"
S=${WORKDIR}
src_install() {
insinto "${GAMES_DATADIR}"/doom-data
doins *.wad || die
if use doomsday; then
# Make wrapper for doomsday
games_make_wrapper doomsday-demo "jdoom -file \
${GAMES_DATADIR}/doom-data/doom1.wad"
make_desktop_entry doomsday-demo "Doomsday - Demo"
fi
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
if use doomsday; then
elog "To use the doomsday engine, run doomsday-demo"
else
elog "A Doom engine is required to play the wad"
elog "Enable the doomsday use flag if you want to use"
elog " the doomsday engine"
fi
}