Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198144 Details for
Bug 200967
games-fps/rott-data (Rise of the Triad) (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
corrected ebuild for rott-data
rott-data-1.0.ebuild (text/plain), 1.36 KB, created by
Ivan Anishchuk
on 2009-07-16 08:58:58 UTC
(
hide
)
Description:
corrected ebuild for rott-data
Filename:
MIME Type:
Creator:
Ivan Anishchuk
Created:
2009-07-16 08:58:58 UTC
Size:
1.36 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils games > >DESCRIPTION="Rise of the Triad data files." ># 3D Realms is the former Apogee (both producer and publisher) >HOMEPAGE="http://www.3drealms.com/" >SRC_URI="" > >LICENSE="" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="doc" > >DEPEND="" >#needs a client to use tha data... >RDEPEND="games-fps/rott" > >S=${WORKDIR} > >pkg_setup() { > export CDROM_NAME_SET=("Existing Install") > cdrom_get_cds darkwar.wad > > if [[ ${CDROM_SET} -ne 0 ]] ; then > die "Error locating data files."; > fi >} > >src_install() { > dodir ${GAMES_DATADIR}/rott > > insinto ${GAMES_DATADIR}/rott > > doins ${CDROM_ROOT}/darkwar.wad || die "Error installing darkwar.wad."; > doins ${CDROM_ROOT}/darkwar.rtc || die "Error installing darkwar.rtc."; > doins ${CDROM_ROOT}/darkwar.rtl || die "Error installing darkwar.rtl."; > doins ${CDROM_ROOT}/demo1_3.dmo || die "Error installing demo1_3.dmo."; > doins ${CDROM_ROOT}/demo2_3.dmo || die "Error installing demo2_3.dmo."; > doins ${CDROM_ROOT}/huntbgin.rtc || die "Error installing huntbgin.rtc."; > doins ${CDROM_ROOT}/huntbgin.rtl || die "Error installing huntbgin.rtl."; > doins ${CDROM_ROOT}/remote1.rts || die "Error installing remote1.rts."; > if use doc ; then > dodoc ${CDROM_ROOT}/license.doc || die "Error installing documentation file license.doc."; > fi > > 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 200967
:
137518
| 198144 |
240169
|
276725
|
288147
|
288149
|
288151
|
324458