Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 121087 Details for
Bug 180800
dev-java/janino (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Janino 2.5.7 ebuild
janino-2.5.7.ebuild (text/plain), 1.00 KB, created by
Philipp Hagemeister
on 2007-06-03 23:09:40 UTC
(
hide
)
Description:
Janino 2.5.7 ebuild
Filename:
MIME Type:
Creator:
Philipp Hagemeister
Created:
2007-06-03 23:09:40 UTC
Size:
1.00 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg-2 java-ant-2 > >IUSE="doc source" ># doc: Install additional javadoc (plus README and LICENSE to the doc directory) > >DESCRIPTION="Embedded run-time java compiler." >HOMEPAGE="http://janino.net/" >SRC_URI="http://janino.net/download/janino-${PV}.zip" > >SLOT="0" > >LICENSE="BSD" >KEYWORDS="amd64 ppc x86" > >RDEPEND=">=virtual/jre-1.2" > >DEPEND="${RDEPEND} > >=virtual/jdk-1.2 > dev-java/ant-core > app-arch/zip" > >S=${WORKDIR}/${PN}-${PV} > >src_unpack() { > unpack ${A} > cd ${S} || die > > # Remove hardcoded paths like "C:\jdk1.2" > edos2unix build.xml > epatch ${FILESDIR}/build-remove-hardcoded.patch || die >} > >src_compile() { > eant jar javadoc || die >} > >src_install() { > dodir /usr/share/${PN} > > java-pkg_jarinto /usr/share/${PN} > java-pkg_newjar ${S}/build/lib/${PN}.jar > > if use doc; then > java-pkg_dojavadoc "${S}/build/javadoc" > fi > > if use source; then > java-pkg_dosrc "${S}/src" > fi >}
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 180800
:
121085
|
121087
|
121140
|
121142