Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 269745 Details for
Bug 357259
New package games-strategy/revenge-of-the-titans-1.80.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
revenge-of-the-titans-1.80.11.ebuild
revenge-of-the-titans-1.80.11.ebuild (text/plain), 1.35 KB, created by
Azamat H. Hackimov
on 2011-04-13 00:37:32 UTC
(
hide
)
Description:
revenge-of-the-titans-1.80.11.ebuild
Filename:
MIME Type:
Creator:
Azamat H. Hackimov
Created:
2011-04-13 00:37:32 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit games java-pkg-2 versionator > >MY_PN=revengeofthetitans ># Divide second subversion by 10, i.e. 1.80.10 => 1810 >MY_PV=$(version_format_string '${1}$((${2} / 10))${3}') > >DESCRIPTION="Defeat the returning Titan horde in a series of epic ground battles." >HOMEPAGE="http://www.puppygames.net/revenge-of-the-titans/" >SRC_URI="amd64? ( RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz ) > x86? ( RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz )" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="-* ~amd64 ~x86" >IUSE="" > >RDEPEND=">=virtual/jre-1.6 > virtual/opengl" >DEPEND="" > >RESTRICT="fetch strip" > >dir="${GAMES_PREFIX_OPT}/${MY_PN}" >S="${WORKDIR}/${MY_PN}" > >pkg_nofetch() { > if use amd64 ; then > einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-amd64.tar.gz" > fi > if use x86 ; then > einfo "Please download RevengeOfTheTitans-HIB-${MY_PV}-i386.tar.gz" > fi > einfo "from your personal page in Humble Indie Bundle #2 site" > einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}" >} > >src_install() { > insinto "${dir}" > doins *.jar || die "doins jar" > > exeinto "${dir}" > doexe *.so revenge.sh || die "doexe" > > games_make_wrapper ${PN} ./revenge.sh "${dir}" "${dir}" > doicon revenge.png > make_desktop_entry ${PN} "Revenge of the Titans" revenge > > 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 357259
:
264619
|
266907
| 269745 |
269747