Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 254659 Details for
Bug 345813
[UPDATED EBUILD] games-action/d1x-rebirth-0.56-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated descent1-data ebuild following testing.
descent1-data-1.0.ebuild (text/plain), 1.43 KB, created by
James Broadhead
on 2010-11-17 15:44:17 UTC
(
hide
)
Description:
Updated descent1-data ebuild following testing.
Filename:
MIME Type:
Creator:
James Broadhead
Created:
2010-11-17 15:44:17 UTC
Size:
1.43 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild,v 1.8 2010/02/10 03:46:25 josejx Exp $ > >inherit eutils games > >MY_PV=${PV/./} > >DESCRIPTION="Data files for Descent 1" >HOMEPAGE="http://www.interplay.com/games/product.asp?GameID=109" >SRC_URI="" > ># See readme.txt >LICENSE="${PN}" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="" > >DEPEND="!games-action/descent1-demodata" > >S=${WORKDIR} > >src_unpack() { > echo > einfo "If you bought the game via digital download, put the files " > einfo "in a directory called descent/ and set CD_ROOT to its parent" > einfo "eg. /home/foo/descent/descent.hog " > einfo " >> CD_ROOT=/home/foo emerge descent1-data" > echo > cdrom_get_cds "descent/descent.hog" > CDROM_DIR="${CDROM_ROOT}/descent" > > for f in {descent.hog,descent.pig,chaos.hog,chaos.msn} ; do > up_f=`echo ${f} | tr [:lower:] [:upper:]` > if [ -e "${CDROM_DIR}/${f}" ] ; then > cp "${CDROM_DIR}/${f}" "${S}" || die > elif [ -e "${CDROM_DIR}/$up_f" ] ; then > cp "${CDROM_DIR}/${up_f}" "${S}/${f}" || die > else > die "File ${f} not found on the CD" > fi > done >} > >src_install() { > # keep the same as games-action/descent1-demodata > insinto "${GAMES_DATADIR}/d1x" > doins * || die "doins * failed" > > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > > elog "A client is needed to run the game, e.g. games-action/d2x-rebirth." >}
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 345813
:
254555
|
254557
|
254559
|
254561
|
254563
|
254657
| 254659 |
270307
|
270309