commit: 15a3f08c8bbcdeff149ca1a82794e266c913c6d7 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Mon Feb 23 08:07:57 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Feb 26 18:15:12 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a3f08c
media-gfx/plantuml: drop 1.2025.10 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/116 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> media-gfx/plantuml/Manifest | 1 - media-gfx/plantuml/plantuml-1.2025.10.ebuild | 55 ---------------------------- 2 files changed, 56 deletions(-) diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest index 0952b3586314..6f48e50deb62 100644 --- a/media-gfx/plantuml/Manifest +++ b/media-gfx/plantuml/Manifest @@ -1,2 +1 @@ -DIST plantuml-1.2025.10.tar.gz 15949661 BLAKE2B e07811a08f86ae5b03ae0fca001e8a3cddb3d79c092384ba0269f34c0ebfdcfae186f2b6716519866516361814600d8ddd54c3ef316b4ff17a08383aa2589efb SHA512 4467e86b9a99a2e0496c6442e34e871a2a89984fa45afbdd2ed500f2c3824624c600c7f17333df9398e192cb8949b34ffb9c2f59d8c54b44cabdc2d2c7c7468b DIST plantuml-1.2026.1.tar.gz 17526671 BLAKE2B 68af787dfbea0f7d86fb17f46cfe41789b0f0239d3b6db050079a542c84a301447d34b33bc32b7432d9292c42355e1643daf45783928cb50b296d035dfc08ac9 SHA512 c81819ccd73afbdfc76b3cbee0ffce790f0779dacce087180cba8b074fa7a908f85dff07fea013dda4d760394c4ec8edf2aaeecbc2fbd3410eed6d97bf291845 diff --git a/media-gfx/plantuml/plantuml-1.2025.10.ebuild b/media-gfx/plantuml/plantuml-1.2025.10.ebuild deleted file mode 100644 index 966d2d1cb05a..000000000000 --- a/media-gfx/plantuml/plantuml-1.2025.10.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -JAVA_PKG_IUSE="doc source" -inherit java-pkg-2 java-pkg-simple desktop xdg - -DESCRIPTION="Draw UML diagrams using a simple and human readable text description" -HOMEPAGE="https://plantuml.com" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${P}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64" -IUSE="ant-task" - -# Compilation fails with openjdk-26. https://bugs.openjdk.org/browse/JDK-8359053 -# src/main/java/jcckit/util/AppletBasedConfigData.java:21: error: package java.applet does not exist -# import java.applet.Applet; -DEPEND=" - <virtual/jdk-26:* - ant-task? ( >=dev-java/ant-1.10.15:0 ) -" - -RDEPEND=" - >=virtual/jre-1.8:* - media-gfx/graphviz - ant-task? ( >=dev-java/ant-1.10.15:0 ) -" - -JAVA_AUTOMATIC_MODULE_NAME="net.sourceforge.plantuml" -JAVA_MAIN_CLASS="net.sourceforge.plantuml.Run" -JAVA_RESOURCE_DIRS="src/main/resources" -JAVA_SRC_DIR="src/main/java" - -src_prepare() { - java-pkg-2_src_prepare - - # using media-gfx/graphviz - rm -r src/main/resources/net/sourceforge/plantuml/windowsdot/graphviz.dat || die - - if use ant-task; then - # src/main/java/net/sourceforge/plantuml/ant/readme.md - JAVA_GENTOO_CLASSPATH+="ant" - else - rm src/main/java/net/sourceforge/plantuml/ant/{CheckZip,PlantUml}Task.java || die - fi -} - -src_install() { - java-pkg-simple_src_install - make_desktop_entry plantuml -}
