Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 96649

Summary: Request for ebuild: dev-java/backport-util-concurrent
Product: Gentoo Linux Reporter: Josh Nichols (RETIRED) <nichoj>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 2005.0   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 96647    
Attachments: backport-util-concurrent-1.1.01.ebuild

Description Josh Nichols (RETIRED) gentoo-dev 2005-06-20 17:04:16 UTC
"This package is the backport of java.util.concurrent API, introduced in Java 5.0, to Java 1.4. The backport is based on public-domain sources from the JSR 166 CVS repository, and the dl.util.concurrent package. The backport is nearly complete; unsupported functionality is limited mostly to the following cases: 1) things that require explicit JVM support, 2) some non-essential functions described in the original javadoc as "designed primarily for use in monitoring in system state, not for synchronization control", 3) functionality which emulation would affect performance, or 4) functionality that would require development of substantial amount of new code.

The purpose of this library is to enable gradual transition from Java 1.4 to 5.0: the library allows to develop concurrent applications for Java 1.4 that should work with Java 5.0 simply by changing package names."

It also happens to be a dependency of games-strategy/triplea-0.6.0.
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2005-06-20 17:07:51 UTC
Created attachment 61602 [details]
backport-util-concurrent-1.1.01.ebuild
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2005-06-29 13:38:06 UTC
added, thanks