commit:     81e914fcd8862d7f1b7a4988380f87048f8746dc
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  2 06:54:48 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Oct  2 08:27:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e914fc

app-doc/dita-ot-bin: drop 4.3.1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-doc/dita-ot-bin/Manifest                 |  1 -
 app-doc/dita-ot-bin/dita-ot-bin-4.3.1.ebuild | 45 ----------------------------
 2 files changed, 46 deletions(-)

diff --git a/app-doc/dita-ot-bin/Manifest b/app-doc/dita-ot-bin/Manifest
index 0fcc03d4050e..0b112919f888 100644
--- a/app-doc/dita-ot-bin/Manifest
+++ b/app-doc/dita-ot-bin/Manifest
@@ -1,2 +1 @@
-DIST dita-ot-4.3.1.zip 55912642 BLAKE2B 
e5096864a2246c6d2c88c9db687e0b551d30d95cf2b3fff460c00c476c133a351d56228bd1d22e0528968839014fefe54bbbff557f5324beea3ee136b864f83a
 SHA512 
c8b06418967f66f0d5eade2d078fc419f49d40f466b5a1aba446525196be17955c24697f6fbe6d4695a3e2acb81850037a0298709febc4e0dd828ca92dac4561
 DIST dita-ot-4.3.4.zip 52850881 BLAKE2B 
424a563c2d27c3175d6f86498dd5a30afd4926754553316d0ad21929e1cbac32c8941e56520aca295f0e1777888c94c0f091503af893a5f8bedc1f48d168c50d
 SHA512 
b45a93490ee7d85f819075ea5efa11e6bafd1c7be8d41a438d472f62fea41a857f7dd83d10fc8aed93404bdd34f070d6e7a156cbbef481376f7f6fcdcabad8fb

diff --git a/app-doc/dita-ot-bin/dita-ot-bin-4.3.1.ebuild 
b/app-doc/dita-ot-bin/dita-ot-bin-4.3.1.ebuild
deleted file mode 100644
index 1b7cef94a9ca..000000000000
--- a/app-doc/dita-ot-bin/dita-ot-bin-4.3.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2
-
-MY_PN=${PN%*-bin}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Darwin Information Typing Architecture - Open Toolkit publishing 
engine"
-HOMEPAGE="https://www.dita-ot.org/ https://github.com/dita-ot/dita-ot";
-SRC_URI="https://github.com/dita-ot/dita-ot/releases/download/${PV}/${MY_P}.zip";
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-
-DEPEND=">=virtual/jdk-17:*"
-RDEPEND=">=virtual/jre-17:*"
-BDEPEND="app-arch/unzip"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-4.3-set-java-home.patch
-)
-
-src_prepare() {
-       default
-       java-pkg-2_src_prepare
-}
-
-src_install() {
-       local installpath=/opt/${MY_P}
-       local installbinpath="${installpath}"/bin
-       insinto "${installpath}"
-       doins -r config lib plugins resources
-
-       java-pkg_regjar "${installpath}"/lib/dost.jar
-
-       exeinto "${installbinpath}"
-       doexe bin/dita
-       dosym -r "${installbinpath}"/dita /usr/bin/dita
-
-       einstalldocs
-}

Reply via email to