First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 34107
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Matteo Coloberti <xteo78@libero.it>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
libreadline-java-0.8.0.ebuild the ebuild text/plain Matteo Coloberti 2003-11-22 06:11 0000 394 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 34107 depends on: Show dependency tree
Bug 34107 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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) [edit]
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 [edit])
# 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.

First Last Prev Next    No search results available      Search page      Enter new bug