Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1687 - jad-1.5.8d.ebuild (New)
Summary: jad-1.5.8d.ebuild (New)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL: http://kpdus.tripod.com/jad.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-11 19:58 UTC by Sandy McArthur
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Just the jad-1.5.8d.ebuild (jad-1.5.8d.ebuild,426 bytes, text/plain)
2002-04-11 19:59 UTC, Sandy McArthur
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sandy McArthur 2002-04-11 19:58:46 UTC
A rather nice java decompiler. It's written in C and thus very fast. Think of it
as the opposite of jikes.

If you need more info check:
http://kpdus.tripod.com/jad.html

I think it should go in dev-java/jad
Comment 1 Sandy McArthur 2002-04-11 19:59:43 UTC
Created attachment 533 [details]
Just the jad-1.5.8d.ebuild

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: William McArthur <Leknor@Leknor.com>
# $Header: $

S=${WORKDIR}

DESCRIPTION="Jad - the fast JAva Decompiler"

HOMEPAGE="http://kpdus.tripod.com/jad.html"

SRC_URI="http://kpdus.tripod.com/jad/linux/jadls158.zip"

DEPEND="app-arch/unzip"

src_install () {
    dobin jad
    dodoc Readme.txt
}
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2002-04-13 08:59:58 UTC
Available as dev-java/jad-1.5.8d