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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC4431382C5 for ; Sat, 12 Jun 2021 09:52:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16BF4E0844; Sat, 12 Jun 2021 09:52:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00612E0844 for ; Sat, 12 Jun 2021 09:52:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13EAA340815 for ; Sat, 12 Jun 2021 09:52:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0839797 for ; Sat, 12 Jun 2021 09:52:36 +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: <1623491544.23e2a31497e5fb28a08bc146f93dd5c99dbae466.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.2020.0.ebuild X-VCS-Directories: media-gfx/plantuml/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 23e2a31497e5fb28a08bc146f93dd5c99dbae466 X-VCS-Branch: master Date: Sat, 12 Jun 2021 09:52:36 +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: 2a33962f-92ae-4f76-9e1a-3342ec642086 X-Archives-Hash: f0b940429b6488e491924a9ff0e29a5e commit: 23e2a31497e5fb28a08bc146f93dd5c99dbae466 Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jun 12 09:52:24 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jun 12 09:52:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e2a314 media-gfx/plantuml: removed obsolete 1.2020.0 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-gfx/plantuml/Manifest | 1 - media-gfx/plantuml/plantuml-1.2020.0.ebuild | 32 ----------------------------- 2 files changed, 33 deletions(-) diff --git a/media-gfx/plantuml/Manifest b/media-gfx/plantuml/Manifest index 3b27c122a63..abd16789f93 100644 --- a/media-gfx/plantuml/Manifest +++ b/media-gfx/plantuml/Manifest @@ -1,2 +1 @@ -DIST plantuml-1.2020.0.tar.gz 4552164 BLAKE2B c78da31cffbeb0cf1a8852e53d07126c9b0dc80bf12f36f1039c806651c6802dd63456610307836207158bc871c4e2a8d9cf12a80bafa9dbde3b2be29b02f2e8 SHA512 1c3a7f735a197e5fd044547a6c48f21c2ee774d553d3de82d4931b2684a56dc4ef8af5f524e6aa4eebcb16f214620f6c99c038101d6703f03642a5b94f124fa8 DIST plantuml-1.2021.5.tar.gz 4632326 BLAKE2B 356830c8e8be3866fc8f7512d2fe07656cc21a01c6bad2dd5a01f990cc34e234be213a4402743359f528a2f018b2fa990addc25dbce9e096ccc34551d25d82e4 SHA512 b8d9868a05d79fe75671190a3a7f51a9ff018e5c659bd1144c02d5c860f96fb2a067cb802d40c2d0db7cb2268b291efc49337280154b8a43563696735be1caeb diff --git a/media-gfx/plantuml/plantuml-1.2020.0.ebuild b/media-gfx/plantuml/plantuml-1.2020.0.ebuild deleted file mode 100644 index 2e0af1c75a7..00000000000 --- a/media-gfx/plantuml/plantuml-1.2020.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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-2.26.3" - -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 -}