# Volkmar W. Pogatzki (2022-10-10)
# Unused Java library. Removal on 2022-11-10.
dev-java/objenesis-test
# Volkmar W. Pogatzki (2022-08-22)
# Java library without consumers. Removal on 2022-09-22
dev-java/byte-buddy-agent
# Volkmar W. Pogatzki (2022-02-09)
# No longer maintained upstream.
# Upstream recommends Airline 2 or Picocli as a replacement.
# https://github.com/airlift/airline/#warning-deprecated-warning
# Removal in 30 days.
dev-java/airline
# Volkmar W. Pogatzki (2022-01-27)
# Java-library + java-virtual with no consumers.
# Removal in 30 days.
java-virtuals/script-api
dev-java/jsr223
# Volkmar W. Pogatzki (2022-01-15)
# Java-packages with no consumers and depending on virtual/{jdk,jre}-1.6
# Removal in 30 days.
app-emulation/edumips64
dev-java/appframework
dev-java/commons-jexl
dev-java/cssparser
dev-java/felix-bundlerepository
dev-java/glassfish-servlet-api
dev-java/jacoco
d
Signed-off-by: Miroslav Šulc
---
eclass/webapp.eclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass
index 5ef7dbce03cf..7bdf28430b48 100644
--- a/eclass/webapp.eclass
+++ b/eclass/webapp.eclass
@@ -4,14 +4,14 @@
# @ECLASS
Signed-off-by: Miroslav Šulc
---
eclass/java-ant-2.eclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass
index 501d17ef229e..438b0dbb5001 100644
--- a/eclass/java-ant-2.eclass
+++ b/eclass/java-ant-2.eclass
@@ -7,7
Signed-off-by: Miroslav Šulc
---
eclass/java-osgi.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/java-osgi.eclass b/eclass/java-osgi.eclass
index 74c7c1a07f5c..f2f55772e873 100644
--- a/eclass/java-osgi.eclass
+++ b/eclass/java-osgi.eclass
@@ -6,7 +6,7
Signed-off-by: Miroslav Šulc
---
eclass/java-pkg-opt-2.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass
index 79833c98ea6b..92f2cb53145d 100644
--- a/eclass/java-pkg-opt-2.eclass
+++ b/eclass/java-pkg-opt-2
Signed-off-by: Miroslav Šulc
---
eclass/java-virtuals-2.eclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/java-virtuals-2.eclass b/eclass/java-virtuals-2.eclass
index dedbf2f26195..e929a7e1ceeb 100644
--- a/eclass/java-virtuals-2.eclass
+++ b/eclass/java
# Volkmar W. Pogatzki (2021-11-28)
# Libraries without consumers. Removal in 30 days.
dev-java/commons-pool
dev-java/dict4j
dev-java/felix-gogo-command
dev-java/jama
dev-java/janino
dev-java/jchardet
dev-java/jcommon
dev-java/jdynamite
dev-java/jfreesvg
dev-java/jgrapht
dev-java/jmdns
dev-java/js
# Volkmar W. Pogatzki (2021-11-26)
# Library without consumers. Removal in 30 days.
dev-java/jss
Signed-off-by: Miroslav Šulc
---
eclass/java-pkg-2.eclass | 4 ++--
eclass/java-pkg-simple.eclass | 4 ++--
eclass/java-utils-2.eclass| 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/eclass/java-pkg-2.eclass b/eclass/java-pkg-2.eclass
index b0573eea4d0b
.
fordfrog
Miroslav Šulc (1):
eclass/java-{utils-2,pkg-2,pkg-simple}: bump to eapi8
eclass/java-pkg-2.eclass | 4 ++--
eclass/java-pkg-simple.eclass | 4 ++--
eclass/java-utils-2.eclass| 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
--
2.34.1
hello devs,
please find attached patch for upgrade of java-vm-2.eclass to support
eapi 8. eapi 5 is not used by any package inheriting this eclass so i
dropped it.
i also attach update of the ebuilds of packages that use this eclass and
can be updated to eapi 8 (dev-java/icedtea can't atm, i
# Volkmar W. Pogatzki (2021-11-14)
# java packages without consumers, Removal in 30 days.
dev-java/milton-mail-api
dev-java/milton-api
# Volkmar W. Pogatzki (2021-11-12)
# Libraries with no other consumers. Removal in 30 days.
dev-java/trident
dev-java/okio
dev-java/moshi
# Volkmar W. Pogatzki (2021-11-06)
# Libraries with no other consumers. Removal in 30 days.
dev-java/mina-core
dev-java/jnr-unixsocket
dev-java/jnr-enxio
# Volkmar W. Pogatzki (2021-11-01)
# Unused library and virtual, removal on 2021-12-01
dev-java/jamon
java-virtuals/interceptor-api
# Miroslav Šulc (2021-07-30)
# these libs have no consumers, removal in 30 days
# see bug: https://bugs.gentoo.org/805152
dev-java/jgoodies-animation
dev-java/jgoodies-binding
dev-java/jgoodies-forms
# Volkmar W. Pogatzki (2021-06-21)
# library with no consumer, removal in 30 days
# see https://bugs.gentoo.org/794562
dev-java/bctsp
hi guys,
here is a patch that should provide initial support for module-info.java
in java packages. more info can be found here:
https://bugs.gentoo.org/796875
i'd mainly appreciate comments on the style of the patch whether it's ok
or what should be improved, though any questions or suggest
# Volkmar W. Pogatzki (2021-06-21)
# libraries without consumers, removal in 30 days
dev-java/bytelist
dev-java/jcodings
dev-java/joni
dev-java/jvyamlb
# Miroslav Šulc (2021-06-23)
# obsolete, no consumers
# see bug: https://bugs.gentoo.org/797739
dev-java/xml-commons
# Volkmar W. Pogatzki (2021-06-20)
# no consumer, removal in 30 days
# see bug: https://bugs.gentoo.org/796587
# and https://bugs.gentoo.org/561504
dev-java/annogen
dev-java/xml-xmlbeans
java-virtuals/stax-api
dev-java/jsr173
dev-java/jibx-tools
# Miroslav Šulc (2021-06-13)
# no consumer, removal in 30 days
# see bug: https://bugs.gentoo.org/785856
dev-java/commons-validator
# Miroslav Šulc (2021-05-24)
# it's just a demo project, not a real app, see disclaimer
# at https://github.com/romainguy/jext
# removal in 30 days
# also removing an obsolete package that has only this dependant
# see bug: https://bugs.gentoo.org/791106
app-editors/jext
dev-java/jgoodies-
# Miroslav Šulc (2021-05-20)
# no non-masked consumer, removal in 30 days
# see bug: https://bugs.gentoo.org/786852
dev-java/sun-jimi
# Miroslav Šulc (2021-05-20)
# no non-masked consumer, removal in 30 days
# see bug: https://bugs.gentoo.org/786828
dev-java/squareness-jlf
# Miroslav Šulc (2021-05-19)
# no consumer, removal in 30 days
# see bug: https://bugs.gentoo.org/784065
dev-java/werken-xpath
# Miroslav Šulc (2021-05-16)
# no consumer, does not compile, not with jdk-11
# and not even with openjdk:8
# see bug: https://bugs.gentoo.org/790551
dev-java/freemarker
# Miroslav Šulc (2012-05-15)
# no consumer, removal in 30 days
# see bug: https://bugs.gentoo.org/788364
dev-java/netty-common
i'm sorry but this package is pretty old, i could not find a working
homepage for it and we have no purpose for it. it would be better if
copied to the science overlay.
fordfrog
Dne 07. 05. 21 v 1:50 Alessandro Barbieri napsal(a):
# Miroslav Šulc mailto:fordf...@gentoo.org>>
# Miroslav Šulc (2021-05-05)
# no consumers, dead homepage
# removal in 30 days
# see bug: https://bugs.gentoo.org/787329
app-misc/jitac
# Miroslav Šulc (2021-05-05)
# last release in 2009
# removal in 30 days
# see bug: https://bugs.gentoo.org/787332
app-office/hourglass
# Miroslav Šulc
# Miroslav Šulc (2021-04-30)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/787152
dev-java/tagsoup
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786888
dev-java/zeus-jscl
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786864
dev-java/sun-jmx
java-virtuals/jmx
dev-util/jconfig
# Miroslav Šulc (2021-04-28)
# security issues, last release in 2004
# removal in 30 days
# see bug: https://bugs.gentoo.org/631394
media-sound/bladeenc
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786522
dev-java/netty-codec
dev-java/netty-codec-http
dev-java/netty-handler
# Miroslav Šulc (2021-04-28)
# obsolete, use dev-util/visualvm
# removal in 30 days
# see bug: https://bugs.gentoo.org/786513
dev-java/jvmstat
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786510
dev-java/junrar
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786507
dev-java/junit-addons
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786486
dev-java/jstun
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786483
dev-java/l2fprod-common
dev-java/jreleaseinfo
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786480
dev-java/jortho
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786441
dev-java/jlibeps
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786438
dev-java/jisp
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786435
dev-java/jinput
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786432
dev-java/jid3
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786426
dev-java/jebl
# Miroslav Šulc (2021-04-28)
# project abandoned
# removal in 30 days
# see bug: https://bugs.gentoo.org/786420
dev-java/jdbm
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786417
dev-java/jdbc2-stdext
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786414
dev-java/jcmdline
# Miroslav Šulc (2021-04-28)
# no consumers
# removal in 30 days
# see bug: https://bugs.gentoo.org/786408
dev-java/jboss-logmanager
dev-java/jboss-logging
# Miroslav Šulc (2021-04-28)
# last release in 2017, website is offline
# removal in 30 days
# see bug: https://bugs.gentoo.org/786381
dev-java/javolution
# Miroslav Šulc (2021-04-28)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786237
dev-java/jarbundler
# Miroslav Šulc (2021-04-28)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786234
dev-java/j2ssh
# Miroslav Šulc (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786117
dev-java/helpgui
# Miroslav Šulc (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786120
dev-java/higlayout
# Miroslav Šulc (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786096
dev-java/hamcrest-integration
# Miroslav Šulc (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786090
dev-java/fscript
# Miroslav Šulc (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/786087
dev-java/fastinfoset
# Miroslav Šulc (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785985
dev-java/ehcache
# Miroslav Šulc (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785886
dev-java/easymock-classextension
# Miroslav Šulc (2021-04-27)
# libraries with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785883
dev-java
# Miroslav Šulc (2021-04-27)
# library with no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785877
dev-java/dtdparser
# Miroslav Šulc (2021-04-26)
# no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785847
dev-java/commons-fileupload
# Miroslav Šulc (2021-04-26)
# does not compile with java 1.8, no consumer
# removal in 30 days
# see bug: https://bugs.gentoo.org/785796
dev-java/commons-el
# Miroslav Šulc (2021-04-25)
# obsolete package, nothing depends on it
# removal in 30 days
# see bug: https://bugs.gentoo.org/785508
dev-java/velocity-dvsl
# Miroslav Šulc (2021-04-25)
# nothing depends on it
# removal in 30 days
# see bug: https://bugs.gentoo.org/785532
dev-java/cdegroot-db
# Miroslav Šulc (2021-04-25)
# uses depracated classes, not used by anything,
# removal in 30 days
# see bug: https://bugs.gentoo.org/785415
dev-java
Dne 22. 04. 21 v 8:37 Kaibo Ma napsal(a):
Is there a tracking issue for Java 11 on Bugzilla?
Kaibo Ma
this is it: https://bugs.gentoo.org/697014
fordfrog
# Miroslav Šulc (2021-04-21)
# no consumers, last commit 2017
# see: https://bugs.gentoo.org/784836
# removal in 30 days
dev-java/apt-mirror
# Miroslav Šulc (2021-04-21)
# java library, no consumers
# see: https://bugs.gentoo.org/784830
dev-java/ant-owanttask
# Miroslav Šulc (2021-04-21)
# java library, no consumers
# see: https://bugs.gentoo.org/784812
dev-java/ini4j
# Miroslav Šulc (2021-04-18)
# our version is outdated with security issues, new version
# uses gradle to build which we don't support atm,
# also being a web framework deployable to application servers,
# we have no usage for it, and nothing depends on it
# removal in 30 days
dev-java/tapestry
# Miroslav Šulc (2021-04-18)
# obsolete deps, not used by any package
# removal in 30 days
dev-java/classmate
# Miroslav Šulc (2021-04-18)
# obsolete deps, not used by any package
# removal in 30 days
dev-java/commons-jelly
# Miroslav Šulc (2021-04-18)
# the project has been abandoned and the developement
# is now under name SpotBugs
# see: https://github.com/findbugsproject/findbugs
dev-util/findbugs
# Miroslav Šulc (2021-04-18)
# obsolete deps, not used by any package
# removal in 30 days
dev-java/ezmorph
dev-java/ical4j
# Miroslav Šulc (2021-04-18)
# obsolete deps, not used by any package
dev-java/commons-configuration
Dne 15. 04. 21 v 18:35 Joakim Tjernlund napsal(a):
Yes, I found the error in dev-java/icedtea-web. Q: Should one use
JDK_HOME or JAVA_HOME in ebuilds?
i guess it doesn't matter (at least for packages that inherit
java-utils-2.eclass):
https://github.com/gentoo/gentoo/blob/master/eclass/java
Dne 15. 04. 21 v 17:56 Joakim Tjernlund napsal(a):
On Thu, 2021-04-15 at 17:21 +0200, Miroslav Šulc wrote:
Dne 15. 04. 21 v 16:34 Joakim Tjernlund napsal(a):
On Wed, 2021-04-14 at 09:45 +0200, Miroslav Šulc wrote:
in case the package does not work with java > 1.8 (still, i suggest we
fi
Dne 15. 04. 21 v 16:34 Joakim Tjernlund napsal(a):
On Wed, 2021-04-14 at 09:45 +0200, Miroslav Šulc wrote:
in case the package does not work with java > 1.8 (still, i suggest we
first try to resolve the issue before we use this restriction as it
might cause some issues in the future)
virt
# Miroslav Šulc (2021-04-14)
# java libraries not used by any other package,
# masked for removal
dev-java/odfdom
dev-java/saaj
ge/profile/package.use.mask/multi:dev-java/openjdk:11 -gentoo-vm
/etc/portage/profile/package.use.mask/multi:dev-java/openjdk-bin:11
-gentoo-vm
fordfrog
Dne 14. 04. 21 v 9:45 Miroslav Šulc napsal(a):
hi guys,
we're still far from unmasking java 11 on gentoo, but i hope it will
happen, one
hi guys,
we're still far from unmasking java 11 on gentoo, but i hope it will
happen, one day (or another...). currently there is one issue across the
whole gentoo tree that is a sure blocker and could and should be easily
resolved. as java 11 does not compile bytecode older than 1.6,
everyth
# Miroslav Šulc (2021-04-06)
# Last release of dev-java/cal10n in 2013, no consumer
# in the tree except dev-java/slf4j-ext which is not
# needed by any package aswell. Removal in 30 days.
dev-java/cal10n
dev-java/slf4j-ext
# Miroslav Šulc (2021-01-09)
# media-sound/patchage used to depend on it but the dependency
# has been dropped in v1.0.0. There are no other packages in the tree
# depending on it. Also having issues compiling it. Removal in 30 days.
media-libs/raul
d-off-by: Miroslav Šulc
commit faa407032918b43fafe7d4e1de85dde4d30ba4f2
Author: Zhang Zongyu
Date: Wed Aug 26 00:30:09 2020 +0800
java-pkg-simple.eclass and java-utils-2.eclass: features and
enhancements
1) support java resources
2) support java main class and launcher
3) ena
# Miroslav Šulc (2020-08-29)
# Upstream has version 1.1.2, but only for Windows,
# sources are gone. Removal in 30 days.
media-sound/traverso
hi all,
jfyi, i'm going to commit these changes to the main tree at the end of
the weekend if there are no objections. (i've been mentoring this
project.) we have some other work that depends on these patches so i'd
like to see it in the main tree as soon as possible.
regards.
fordfrog
Dn
# Miroslav Šulc (2020-08-22)
# SLV2 has been replaced by Lilv. The latest and final version
# of SLV2 is 0.6.6, released on May 26, 2009.
# Removal in 30 days. Bug #735380.
media-libs/slv2
Dne 18. 08. 20 v 19:06 Joonas Niilola napsal(a):
On 8/18/20 7:30 PM, Miroslav Šulc wrote:
hi,
how would be handled cases where you and me agreed that you will take
care of pull requests on behalf of sound@ and proaudio@? and what if a
package is maintained by multiple maintainers or even some
Dne 18. 08. 20 v 19:10 Joonas Niilola napsal(a):
On 8/18/20 8:06 PM, Joonas Niilola wrote:
So I think it's just simplest to enable it per-user per-project basis.
We can all edit Project: pages, toggling the flag. If you're willing to
look and merge sound@ PRs, you enable it for Sound project. Ho
hi,
how would be handled cases where you and me agreed that you will take
care of pull requests on behalf of sound@ and proaudio@? and what if a
package is maintained by multiple maintainers or even some maintainers
and a project, each with a different preference? how that would be
solved to
# Miroslav Šulc (2020-08-11)
# Package dead. No consumers in the tree.
# Removal in 30 days. Bug #735518
x11-libs/flowcanvas
# Miroslav Šulc (2020-08-08)
# HOMEPAGE dead.
# Removal in 30 days. bug #736326
media-sound/tapiir
# Miroslav Šulc (2020-08-08)
# Last release in 2007, HOMEPAGE dead.
# Removal in 30 days. bug #736322
media-sound/specimen
# Miroslav Šulc (2020-08-08)
# Last release in 2010.
# Removal in 30 days. bug #736300
media-sound/jackbeat
i'll take app-office/scribus.
miroslav
Dne 05. 08. 20 v 9:24 Michał Górny napsal(a):
Hello,
The following packages are looking for a new maintainer:
[vB] app-backup/cachedir
[vB] app-benchmarks/bootchart2
[ B] app-benchmarks/ramspeed
[ B] app-office/scribus
[vB] dev-lua/luaposix
[ b] net-anal
# Miroslav Šulc (2019-12-26)
# Deprecated by upstream, not used anymore in the tree.
# Removal in 30 days. Bug #703196.
media-libs/libclalsadrv
hi,
it's proly little bit off this topic, but why do we have to copy
homepage and description from ebuild to ebuild? wouldn't it be better to
move this information to metadata.xml and keep it just there? or does in
reality one package really have various homepages and various
descriptions for
# Miroslav Šulc (2019-12-03)
# Project does not exist anymore.
# Removal in 30 days. Bug #680452.
dev-java/balloontip
wrt bug https://bugs.gentoo.org/627440 there is a need to update java
eclasses to use correctly both current path and the new path. the
attached patch should provide that. i also attached updated ebuild with
the new path. in the patch i also removed the old "/usr/bin/..." path
which is not used
Dne 25. 09. 19 v 21:44 Michał Górny napsal(a):
On Wed, 2019-09-25 at 20:47 +0200, Miroslav Šulc wrote:
...
I don't think you need two branches here. Non-array variable is
equivalent to an array with a single element for the purpose of [@], so
your 'for' loop will work correct
1 - 100 of 120 matches
Mail list logo