Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34107 - [NEW] libreadline
Summary: [NEW] libreadline
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-11-22 06:10 UTC by Matteo Coloberti
Modified: 2004-02-15 21:08 UTC (History)
1 user (show)

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


Attachments
the ebuild (libreadline-java-0.8.0.ebuild,394 bytes, text/plain)
2003-11-22 06:11 UTC, Matteo Coloberti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matteo Coloberti 2003-11-22 06:10:48 UTC
Hi!
This is the last ebuild i propose... could be usefull! libreadline-java

Thanks
	Coloberti Matteo
Comment 1 Matteo Coloberti 2003-11-22 06:11:17 UTC
Created attachment 21085 [details]
the ebuild
Comment 2 Adrian Almenar 2003-12-01 20:31:35 UTC
Please update the ebuilds so they are corrected as pointed on bug #34104#c2. 
 
Also should be better if those ebuilds are compiled from sources. 
 
Please send your comments. 
 
Thanks. 
Comment 3 Matteo Coloberti 2003-12-05 06:11:23 UTC
Comment on attachment 21085 [details]
the ebuild

# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2

DESCRIPTION="Java-Readline is a port of GNU Readline for Java. Or, to be more
precise, it is a JNI-wrapper to Readline."
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/java-readline/${P}-src.tar.g
z"
HOMEPAGE="http://java-readline.sourceforge.net/"
LICENSE="GPL"
SLOT="0"
KEYWORDS="~x86"

RDEPEND=">=virtual/jdk-1.4"

DEPEND="${RDEPEND}"

src_install() {
	make
	make apidoc
	dolib.so *.so
	dojar *.jar
	dohtml -r api/*
	dodoc COPYING.LIB ChangeLog NEWS README README.1st TODO
}
Comment 4 Chris Aniszczyk (RETIRED) gentoo-dev 2004-02-15 21:08:08 UTC
In portage as libreadline-java.

Cheers.