Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm-bin/
Date: Fri, 17 Mar 2023 09:46:29
Message-Id: 1679046295.5c956d9fb6a42e9c2874cf302b916a14dfbd7e85.flow@gentoo
1 commit: 5c956d9fb6a42e9c2874cf302b916a14dfbd7e85
2 Author: Henning Schild <henning <AT> hennsch <DOT> de>
3 AuthorDate: Fri Mar 3 15:35:20 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 09:44:55 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c956d9f
7
8 sci-geosciences/josm-bin: drop old
9
10 Signed-off-by: Henning Schild <henning <AT> hennsch.de>
11 Closes: https://github.com/gentoo/gentoo/pull/29910
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 sci-geosciences/josm-bin/Manifest | 1 -
15 sci-geosciences/josm-bin/josm-bin-18583.ebuild | 33 --------------------------
16 2 files changed, 34 deletions(-)
17
18 diff --git a/sci-geosciences/josm-bin/Manifest b/sci-geosciences/josm-bin/Manifest
19 index e24786c81862..0038f2fe679e 100644
20 --- a/sci-geosciences/josm-bin/Manifest
21 +++ b/sci-geosciences/josm-bin/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST josm-snapshot-18583.jar 16269996 BLAKE2B 1f661090db02278a05f457093ac6ff8aff060c00ead6347e283892e114ea7bf5c0a96279dd645cf97cbb45a3bf8f8919b5523cc847f52b703b19c4bfa909f463 SHA512 04cd705e745357cc6169a2d12bf7ca9b91615201976326d52dc468921ea959f281d30ff2be8eeb2fbde9e780ca588e6240538036d2cdf66b0316def28dbbf684
24 DIST josm-snapshot-18622.jar 16311954 BLAKE2B 01d033cb4105f192ef14176dca79667ef2df95a55507df47dd5d163025d7460246fcc5524133e08e9ee77ee3073dce819072470d3898620d7ed9c5eedd405a34 SHA512 7220c007b87b5128bf9a4ace9a61d2fff4a22834248c85c4b3ab96db7d364f4adc63aa2167419f2418f4c3fb1f96bd3cd6ef05727bc1c4cd46280dc161b4fbe2
25 DIST josm-snapshot-18646.jar 16326607 BLAKE2B 8735298e268f2b516f235e7368a44e638455dffc9ab5d8c07672bb2053227bb15473cd71ce1f8b08e3e3dc43ed4c240aab8a9f2b4632cf6d59a30a49a70302a6 SHA512 34fa30e7fdea179efd63c7e68617dec8c3bd3060f5cef57e93bd3cc856495a1b6f7254e84880867467fc1ff09102bbaa1e4e108d0cd8a174e327d261c68ad992
26 DIST josm-snapshot-18678.jar 16376303 BLAKE2B 9db4a9bd90e0f2deac4474462091d91505874f936fde330c6a676d4beecf029966d692bc2dadc0f2d44bfcb53d8f40a075a95d0bb4b07f6ffffb160080d88ceb SHA512 af621dab4ad5495fe895639811e6c0e24e463b1c8fbcb70c5626ca68a0b9b1a9b16a34dd746335553dd84974197ba37ab3bb9c5eee19da2209f41da94a8cc28f
27
28 diff --git a/sci-geosciences/josm-bin/josm-bin-18583.ebuild b/sci-geosciences/josm-bin/josm-bin-18583.ebuild
29 deleted file mode 100644
30 index 052c23ba1fc8..000000000000
31 --- a/sci-geosciences/josm-bin/josm-bin-18583.ebuild
32 +++ /dev/null
33 @@ -1,33 +0,0 @@
34 -# Copyright 1999-2023 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit desktop java-utils-2 xdg
40 -
41 -DESCRIPTION="Java-based editor for the OpenStreetMap project"
42 -HOMEPAGE="https://josm.openstreetmap.de/"
43 -# PV should be stable here https://josm.openstreetmap.de/wiki/StartupPage
44 -SRC_URI="https://josm.openstreetmap.de/download/josm-snapshot-${PV}.jar"
45 -S="${WORKDIR}"
46 -
47 -LICENSE="Apache-2.0 GPL-2+ GPL-3"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -
51 -RDEPEND=">=virtual/jre-1.8"
52 -BDEPEND="app-arch/unzip"
53 -
54 -src_install() {
55 - java-pkg_newjar "${DISTDIR}/${A}" ${PN}.jar
56 - java-pkg_dolauncher ${PN} --jar ${PN}.jar
57 -
58 - local icon_size
59 - for icon_size in 16 32 48; do
60 - newicon -s ${icon_size} -t hicolor \
61 - images/logo_${icon_size}x${icon_size}x32.png ${PN}.png
62 - newicon -s ${icon_size} -t locolor \
63 - images/logo_${icon_size}x${icon_size}x8.png ${PN}.png
64 - done
65 - make_desktop_entry ${PN} "Java OpenStreetMap Editor" ${PN} "Utility;Science;Geoscience"
66 -}