Bug 34107 - [NEW] libreadline
Bug#: 34107 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: xteo78@libero.it
Component: Ebuilds
URL: 
Summary: [NEW] libreadline
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2003-11-22 06:10 0000
Description:   Opened: 2003-11-22 06:10 0000
Hi!
This is the last ebuild i propose... could be usefull! libreadline-java

Thanks
	Coloberti Matteo

------- Comment #1 From Matteo Coloberti 2003-11-22 06:11:17 0000 -------
Created an attachment (id=21085) [details]
the ebuild

------- Comment #2 From Adrian Almenar 2003-12-01 20:31:35 0000 -------
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 From Matteo Coloberti 2003-12-05 06:11:23 0000 -------
(From update of attachment 21085 [details])
# 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 From Chris Aniszczyk (RETIRED) 2004-02-15 21:08:08 0000 -------
In portage as libreadline-java.

Cheers.