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 F1AAE1581D3 for ; Wed, 29 May 2024 09:43:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A248E2A2C; Wed, 29 May 2024 09:43:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 16620E2A2C for ; Wed, 29 May 2024 09:43:56 +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 006A3340943 for ; Wed, 29 May 2024 09:43:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 372FDE21 for ; Wed, 29 May 2024 09:43:53 +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: <1716975803.9bcf24d877ec85a65b69d1780c5f38f92e0dc0fe.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/plantuml/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/plantuml/plantuml-1.2024.4-r1.ebuild media-gfx/plantuml/plantuml-1.2024.4-r2.ebuild media-gfx/plantuml/plantuml-1.2024.5-r1.ebuild media-gfx/plantuml/plantuml-1.2024.5.ebuild X-VCS-Directories: media-gfx/plantuml/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9bcf24d877ec85a65b69d1780c5f38f92e0dc0fe X-VCS-Branch: master Date: Wed, 29 May 2024 09:43:53 +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: 217a2cfc-f58b-4404-bcad-3eda421169ff X-Archives-Hash: 9feecb57fe5f48a51ca43fd6539ecfb2 commit: 9bcf24d877ec85a65b69d1780c5f38f92e0dc0fe Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon May 27 12:16:25 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed May 29 09:43:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bcf24d8 media-gfx/plantuml: drop non-existing PlantUML icon Closes: https://bugs.gentoo.org/930373 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/36840 Signed-off-by: Miroslav Šulc gentoo.org> .../{plantuml-1.2024.4-r1.ebuild => plantuml-1.2024.4-r2.ebuild} | 2 +- .../plantuml/{plantuml-1.2024.5.ebuild => plantuml-1.2024.5-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/plantuml/plantuml-1.2024.4-r1.ebuild b/media-gfx/plantuml/plantuml-1.2024.4-r2.ebuild similarity index 96% rename from media-gfx/plantuml/plantuml-1.2024.4-r1.ebuild rename to media-gfx/plantuml/plantuml-1.2024.4-r2.ebuild index 2d61eda74610..5b477e59c727 100644 --- a/media-gfx/plantuml/plantuml-1.2024.4-r1.ebuild +++ b/media-gfx/plantuml/plantuml-1.2024.4-r2.ebuild @@ -39,5 +39,5 @@ src_prepare() { src_install() { java-pkg-simple_src_install - make_desktop_entry plantuml PlantUML + make_desktop_entry plantuml } diff --git a/media-gfx/plantuml/plantuml-1.2024.5.ebuild b/media-gfx/plantuml/plantuml-1.2024.5-r1.ebuild similarity index 97% rename from media-gfx/plantuml/plantuml-1.2024.5.ebuild rename to media-gfx/plantuml/plantuml-1.2024.5-r1.ebuild index 04cef1a18f85..eafb36810423 100644 --- a/media-gfx/plantuml/plantuml-1.2024.5.ebuild +++ b/media-gfx/plantuml/plantuml-1.2024.5-r1.ebuild @@ -46,5 +46,5 @@ src_prepare() { src_install() { java-pkg-simple_src_install - make_desktop_entry plantuml PlantUML + make_desktop_entry plantuml }