Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 107090 Details for
Bug 162255
ebuild: games-fps/doom2-data
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
doom2-data-1.0.ebuild
doom2-data-1.0.ebuild (text/plain), 1.20 KB, created by
Brandon Captain
on 2007-01-15 19:50:28 UTC
(
hide
)
Description:
doom2-data-1.0.ebuild
Filename:
MIME Type:
Creator:
Brandon Captain
Created:
2007-01-15 19:50:28 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils games > >DESCRIPTION="Doom 2 data files" >HOMEPAGE="http://www.idsoftware.com/" >SRC_URI="" > >LICENSE="" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="" > >DEPEND="" ># a client is required to play the game. prboom is preferred because it is stable on amd64, while doomsday is not. >RDEPEND=" || (games-fps/prboom > games-fps/doomsday)" > >S=${WORKDIR} > >pkg_setup() { > export CDROM_NAME_SET=("Existing Install" "Doom2 CD" "Doom Collector's Edition CD") > cdrom_get_cds doom2.wad:DOOM2/DOOM2CD/DOOM2.WAD:Setup/Doom2/DOOM2.WAD > > if [[ $CDROM_SET -ne 0 && $CDROM_SET -ne 1 && $CDROM_SET -ne 2 ]] ; then > die "Error locating data files."; > fi >} > >src_unpack() { > case ${CDROM_SET} in > 0) cp ${CDROM_ROOT}/doom2.wad ${S}/doom2.wad || die "Error copying doom2.wad.";; > 1) cp ${CDROM_ROOT}/DOOM/DOOM2CD/DOOM2.WAD ${S}/doom2.wad || die "Error copying DOOM2.WAD.";; > 2) cp ${CDROM_ROOT}/Setup/Doom2/DOOM2.WAD ${S}/doom2.wad || die "Error copying DOOM2.WAD.";; > esac >} > >src_install() { > dodir ${GAMES_DATADIR}/doom-data > insinto ${GAMES_DATADIR}/doom-data > > doins ${S}/doom2.wad || die "Error installing doom2.wad."; > > prepgamesdirs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 162255
:
107090
|
107154