Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 261107 Details for
Bug 353134
dev-games/cel-1.9_pre9999 Live SVN Ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cel-9999_pre9999-r2.ebuild - fixed dependencies
cel-1.9_pre9999-r2.ebuild (text/plain), 1.78 KB, created by
Sven Eden
on 2011-01-30 15:28:03 UTC
(
hide
)
Description:
cel-9999_pre9999-r2.ebuild - fixed dependencies
Filename:
MIME Type:
Creator:
Sven Eden
Created:
2011-01-30 15:28:03 UTC
Size:
1.78 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit autotools eutils subversion versionator > >MY_PV=$(get_version_component_range 1-2) >MY_P=${PN}-${MY_PV} > >DESCRIPTION="A game entity layer based on Crystal Space" >HOMEPAGE="http://www.crystalspace3d.org/" >ESVN_REPO_URI="https://cel.svn.sourceforge.net/svnroot/cel/cel/trunk" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug" > >RDEPEND=" > =dev-games/crystalspace-${MY_PV}* > dev-games/hawknl" >DEPEND="${RDEPEND} > dev-util/ftjam" > >S=${WORKDIR}/${MY_P} > >src_prepare() { > # There are some problems with configure.ac that > # need to be fixed: > epatch "${FILESDIR}/fix_configure_ac.patch" > > # InstallDoc conflicts with dodoc > sed -i -e "/^InstallDoc/d" docs/Jamfile \ > || die "sed on docs/Jamfile failed" > > AT_M4DIR=mk/autoconf > eautoreconf >} > >src_configure() { > econf \ > --disable-separate-debug-info \ > --disable-optimize-mode-debug-info \ > $(use_enable debug) \ > || die "configure failed" >} > >src_compile() { > local jamopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }") > jam -q ${jamopts} || die "compile failed (jam -q ${jamopts})" >} > >src_install() { > jam -q -s DESTDIR="${D}" install || die "jam install failed" > > # Fill cache directory for the examples > cp "${D}"/usr/share/${MY_P}/data/{basic_,}world > lighter2 --simpletui "${D}"/usr/share/${MY_P}/data > cp "${D}"/usr/share/${MY_P}/data/{walktut_,}world > lighter2 --simpletui "${D}"/usr/share/${MY_P}/data > rm "${D}"/usr/share/${MY_P}/data/world > > # As the target install_doc uses crystalspace-1.9 as target, but dodoc > # uses ${PF}, this said var has to be manipulated first. > local oldPF=${PF} > PF=${MY_P} > dodoc COPYING README docs/history*.txt docs/todo.txt > PF=${oldPF} >}
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 353134
:
260985
|
260987
|
261107
|
261116
|
274087