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 BD847158003 for ; Sat, 19 Mar 2022 20:59:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8E94E08BF; Sat, 19 Mar 2022 20:59:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E899E08BB for ; Sat, 19 Mar 2022 20:59:09 +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 7714C343877 for ; Sat, 19 Mar 2022 20:59:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A40AF315 for ; Sat, 19 Mar 2022 20:59:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647722572.2e75185e3301e3e81b47c11b189d988ac1faf944.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/argouml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/argouml/argouml-0.34-r1.ebuild dev-util/argouml/metadata.xml X-VCS-Directories: dev-util/argouml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e75185e3301e3e81b47c11b189d988ac1faf944 X-VCS-Branch: master Date: Sat, 19 Mar 2022 20:59:06 +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: ee848863-158e-46b0-932f-b0df29dd8bf1 X-Archives-Hash: d0abb9dc47a98b6d2a2585a3ca5f40e8 commit: 2e75185e3301e3e81b47c11b189d988ac1faf944 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sat Mar 19 12:42:30 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 19 20:42:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e75185e dev-util/argouml: EAPI 8, HOMEPAGE, remote-id Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24662 Signed-off-by: Sam James gentoo.org> dev-util/argouml/argouml-0.34-r1.ebuild | 62 +++++++++++++++++++++++++++++++++ dev-util/argouml/metadata.xml | 11 +++--- 2 files changed, 69 insertions(+), 4 deletions(-) diff --git a/dev-util/argouml/argouml-0.34-r1.ebuild b/dev-util/argouml/argouml-0.34-r1.ebuild new file mode 100644 index 000000000000..1ed077a3de26 --- /dev/null +++ b/dev-util/argouml/argouml-0.34-r1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop xdg-utils java-pkg-2 + +DESCRIPTION="Modelling tool that helps you do your design using UML" +HOMEPAGE="https://argouml-tigris-org.github.io/" +BASE_URI="http://argouml-downloads.tigris.org/nonav/${P}" +SRC_URI="${BASE_URI}/ArgoUML-${PV}.tar.gz + http://argouml-downloads.tigris.org/nonav/argouml-db-1.0/dbuml-module-1.0.4.zip + doc? ( + ${BASE_URI}/manual-${PV}.pdf + ${BASE_URI}/quickguide-${PV}.pdf + )" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="doc" + +RDEPEND=">=virtual/jre-1.8:*" +BDEPEND="app-arch/unzip" + +S="${WORKDIR}" + +src_compile() { :; } + +src_install() { + java-pkg_jarinto /opt/${PN}/lib + java-pkg_dojar ${P}/*.jar + + java-pkg_jarinto /opt/${PN}/lib/ext + java-pkg_dojar ${P}/ext/*.jar release/ext/*.jar + + java-pkg_dolauncher ${PN} --main org.argouml.application.Main + + dodoc ${P}/README.txt + + if use doc; then + find release/ \( -name Thumbs.db -o -name filelist.xml \) \ + -delete || die + HTML_DOCS=( release/{Readme.htm,www} ) + DOCS=( + "${DISTDIR}"/manual-${PV}.pdf + "${DISTDIR}"/quickguide-${PV}.pdf + ) + einstalldocs + fi + + newicon ${P}/icon/ArgoIcon128x128.png ${PN}.png || die + make_desktop_entry ${PN} "ArgoUML" +} + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +} diff --git a/dev-util/argouml/metadata.xml b/dev-util/argouml/metadata.xml index 6021501589e0..79e2171e6d44 100644 --- a/dev-util/argouml/metadata.xml +++ b/dev-util/argouml/metadata.xml @@ -1,8 +1,11 @@ - - java@gentoo.org - Java - + + java@gentoo.org + Java + + + argouml-tigris-org/argouml +