commit:     891c276cc8d3f2e1267cd89781536a54d9040bf0
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Thu Sep  2 19:33:58 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep  4 06:00:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891c276c

sci-geosciences/josm-bin: drop old

Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/22195
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sci-geosciences/josm-bin/Manifest              |  1 -
 sci-geosciences/josm-bin/josm-bin-18004.ebuild | 31 --------------------------
 2 files changed, 32 deletions(-)

diff --git a/sci-geosciences/josm-bin/Manifest 
b/sci-geosciences/josm-bin/Manifest
index d027c833f86..9374d2f758f 100644
--- a/sci-geosciences/josm-bin/Manifest
+++ b/sci-geosciences/josm-bin/Manifest
@@ -1,3 +1,2 @@
-DIST josm-snapshot-18004.jar 15839807 BLAKE2B 
4eed4c47f9a9df0e4dcd98cbe6a00793dc87359c1adad4a03a12e7b9207e5519c7570e1d3c3ba49464adf8fc191a0dc33acdf7c39a5db1c001b044ebf2ed0ce7
 SHA512 
9b66a4e6327008e24550464bc76c710ce0a99c39fb4fd83d99705f292b5d11203b96411eebb02c9ba8bb1dc28252a26787b5d83cc4f87cd89fc6294a3b8627c4
 DIST josm-snapshot-18118.jar 16005374 BLAKE2B 
1b8d0b31adfaca4f0435719bac7258fe43bf78d078ce9cd46aa5e44bf7e4e69325f8675eede6f56ea0305bad57102bf5565a5ef38ca1b29b5f3e1fa889aceba5
 SHA512 
18e5f06c7eb52004617df23efaef85bf784d36b301cbc78b967a5ed91b684c9bc664424282b06278a109e88e2f72424c0b89fe447a06c7bb1a00edc12c1372a4
 DIST josm-snapshot-18191.jar 16013739 BLAKE2B 
69ebf2e44d0b92b928adb3c17e5c99fd74ee305fe7d6888147a95bc62b5f33a0d4a6ff7af13e9781d8ffda36e04e237089439b00de4f329f1500d71cf8de88ff
 SHA512 
1c1d04fe21e379004eb31677887550241365f6bf306286c3cd655044dfadd36d5cea5d54a77c09bc6cb3c648c3fb927f75d800776d9d92b85c1bd318621a4479

diff --git a/sci-geosciences/josm-bin/josm-bin-18004.ebuild 
b/sci-geosciences/josm-bin/josm-bin-18004.ebuild
deleted file mode 100644
index 3d54799f8cd..00000000000
--- a/sci-geosciences/josm-bin/josm-bin-18004.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop java-utils-2 xdg
-
-DESCRIPTION="Java-based editor for the OpenStreetMap project"
-HOMEPAGE="https://josm.openstreetmap.de/";
-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"
-
-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