Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 848233 Details for
Bug 890497
games-strategy/freecol-1.0.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the ebuild
freecol-1.0.0.ebuild (text/plain), 1.12 KB, created by
tkzv
on 2023-01-11 17:48:03 UTC
(
hide
)
Description:
the ebuild
Filename:
MIME Type:
Creator:
tkzv
Created:
2023-01-11 17:48:03 UTC
Size:
1.12 KB
patch
obsolete
># Copyright 1999-2023 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit desktop java-pkg-2 java-ant-2 > >DESCRIPTION="An open source clone of the game Colonization" >HOMEPAGE="http://www.freecol.org/" >SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" >LICENSE="GPL-2+" >SLOT="0" >KEYWORDS="~amd64 ~x86" > ># Rightly or wrongly, jogg and jorbis are bundled within Cortado but we ># don't have packages for them anyway. > >CP_DEPEND=" > dev-java/commons-cli:1 > dev-java/cortado:0 > dev-java/miglayout:0 >" > >DEPEND=">=virtual/jdk-1.8 > app-arch/unzip > ${CP_DEPEND}" > >RDEPEND=">=virtual/jre-1.8 > ${CP_DEPEND}" > >S="${WORKDIR}/${PN}" > >PATCHES=( > "${FILESDIR}"/${P}-gentoo.patch >) > > >JAVA_ANT_REWRITE_CLASSPATH=true >EANT_BUILD_TARGET=package > >src_prepare() { > default > rm -v jars/* || die > java-pkg-2_src_prepare >} > >src_install() { > local datadir=/usr/share/${PN} > > java-pkg_dojar FreeCol.jar > java-pkg_dolauncher ${PN} \ > --pwd ${datadir} \ > --main net.sf.freecol.FreeCol \ > --java_args -Xmx2000M > > insinto ${datadir} > doins -r data schema > > doicon data/${PN}.png > make_desktop_entry ${PN} FreeCol > > dodoc README >}
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 890497
: 848233 |
848235
|
848907