commit:     489a5b655d04961e1bca46619158d1c2b58fc8d1
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Fri Apr  5 21:52:25 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 07:07:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489a5b65

sci-geosciences/josm-bin: drop old

Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/36127
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 sci-geosciences/josm-bin/Manifest              |  1 -
 sci-geosciences/josm-bin/josm-bin-18940.ebuild | 33 --------------------------
 2 files changed, 34 deletions(-)

diff --git a/sci-geosciences/josm-bin/Manifest 
b/sci-geosciences/josm-bin/Manifest
index f87ed9d7280f..9aa812c45ae9 100644
--- a/sci-geosciences/josm-bin/Manifest
+++ b/sci-geosciences/josm-bin/Manifest
@@ -1,3 +1,2 @@
-DIST josm-snapshot-18940.jar 16847223 BLAKE2B 
5412fed01c5452440669f05169a2ee90796a549635a1cacbb5f859decebf3de6235dfd6c2624cb3cf5602fbb7e475703f13feb9b4edce07fa40bffddc8b73b3e
 SHA512 
0d9f19a3d4cc2d944443973508464db48f02dad15a55277669c328c79187481c58d40b0bd2ff82328c983f235d211c2b08d39a6e7e98d9a0c30a68db9e03dfe1
 DIST josm-snapshot-18969.jar 16856669 BLAKE2B 
9ef29900ff07fa150eb1d53e4884aae785328c904bf789dfd3b56903694f5fecd0a61c012db11903615b1a5f46bf82bfd3694e3bdf04a713b141cd2b9c2ea80c
 SHA512 
495477d7a8162531557e20098862182ab9be765741ad05cc8d5ff9e101baa64d11783d4c7480bcafc3c3356c9e471ec6b2116a6a10fe76429f690135495db18c
 DIST josm-snapshot-19017.jar 16761531 BLAKE2B 
8789b5aa4c1de250523d065a8c7d788d26bbc597c5a381065093c547a97ecdfb4386b51aed02ca77747139cbdeff5ad99c04b1e08eba592f18301204003d038e
 SHA512 
6beaa0e10e6682124be9434034ac6610d2ad9c3bd9c8e0f46982e21344f8ac95868d020bb383462984875272291889d0ab3a802349e1cfcdee482a8dd8940c0c

diff --git a/sci-geosciences/josm-bin/josm-bin-18940.ebuild 
b/sci-geosciences/josm-bin/josm-bin-18940.ebuild
deleted file mode 100644
index 17a8c3c1a10f..000000000000
--- a/sci-geosciences/josm-bin/josm-bin-18940.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop java-utils-2 xdg
-
-DESCRIPTION="Java-based editor for the OpenStreetMap project"
-HOMEPAGE="https://josm.openstreetmap.de/";
-# PV should be stable here https://josm.openstreetmap.de/wiki/StartupPage
-SRC_URI="https://josm.openstreetmap.de/download/josm-snapshot-${PV}.jar";
-S="${WORKDIR}"
-
-LICENSE="Apache-2.0 GPL-2+ GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.8"
-BDEPEND="app-arch/unzip"
-
-src_install() {
-       java-pkg_newjar "${DISTDIR}/${A}" ${PN}.jar
-       java-pkg_dolauncher ${PN} --jar ${PN}.jar
-
-       local icon_size
-       for icon_size in 16 32 48; do
-               newicon -s ${icon_size} -t hicolor \
-                       images/logo_${icon_size}x${icon_size}x32.png ${PN}.png
-               newicon -s ${icon_size} -t locolor \
-                       images/logo_${icon_size}x${icon_size}x8.png ${PN}.png
-       done
-       make_desktop_entry ${PN} "Java OpenStreetMap Editor" ${PN} 
"Utility;Science;Geoscience"
-}

Reply via email to