Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 93788 Details for
Bug 127147
games-fps/doom3-dungeon request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
doom3-dungeon-8.01.ebuild
doom3-dungeon-8.01.ebuild (text/plain), 1.06 KB, created by
Paul Bredbury
on 2006-08-08 13:54:22 UTC
(
hide
)
Description:
doom3-dungeon-8.01.ebuild
Filename:
MIME Type:
Creator:
Paul Bredbury
Created:
2006-08-08 13:54:22 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit versionator games > >MY_PV=$(delete_all_version_separators) >MOD="dungeondoom" > >DESCRIPTION="Rogue-like 3D mod for Doom 3" >HOMEPAGE="http://dungeondoom.d3files.com/" >SRC_URI="mirror://filefront/Doom_III/Hosted_Mods/Final_Releases/DungeonDOOM/${MOD}${MY_PV}xplinux.zip" > ># See bottom of /opt/doom3/dungeondoom/readme.txt >LICENSE="as-is" > >SLOT="0" >KEYWORDS="~x86" >IUSE="" >RESTRICT="strip" > >RDEPEND="games-fps/doom3-roe > !games-fps/doom3-ducttape" >DEPEND="app-arch/unzip" > >S=${WORKDIR} >dir=${GAMES_PREFIX_OPT}/doom3 > >src_unpack() { > unpack ${A} > > # Standardize directory name. > local dir=$(find . -maxdepth 1 -name "dungeon*" -type d) > mv "${dir}" "${MOD}" || die "mv ${dir} failed" >} > >src_install() { > insinto "${dir}" > doins -r "${MOD}" || die "doins failed" > > # This non-standard command-line is required. > games_make_wrapper ${PN} "doom3 +set fs_game ${MOD} +set fs_game_base d3xp" > make_desktop_entry ${PN} "Doom III - Dungeon" doom3.png > > 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 127147
:
82914
|
83035
|
90971
| 93788