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: Tue, 03 Jan 2023 13:01:53
Message-Id: 1672750840.53930d004a813f41314ee63104e10ef6eec2fb6e.flow@gentoo
1 commit: 53930d004a813f41314ee63104e10ef6eec2fb6e
2 Author: Henning Schild <henning <AT> hennsch <DOT> de>
3 AuthorDate: Mon Jan 2 12:11:53 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 13:00:40 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53930d00
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/28936
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 sci-geosciences/josm-bin/Manifest | 2 --
15 sci-geosciences/josm-bin/josm-bin-18513.ebuild | 32 -------------------------
16 sci-geosciences/josm-bin/josm-bin-18570.ebuild | 33 --------------------------
17 3 files changed, 67 deletions(-)
18
19 diff --git a/sci-geosciences/josm-bin/Manifest b/sci-geosciences/josm-bin/Manifest
20 index 2d1ff565ff23..458e7270505e 100644
21 --- a/sci-geosciences/josm-bin/Manifest
22 +++ b/sci-geosciences/josm-bin/Manifest
23 @@ -1,5 +1,3 @@
24 DIST josm-snapshot-18463.jar 16273803 BLAKE2B 043121ca1e7512207608dfaa549a53d70532a6844028f2fb2554fc187e41f4220a5aec9032c734356f6f1f42478c5bdb74d7498a9c45929daa430e89ba61c64f SHA512 46152f16a3a019d9231a27f584e5bd8b5865c01e2a9bf94179c81c69fd32fcf532b6d02222e41bf431c3981a0bf375ce7be17551b3c2d7fb0734671bc4e59071
25 -DIST josm-snapshot-18513.jar 16216859 BLAKE2B e8b941f5e725170c03650cf8319dc92d6484c21d9138827134caeab790ba251ad5ba820398027fdf136ef7c22f4e97fd2989f49390544464e8c763fdb6fc7411 SHA512 a4772803aaa2194a0e8563c08ba81ce9cc0caf719003dcfb07d558b0036c0b59a7367f6182c111a03153e17838e8624e464897145fa6b7815620d68dfb94bd36
26 -DIST josm-snapshot-18570.jar 16252476 BLAKE2B e69965a4075fd26921b2624668eca70b082660d376112d664eb55ee7c4cb1a9962b9a711120a24f4cabdafc7e6d4e8ab04c77d907d13a08f25156868b188ca11 SHA512 98a32266ba195b8a83701b17db900b19054fd0877d0ea1d92fccfc8f76a1c813359b2bfb7344554b2db39d56e0b700a74fd7e35e5817ea0ecacf37f472ccd3a2
27 DIST josm-snapshot-18583.jar 16269996 BLAKE2B 1f661090db02278a05f457093ac6ff8aff060c00ead6347e283892e114ea7bf5c0a96279dd645cf97cbb45a3bf8f8919b5523cc847f52b703b19c4bfa909f463 SHA512 04cd705e745357cc6169a2d12bf7ca9b91615201976326d52dc468921ea959f281d30ff2be8eeb2fbde9e780ca588e6240538036d2cdf66b0316def28dbbf684
28 DIST josm-snapshot-18621.jar 16311452 BLAKE2B c462434be5bd664cb1799179183c4a185b1ca77fc49d773b83f8fc0ab68ccdf6d6a78c76bfd51bffdccffed86d2629b80d9a200b5929424a36c02ade53599630 SHA512 bc78931481bf011423dbef2271df16a0f286285cbdc8ef8bd9300399449b8d9837a18cf66c7cd6c238048f7ef513f24cf83d265e7e7edd0f38bd21d0d2efefaf
29
30 diff --git a/sci-geosciences/josm-bin/josm-bin-18513.ebuild b/sci-geosciences/josm-bin/josm-bin-18513.ebuild
31 deleted file mode 100644
32 index 3a5ff50d232a..000000000000
33 --- a/sci-geosciences/josm-bin/josm-bin-18513.ebuild
34 +++ /dev/null
35 @@ -1,32 +0,0 @@
36 -# Copyright 1999-2022 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -inherit desktop java-utils-2 xdg
42 -
43 -DESCRIPTION="Java-based editor for the OpenStreetMap project"
44 -HOMEPAGE="https://josm.openstreetmap.de/"
45 -SRC_URI="https://josm.openstreetmap.de/download/josm-snapshot-${PV}.jar"
46 -S="${WORKDIR}"
47 -
48 -LICENSE="Apache-2.0 GPL-2+ GPL-3"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -
52 -RDEPEND=">=virtual/jre-1.8"
53 -BDEPEND="app-arch/unzip"
54 -
55 -src_install() {
56 - java-pkg_newjar "${DISTDIR}/${A}" ${PN}.jar
57 - java-pkg_dolauncher ${PN} --jar ${PN}.jar
58 -
59 - local icon_size
60 - for icon_size in 16 32 48; do
61 - newicon -s ${icon_size} -t hicolor \
62 - images/logo_${icon_size}x${icon_size}x32.png ${PN}.png
63 - newicon -s ${icon_size} -t locolor \
64 - images/logo_${icon_size}x${icon_size}x8.png ${PN}.png
65 - done
66 - make_desktop_entry ${PN} "Java OpenStreetMap Editor" ${PN} "Utility;Science;Geoscience"
67 -}
68
69 diff --git a/sci-geosciences/josm-bin/josm-bin-18570.ebuild b/sci-geosciences/josm-bin/josm-bin-18570.ebuild
70 deleted file mode 100644
71 index 613ce5d3b132..000000000000
72 --- a/sci-geosciences/josm-bin/josm-bin-18570.ebuild
73 +++ /dev/null
74 @@ -1,33 +0,0 @@
75 -# Copyright 1999-2022 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=7
79 -
80 -inherit desktop java-utils-2 xdg
81 -
82 -DESCRIPTION="Java-based editor for the OpenStreetMap project"
83 -HOMEPAGE="https://josm.openstreetmap.de/"
84 -# PV should be stable here https://josm.openstreetmap.de/wiki/StartupPage
85 -SRC_URI="https://josm.openstreetmap.de/download/josm-snapshot-${PV}.jar"
86 -S="${WORKDIR}"
87 -
88 -LICENSE="Apache-2.0 GPL-2+ GPL-3"
89 -SLOT="0"
90 -KEYWORDS="~amd64 ~x86"
91 -
92 -RDEPEND=">=virtual/jre-1.8"
93 -BDEPEND="app-arch/unzip"
94 -
95 -src_install() {
96 - java-pkg_newjar "${DISTDIR}/${A}" ${PN}.jar
97 - java-pkg_dolauncher ${PN} --jar ${PN}.jar
98 -
99 - local icon_size
100 - for icon_size in 16 32 48; do
101 - newicon -s ${icon_size} -t hicolor \
102 - images/logo_${icon_size}x${icon_size}x32.png ${PN}.png
103 - newicon -s ${icon_size} -t locolor \
104 - images/logo_${icon_size}x${icon_size}x8.png ${PN}.png
105 - done
106 - make_desktop_entry ${PN} "Java OpenStreetMap Editor" ${PN} "Utility;Science;Geoscience"
107 -}