| 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
Created an attachment (id=21085) [details]
the ebuild
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.
(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 }
In portage as libreadline-java. Cheers.