Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64031 Details for
Bug 99871
[EBUILD] jreversepro-1.4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-util/jreversepro-1.4.1
jreversepro-1.4.1.ebuild (text/plain), 1.05 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2005-07-22 00:16:09 UTC
(
hide
)
Description:
dev-util/jreversepro-1.4.1
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2005-07-22 00:16:09 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils java-pkg > >DESCRIPTION="Java Decompiler / Disassembler written entirely in Java" >HOMEPAGE="http://jrevpro.sourceforge.net/" >SRC_URI="mirror://sourceforge/jrevpro/${P}-src.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc" # Doesn't build with jikes ... > >DEPEND="virtual/jdk" >RDEPEND="virtual/jre" > >src_unpack() { > unpack ${A} > cd ${S} > > # Fix jar creation > mkdir lib > > # Fix checkstyle > epatch ${FILESDIR}/${PV}-ant.patch > > # Fix 1.5 > epatch ${FILESDIR}/${PV}-java15.patch > > # Fix jref.ini -> .jrefrc > epatch ${FILESDIR}/${PV}-homedir.patch >} > >src_compile() { > local antflags="makejar" > use doc && antflags="${antflags} docs" > #use jikes && antflags="${antflags} -Dbuild.compiler=jikes" > ant ${antflags} || die "compilation failed" >} > >src_install() { > java-pkg_dojar lib/${PN}.jar > echo "java -jar /usr/share/${PN}/lib/${PN}.jar" > ${PN} > dobin ${PN} > > use doc && java-pkg_dohtml -r docs/* > use source && java-pkg_dosrc -r src/* >} >
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 99871
:
64031
|
64032
|
64033
|
64034
|
105187
|
105188