Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 41166 Details for
Bug 63298
dev-java/qat-bin can be build from source
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qat-2.7.1.ebuild
qat-2.7.1.ebuild (text/plain), 1.04 KB, created by
Arne Mejlholm (RETIRED)
on 2004-10-05 12:12:58 UTC
(
hide
)
Description:
qat-2.7.1.ebuild
Filename:
MIME Type:
Creator:
Arne Mejlholm (RETIRED)
Created:
2004-10-05 12:12:58 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-java/qat-bin/qat-bin-2.7.1-r1.ebuild,v 1.2 2004/09/03 14:22:51 dholm Exp $ > >inherit java-pkg > >DESCRIPTION="Quality Assurance Tester - A distributed test harnass." >SRC_URI="mirror://sourceforge/qat/qat-${PV}-src.zip" >HOMEPAGE="http://qat.sourceforge.net" >LICENSE="sun-csl" >SLOT="0" >KEYWORDS="~x86 ~sparc ~ppc" >DEPEND="dev-java/junit" >RDEPEND=">=virtual/jdk-1.3" >IUSE="doc" > >src_compile() { > cd $WORKDIR > ant jar >} > >src_install() { > mv ${WORKDIR}/build/jar/${PN}-${PV}.jar ${WORKDIR}/build/jar/${PN}.jar > java-pkg_dojar ${WORKDIR}/build/jar/${PN}.jar > java-pkg_dojar ${WORKDIR}/build/jar/lib/jlfgr-1_0.jar > > echo "#!/bin/sh" > ${PN} > echo "LIBPATH=/usr/share/" >> ${PN} > echo "java -classpath \${LIBPATH}/qat/lib/jlfgr-1_0.jar:\${LIBPATH}/qat/lib/qat.jar:\${LIBPATH}/junit/lib/junit.jar QAT" >> ${PN} > > dobin ${PN} > > use doc && dohtml -r doc/* && dohtml -r specification/* && cp -R examples ${D}/usr/share/doc/${P/-bin}/ >} >
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 63298
: 41166