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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E996A158087 for ; Wed, 12 Jan 2022 09:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB2532BC008; Wed, 12 Jan 2022 09:46:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 609002BC008 for ; Wed, 12 Jan 2022 09:46:14 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3CD6C343234 for ; Wed, 12 Jan 2022 09:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A73E6268 for ; Wed, 12 Jan 2022 09:46:11 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1641980766.4a91bbc3a8db8636e50ab2b9eeef0936f2c30c0c.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/plantuml/Manifest media-gfx/plantuml/plantuml-1.2022.0.ebuild X-VCS-Directories: media-gfx/plantuml/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 4a91bbc3a8db8636e50ab2b9eeef0936f2c30c0c X-VCS-Branch: master Date: Wed, 12 Jan 2022 09:46:11 +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: 2032bbb3-6980-41f4-b7fb-1a6bd7e94788 X-Archives-Hash: 65ff41f847b09509243bd038d1e97379 commit: 4a91bbc3a8db8636e50ab2b9eeef0936f2c30c0c Author: Miroslav Šulc gentoo org> AuthorDate: Wed Jan 12 09:46:06 2022 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Jan 12 09:46:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a91bbc3 media-gfx/plantuml: bump to 1.2022.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-gfx/plantuml/Manifest | 1 + media-gfx/plantuml/plantuml-1.2022.0.ebuild | 33 +++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest index dfafd31e5e78..d369d0bd06a1 100644 --- a/media-gfx/plantuml/Manifest +++ b/media-gfx/plantuml/Manifest @@ -1 +1,2 @@ DIST plantuml-1.2021.16.tar.gz 5378332 BLAKE2B 717ada64ab3664eb790089520ed70106f45eb82186bd26471dcbc732ca0edf6df6d9e55598810c7b208ac5be5efd69452d48f1553b8cd13275ee7d4f0778b603 SHA512 70a0bd0453ed2457fc16a7544a82b53d45e42d3d3fe3d647e1f1509a25135b9adf3fbee70a8e64394829fc941cd5beb66494d8281431fdfe0595cdf2450cc1ec +DIST plantuml-1.2022.0.tar.gz 5384395 BLAKE2B d6eae1d247aaded608d4e70e8eb97c242d95deb231d596c3069c695429345081dcad95436100b70dcccfa6bdfb2ad890009d2429d80d2f971df87de3e3cf6b95 SHA512 8fdead5696e6ddceb947a2d67aad4dce5d82511b795c5f5a5196fe8d7abc7c7de72f56d2982c82a3b784139dccaec53de7510f757eda758ab5f300b440a278b1 diff --git a/media-gfx/plantuml/plantuml-1.2022.0.ebuild b/media-gfx/plantuml/plantuml-1.2022.0.ebuild new file mode 100644 index 000000000000..c1ad0e0aaa4f --- /dev/null +++ b/media-gfx/plantuml/plantuml-1.2022.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="source" +inherit java-pkg-2 java-ant-2 desktop xdg + +DESCRIPTION="Draw UML diagrams using a simple and human readable text description" +HOMEPAGE="https://plantuml.com" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=virtual/jdk-1.8:*" + +RDEPEND=" + >=virtual/jre-1.8:* + dev-java/ant-core:0 + media-gfx/graphviz" + +EANT_BUILD_TARGET="dist" +EANT_GENTOO_CLASSPATH="ant-core" +JAVA_ANT_REWRITE_CLASSPATH="true" + +src_install() { + java-pkg_dojar ${PN}.jar + java-pkg_dolauncher ${PN} --jar ${PN}.jar + use source && java-pkg_dosrc src/* + + make_desktop_entry plantuml PlantUML +}