Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 160651 Details for
Bug 232069
games-strategy/galaxyhack-1.74 fails to compile (with GCC 4.3.1)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for patch above
galaxyhack-1.74-r1.ebuild (text/plain), 1.74 KB, created by
Bert Karwatzki
on 2008-07-17 17:26:27 UTC
(
hide
)
Description:
ebuild for patch above
Filename:
MIME Type:
Creator:
Bert Karwatzki
Created:
2008-07-17 17:26:27 UTC
Size:
1.74 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-strategy/galaxyhack/galaxyhack-1.74.ebuild,v 1.1 2007/11/10 00:47:17 tupone Exp $ > >inherit eutils games > >DESCRIPTION="Multiplayer AI script based strategy game." >HOMEPAGE="http://galaxyhack.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 > mirror://gentoo/${PN}.png" > >LICENSE="GPL-2 galaxyhack" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="media-libs/libsdl > media-libs/sdl-image > media-libs/sdl-mixer > >=dev-libs/boost-1.34" > >S=${WORKDIR}/${PN}/src > >src_unpack() { > unpack ${A} > cd "${S}" > edos2unix Makefile > epatch \ > "${FILESDIR}"/${P}-destdirs.patch \ > "${FILESDIR}"/${P}-boost.patch \ > "${FILESDIR}"/${P}-gcc-4.3.patch > sed -i "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \ > Main.cpp \ > || die "sed Main.cpp failed" > sed -i "/Base data path/s:pwd:${GAMES_DATADIR}/${PN}:" \ > ../settings.dat \ > || die "sed settings.dat failed" > sed -i \ > -e "/^CXXFLAGS/s:-O3:${CXXFLAGS}:" \ > -e '/^LDFLAGS/s:=:+=:' \ > Makefile \ > || die "sed Makefile failed" >} > >src_install() { > dogamesbin "${PN}" || die "dogamesbin failed" > cd .. > insinto "${GAMES_DATADIR}"/${PN} > doins -r fleets gamedata graphics music standardpictures \ > settings.dat || die "doins failed" > dodoc readme.txt > doicon "${DISTDIR}"/${PN}.png > make_desktop_entry ${PN} GalaxyHack > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > elog "Settings will default to those found in" > elog "${GAMES_DATADIR}/galaxyhack/settings.dat" > elog "Per user settings can be specified by creating" > elog "~/.galaxyhack/settings.dat" > elog "Additional user submitted fleets can be downloaded from" > elog "http://galaxyhack.sourceforge.net/viewfleets.php" >}
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 232069
:
160650
| 160651