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

Bug 785400

Summary: dev-java/cldc-api: pending removal
Product: Gentoo Linux Reporter: Volkmar W. Pogatzki <gentoo>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: normal CC: fordfrog
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 697014    
Deadline: 2021-06-04   
Attachments: build log

Description Volkmar W. Pogatzki 2021-04-24 13:45:23 UTC
Created attachment 702207 [details]
build log

Nothing depends on it
java min 1.4
EAPI 5
Comment 1 Volkmar W. Pogatzki 2021-05-03 16:41:13 UTC
If you tried pushing it to 1.8:* it fails with:

 * javadoc -Xdoclint:none -d target/api -encoding UTF-8 -docencoding UTF-8 -charset UTF-8 -quiet @sources.lst
 * Generating JavaDoc ...
./cldc-api-1.1/cldc1.1/java/util/Enumeration.java:27: error: package exists in another module: java.base
package java.util;
^
./cldc-api-1.1/cldc1.1/java/util/Vector.java:27: error: package exists in another module: java.base
package java.util;
^
./cldc-api-1.1/cldc1.1/java/util/Date.java:27: error: package exists in another module: java.base
package java.util;
^
./cldc-api-1.1/cldc1.1/java/util/EmptyStackException.java:27: error: package exists in another module: java.base
package java.util;
Comment 2 Miroslav Ć ulc gentoo-dev 2021-05-05 07:29:29 UTC
this is because the package provides files that are already part of jre. anyway, will last-rite it.
Comment 3 Larry the Git Cow gentoo-dev 2021-06-06 17:22:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e19c5f99bc471870822858f7380f1a74d1430f

commit e1e19c5f99bc471870822858f7380f1a74d1430f
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-06-06 17:21:30 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-06-06 17:21:30 +0000

    dev-java/cldc-api: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/785400
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-java/cldc-api/Manifest               |  1 -
 dev-java/cldc-api/cldc-api-1.1-r1.ebuild | 28 ----------------------------
 dev-java/cldc-api/metadata.xml           |  8 --------
 profiles/package.mask                    |  6 ------
 4 files changed, 43 deletions(-)