public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-doc/dita-ot-bin/
@ 2025-02-16 15:36 Viorel Munteanu
  0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2025-02-16 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     879879796bf55d6323e8747d77b606807cc68e04
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 15:51:03 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 15:36:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87987979

app-doc/dita-ot-bin: add 4.3

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.ebuild | 36 ++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-doc/dita-ot-bin/Manifest b/app-doc/dita-ot-bin/Manifest
index 17f2cce7abdf..a0c50d047a38 100644
--- a/app-doc/dita-ot-bin/Manifest
+++ b/app-doc/dita-ot-bin/Manifest
@@ -1,2 +1,3 @@
 DIST dita-ot-4.2.3.zip 55110433 BLAKE2B 53c4e2e7896c1b496f95b4d5dafc059c63b7b73fb63c7faefabc87500aab862c80707bc64effa52c447bbdb73e007aadbacec7ada98dade9af0e0c0300b75ba7 SHA512 a1e2684444f04d14991d39cfea6b86f49a4ae2802d5b9ffa600c2b18c6ac4efddfb68db8484d6edda5812301f281828b5d22ef3057aa343cd1ffd6d3beeaf48b
 DIST dita-ot-4.2.4.zip 55306735 BLAKE2B 8467e358873300c9c6fa24cd99cbf2481137aad02e3878820947a55c13c52ee933271e676f111d04951fc7b9cc7fbd16d7d41edb0d8b52a07eb58d75ffdde300 SHA512 81ee8963d33f92d3fa95ec458c306ff65fd646a494fb681da254106be1085daf24edaa4b0425d530c62c5e3bc41e63dd5786ed452bef79ef6fc14ace89a80ef3
+DIST dita-ot-4.3.zip 55846129 BLAKE2B b931478256e826eb651068bebaf3159e6961aaab86402f21ced8f84d69ccbc15ae528c794c3004e324601ae52a3c2e9b6bf4d6da6d47d0f927a05875f80e3dc2 SHA512 222e0b0369ba466b7e591b238679ae7e54e4207eb0dc3e40aeebeaaf291448ef55b08e303e5df3996eb4bd717e489e165f6e0b525205ec4c382c24e6fd4ad7b4

diff --git a/app-doc/dita-ot-bin/dita-ot-bin-4.3.ebuild b/app-doc/dita-ot-bin/dita-ot-bin-4.3.ebuild
new file mode 100644
index 000000000000..04bb5b9f1be4
--- /dev/null
+++ b/app-doc/dita-ot-bin/dita-ot-bin-4.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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.2.3-set-java-home.patch
+)
+
+src_install() {
+	local installpath=/opt/${MY_P}
+	local installbinpath="${installpath}"/bin
+	insinto "${installpath}"
+	doins -r config lib plugins resources
+
+	exeinto "${installbinpath}"
+	doexe bin/dita
+	dosym -r "${installbinpath}"/dita /usr/bin/dita
+
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/dita-ot-bin/
@ 2025-01-13  7:00 Viorel Munteanu
  0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2025-01-13  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2d6865a0048cc573604f24ccda4cfe42e8099e7d
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 06:56:06 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 06:59:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6865a0

app-doc/dita-ot-bin: Stabilize 4.2.3 amd64, #947352

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

 app-doc/dita-ot-bin/dita-ot-bin-4.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/dita-ot-bin/dita-ot-bin-4.2.3.ebuild b/app-doc/dita-ot-bin/dita-ot-bin-4.2.3.ebuild
index 9282e60ecec8..c0c13a0b121d 100644
--- a/app-doc/dita-ot-bin/dita-ot-bin-4.2.3.ebuild
+++ b/app-doc/dita-ot-bin/dita-ot-bin-4.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND=">=virtual/jdk-17:*"
 RDEPEND=">=virtual/jre-17:*"


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/dita-ot-bin/
@ 2024-12-16  7:37 Viorel Munteanu
  0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2024-12-16  7:37 UTC (permalink / raw
  To: gentoo-commits

commit:     955c004706a00cf12fba0e09ecd88767fef8c157
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 07:32:36 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 07:34:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955c0047

app-doc/dita-ot-bin: add 4.2.4

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.2.4.ebuild | 36 ++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-doc/dita-ot-bin/Manifest b/app-doc/dita-ot-bin/Manifest
index 7716aa74e3e0..17f2cce7abdf 100644
--- a/app-doc/dita-ot-bin/Manifest
+++ b/app-doc/dita-ot-bin/Manifest
@@ -1 +1,2 @@
 DIST dita-ot-4.2.3.zip 55110433 BLAKE2B 53c4e2e7896c1b496f95b4d5dafc059c63b7b73fb63c7faefabc87500aab862c80707bc64effa52c447bbdb73e007aadbacec7ada98dade9af0e0c0300b75ba7 SHA512 a1e2684444f04d14991d39cfea6b86f49a4ae2802d5b9ffa600c2b18c6ac4efddfb68db8484d6edda5812301f281828b5d22ef3057aa343cd1ffd6d3beeaf48b
+DIST dita-ot-4.2.4.zip 55306735 BLAKE2B 8467e358873300c9c6fa24cd99cbf2481137aad02e3878820947a55c13c52ee933271e676f111d04951fc7b9cc7fbd16d7d41edb0d8b52a07eb58d75ffdde300 SHA512 81ee8963d33f92d3fa95ec458c306ff65fd646a494fb681da254106be1085daf24edaa4b0425d530c62c5e3bc41e63dd5786ed452bef79ef6fc14ace89a80ef3

diff --git a/app-doc/dita-ot-bin/dita-ot-bin-4.2.4.ebuild b/app-doc/dita-ot-bin/dita-ot-bin-4.2.4.ebuild
new file mode 100644
index 000000000000..9282e60ecec8
--- /dev/null
+++ b/app-doc/dita-ot-bin/dita-ot-bin-4.2.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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.2.3-set-java-home.patch
+)
+
+src_install() {
+	local installpath=/opt/${MY_P}
+	local installbinpath="${installpath}"/bin
+	insinto "${installpath}"
+	doins -r config lib plugins resources
+
+	exeinto "${installbinpath}"
+	doexe bin/dita
+	dosym -r "${installbinpath}"/dita /usr/bin/dita
+
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-16 15:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-16 15:36 [gentoo-commits] repo/gentoo:master commit in: app-doc/dita-ot-bin/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2025-01-13  7:00 Viorel Munteanu
2024-12-16  7:37 Viorel Munteanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox