Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785400 - dev-java/cldc-api: pending removal
Summary: dev-java/cldc-api: pending removal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2021-06-04
Assignee: Java team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: jdk11
  Show dependency tree
 
Reported: 2021-04-24 13:45 UTC by Volkmar W. Pogatzki
Modified: 2021-06-06 17:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,16.62 KB, text/plain)
2021-04-24 13:45 UTC, Volkmar W. Pogatzki
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)