From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 177CE15802C for ; Mon, 16 Dec 2024 07:37:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18C24E09C3; Mon, 16 Dec 2024 07:37:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF9D2E09C3 for ; Mon, 16 Dec 2024 07:37:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09680340C15 for ; Mon, 16 Dec 2024 07:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F0E21D95 for ; Mon, 16 Dec 2024 07:37:03 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1734334483.955c004706a00cf12fba0e09ecd88767fef8c157.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/dita-ot-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/dita-ot-bin/Manifest app-doc/dita-ot-bin/dita-ot-bin-4.2.4.ebuild X-VCS-Directories: app-doc/dita-ot-bin/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 955c004706a00cf12fba0e09ecd88767fef8c157 X-VCS-Branch: master Date: Mon, 16 Dec 2024 07:37:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb4c8f2a-0546-4423-b82f-af2346da50b1 X-Archives-Hash: fd3c2a6585644832d9a363de85d438f1 commit: 955c004706a00cf12fba0e09ecd88767fef8c157 Author: Viorel Munteanu gentoo org> AuthorDate: Mon Dec 16 07:32:36 2024 +0000 Commit: Viorel Munteanu gentoo 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 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 +}