Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 182617 Details for
Bug 259673
games-util/gham-*
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The ebuild
gham-1.0.7.ebuild (text/plain), 2.02 KB, created by
Ralph Sennhauser (RETIRED)
on 2009-02-20 08:05:36 UTC
(
hide
)
Description:
The ebuild
Filename:
MIME Type:
Creator:
Ralph Sennhauser (RETIRED)
Created:
2009-02-20 08:05:36 UTC
Size:
2.02 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="1" > >inherit java-pkg-2 java-ant-2 games > >DESCRIPTION="Hattrick Manager" >HOMEPAGE="http://www.hattrickitalia.org/gham/" >SRC_URI="http://downloads.sourceforge.net/${PN}/${P}-src.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >COMMON_DEP=" > dev-java/asm:3 > dev-java/cglib:2.1 > dev-java/commons-beanutils:1.7 > dev-java/commons-betwixt:0.7 > dev-java/commons-collections > dev-java/commons-digester > dev-java/commons-lang:2.1 > dev-java/commons-logging > dev-java/commons-primitives > dev-java/jcommon:1.0 > dev-java/jdom:1.0 > dev-java/log4j" > ># gham won't build against the latest stable version of ># dev-java/javolution ># dev-java/jfreechart > ># there are unstable packages in the tree for swingx and skinlf > ># aopalliance.jar comes with gham but is not needed > ># swing-worker is in the java overlay > >RDEPEND=">=virtual/jre-1.5 > ${COMMON_DEP}" > >DEPEND=">=virtual/jdk-1.5 > app-arch/unzip > dev-java/ant-core > ${COMMON_DEP}" > >src_unpack() { > unpack ${A} > cd "${S}/lib" || die > > einfo "Removing as much precompiled libraries as possible" > rm -v aopalliance* asm* cglib* commons* jcommon* jdom* log4j* || die > > java-pkg_jar-from asm-3 > java-pkg_jar-from cglib-2.1 > java-pkg_jar-from commons-beanutils-1.7 > java-pkg_jar-from commons-betwixt-0.7 > java-pkg_jar-from commons-collections > java-pkg_jar-from commons-digester > java-pkg_jar-from commons-lang-2.1 > java-pkg_jar-from commons-logging > java-pkg_jar-from commons-primitives > java-pkg_jar-from jcommon-1.0 > java-pkg_jar-from jdom-1.0 > java-pkg_jar-from log4j > > cd "${S}/" > cp ${FILESDIR}/build.xml build.xml >} > >EANT_BUILD_TARGET="jar" >src_compile() { > eant >} > >src_install() { > cd "${S}/" > mv -t . src/[acilpst]* || die > cp ${FILESDIR}/config.txt config.txt || die > > rm -R classes/ src/ > > dodir ${GAMES_PREFIX} > cp -Rdt "${D}/${GAMES_PREFIX}/" "${S}" || die > mv "${D}/${GAMES_PREFIX}/${P}" "${D}/${GAMES_PREFIX}/gham" || die > exeinto ${GAMES_BINDIR} > doexe "${FILESDIR}/gham" > > 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 259673
:
182617
|
182619
|
182620
|
182621
|
182864