summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Schild <henning@hennsch.de>2021-09-07 21:54:42 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-09-10 10:22:25 +0300
commit79c572568b9644e109d9ac4f2f759545ae4c0438 (patch)
treec2aad9fceed4fea82284e0046a3d0d433c12fc01 /sci-geosciences/josm-bin/josm-bin-18118.ebuild
parentsci-geosciences/josm-bin: version bump to 18193 (diff)
downloadgentoo-79c572568b9644e109d9ac4f2f759545ae4c0438.tar.gz
gentoo-79c572568b9644e109d9ac4f2f759545ae4c0438.tar.bz2
gentoo-79c572568b9644e109d9ac4f2f759545ae4c0438.zip
sci-geosciences/josm-bin: drop old
Signed-off-by: Henning Schild <henning@hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/22240 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-geosciences/josm-bin/josm-bin-18118.ebuild')
-rw-r--r--sci-geosciences/josm-bin/josm-bin-18118.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-geosciences/josm-bin/josm-bin-18118.ebuild b/sci-geosciences/josm-bin/josm-bin-18118.ebuild
deleted file mode 100644
index 3d54799f8cdc..000000000000
--- a/sci-geosciences/josm-bin/josm-bin-18118.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"
-}