From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/
Date: Sat, 18 Jan 2025 09:10:42 +0000 (UTC) [thread overview]
Message-ID: <1737191440.89a99598c94452342eaac9b6257ed3c15dd238db.fordfrog@gentoo> (raw)
commit: 89a99598c94452342eaac9b6257ed3c15dd238db
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Jan 17 09:05:21 2025 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 09:10:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a99598
media-gfx/plantuml: add 1.2025.0
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/40172
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-gfx/plantuml/Manifest | 1 +
media-gfx/plantuml/plantuml-1.2025.0.ebuild | 50 +++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest
index 845974968b5c..3e01423bfe47 100644
--- a/media-gfx/plantuml/Manifest
+++ b/media-gfx/plantuml/Manifest
@@ -1 +1,2 @@
DIST plantuml-1.2024.8.tar.gz 12543887 BLAKE2B 719602cb8f21e5908fea32778257f0fca830746796e0130bd76f48dc7c829a528d2d0bf8b6f1a0a4ab4fc73c60e8c0b37559108f4afbaf5994597207e6497df2 SHA512 32ee9cb80171ee467b68fe98ca74a3a084bd64410de34d50c79cb40ca972d6092b9c65e0e6ee96647393fa44f152e2ecd3bdafc3f22010afbe73630573996b64
+DIST plantuml-1.2025.0.tar.gz 12278815 BLAKE2B e4ae5b7f76294f060d6a598b6e145bb97af3e37127bcea64cf812d6072e946153de564ddb4d3985f7923fd7584911f08016cee79e26fd48dbf822b385e761b52 SHA512 cdae9effb752af43df913eef21d5c575fa803786d2afeb06732870a36a8a7c71204a8a24817640d9cc99e6361d8cae34a7490bb2a8e5ae034ee31edc1d51afb2
diff --git a/media-gfx/plantuml/plantuml-1.2025.0.ebuild b/media-gfx/plantuml/plantuml-1.2025.0.ebuild
new file mode 100644
index 000000000000..d8529060072a
--- /dev/null
+++ b/media-gfx/plantuml/plantuml-1.2025.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2025 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"
+
+DEPEND=">=virtual/jdk-1.8:*
+ ant-task? ( >=dev-java/ant-1.10.14-r3:0 )"
+RDEPEND=">=virtual/jre-1.8:*
+ media-gfx/graphviz
+ ant-task? ( >=dev-java/ant-1.10.14-r3:0 )"
+
+JAVA_AUTOMATIC_MODULE_NAME="net.sourceforge.plantuml"
+JAVA_MAIN_CLASS="net.sourceforge.plantuml.Run"
+JAVA_RESOURCE_DIRS="res"
+JAVA_SRC_DIR="src"
+
+src_prepare() {
+ java-pkg-2_src_prepare
+ if use ant-task; then
+ # src/net/sourceforge/plantuml/ant/readme.md
+ JAVA_GENTOO_CLASSPATH+="ant"
+ else
+ rm src/net/sourceforge/plantuml/ant/{CheckZip,PlantUml}Task.java || die
+ fi
+
+ # java-pkg-simple wants resources in a separate directory
+ cp -r src res || die
+ cp -r skin stdlib svg themes res || die
+ find res -type f \( -name '*.java' -o -iname 'readme.md' \
+ -o -name '*.ttf' -o -name '*.html' -o -name 'data.txt' \
+ -o -name '.editorconfig' \) -exec rm -rf {} + || die
+}
+
+src_install() {
+ java-pkg-simple_src_install
+ make_desktop_entry plantuml
+}
next reply other threads:[~2025-01-18 9:10 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-18 9:10 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-18 17:24 [gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/ Miroslav Šulc
2025-02-17 9:57 Sam James
2024-12-23 6:04 Miroslav Šulc
2024-12-22 18:51 Sam James
2024-11-22 7:53 Miroslav Šulc
2024-10-25 7:59 Miroslav Šulc
2024-10-25 5:46 Arthur Zamarin
2024-10-17 15:32 Arthur Zamarin
2024-10-02 9:04 Miroslav Šulc
2024-10-01 23:32 Sam James
2024-09-25 7:02 Miroslav Šulc
2024-09-03 8:29 Miroslav Šulc
2024-06-29 9:50 Miroslav Šulc
2024-06-28 15:38 Sam James
2024-05-29 9:43 Miroslav Šulc
2024-05-27 6:39 Miroslav Šulc
2024-05-25 9:23 Miroslav Šulc
2024-05-25 0:49 Sam James
2024-05-08 9:05 Miroslav Šulc
2024-05-07 10:05 Sam James
2024-04-25 11:55 Miroslav Šulc
2024-04-07 8:31 Miroslav Šulc
2024-03-22 8:43 Miroslav Šulc
2024-03-22 6:14 Arthur Zamarin
2024-02-17 11:53 Miroslav Šulc
2024-02-16 12:57 Miroslav Šulc
2024-02-13 8:26 Miroslav Šulc
2024-02-12 10:22 Sam James
2024-02-09 8:22 Miroslav Šulc
2024-02-02 15:15 Miroslav Šulc
2024-01-12 13:35 Miroslav Šulc
2024-01-12 13:35 Miroslav Šulc
2022-09-25 3:19 Miroslav Šulc
2022-09-25 1:18 Sam James
2022-08-24 3:20 Miroslav Šulc
2022-07-26 4:10 Miroslav Šulc
2022-07-25 7:07 Agostino Sarubbo
2022-06-23 4:09 Miroslav Šulc
2022-06-01 5:53 Miroslav Šulc
2022-05-31 7:07 Jakov Smolić
2022-05-11 12:33 Miroslav Šulc
2022-05-11 9:33 Jakov Smolić
2022-05-01 5:26 Miroslav Šulc
2022-05-01 5:11 Miroslav Šulc
2022-04-30 19:09 Sam James
2022-04-15 6:34 Miroslav Šulc
2022-04-14 19:36 Jakov Smolić
2022-04-10 8:38 Miroslav Šulc
2022-03-30 6:37 Miroslav Šulc
2022-03-15 9:50 Miroslav Šulc
2022-03-15 9:38 Jakov Smolić
2022-03-14 8:27 Miroslav Šulc
2022-02-12 15:19 Miroslav Šulc
2022-02-12 11:38 Jakov Smolić
2022-02-02 8:34 Miroslav Šulc
2022-01-12 9:46 Miroslav Šulc
2022-01-09 21:46 Miroslav Šulc
2022-01-09 20:35 Jakov Smolić
2022-01-04 8:11 Miroslav Šulc
2022-01-03 18:21 Miroslav Šulc
2022-01-03 9:19 Sam James
2021-12-14 8:05 Miroslav Šulc
2021-12-14 8:00 Jakov Smolić
2021-12-09 9:07 Miroslav Šulc
2021-12-04 8:58 Miroslav Šulc
2021-12-03 15:58 Sam James
2021-12-03 9:57 Miroslav Šulc
2021-11-13 9:04 Miroslav Šulc
2021-11-08 11:22 Miroslav Šulc
2021-11-08 10:01 Jakov Smolić
2021-11-03 6:28 Miroslav Šulc
2021-10-08 18:46 Miroslav Šulc
2021-06-12 9:52 Miroslav Šulc
2021-06-12 3:29 Sam James
2021-05-12 6:17 Miroslav Šulc
2020-07-21 1:36 Aaron Bauman
2020-02-18 8:52 Miroslav Šulc
2020-02-17 12:13 Agostino Sarubbo
2020-01-17 10:14 Miroslav Šulc
2020-01-17 9:29 Agostino Sarubbo
2020-01-16 23:44 Miroslav Šulc
2019-12-17 12:46 Miroslav Šulc
2019-12-17 12:46 Miroslav Šulc
2019-04-09 21:17 Mikle Kolyada
2016-08-06 10:05 James Le Cuirot
2016-08-06 9:39 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1737191440.89a99598c94452342eaac9b6257ed3c15dd238db.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox