public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm-bin/
Date: Wed, 18 Oct 2023 12:50:28 +0000 (UTC)	[thread overview]
Message-ID: <1697633400.329ddaf4b47dca37fa1605d0ccddf03173519757.flow@gentoo> (raw)

commit:     329ddaf4b47dca37fa1605d0ccddf03173519757
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Tue Oct 17 08:04:41 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 12:50:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329ddaf4

sci-geosciences/josm-bin: drop old

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

 sci-geosciences/josm-bin/Manifest              |  2 --
 sci-geosciences/josm-bin/josm-bin-18721.ebuild | 33 --------------------------
 sci-geosciences/josm-bin/josm-bin-18746.ebuild | 33 --------------------------
 3 files changed, 68 deletions(-)

diff --git a/sci-geosciences/josm-bin/Manifest b/sci-geosciences/josm-bin/Manifest
index 11ebcfc4dbd5..4fecc0a68ab7 100644
--- a/sci-geosciences/josm-bin/Manifest
+++ b/sci-geosciences/josm-bin/Manifest
@@ -1,4 +1,2 @@
-DIST josm-snapshot-18721.jar 16460468 BLAKE2B 6c5e86b31691a366211ea93e3094a8650ac6e2b42f4f72883ffc17819108cf717f1b29f2918788acfe07aae946f57b4b88be637069fc97b830af067de9a69de1 SHA512 53244e668d5269e8c20a0efadab9ab7ab665f40f1e02366e3491b3dac9ff1595a2a10ba34e063f56bef1c8e3c450abd237f6c02218484817960e8dfd7959db41
-DIST josm-snapshot-18746.jar 16627046 BLAKE2B b3c846229f9ff9087fcb69e03dffcd392a9d56c5de2462134ce090c587f0ed638d8b2e95de4b60d18b2e564ec8b2edafd983aaea311f6f33f7449a8ad052910b SHA512 a8e1218448cfbb9956227a3456efd737bcb8b0fe6afc705814d8f3dbdcf6ac1133b4d887e7119f993ea20233bfd8ebf2fff6556bb864c5025101b4641a138560
 DIST josm-snapshot-18772.jar 16707373 BLAKE2B 3ba71379b7d6731c3d33f8069c3247806e8324b1e482f16ab4166f310a7b4d00f31deb7746393df654382b95ecccdc3223b12bb073188431440c3334d39e2213 SHA512 935b6d29d48c73f4a309e8efc8f5f9908c886f7950f82351a904cb5336d8adc0916820fd8c3b693a2d562016b043385739023fb1563b9a246928213f13dbc856
 DIST josm-snapshot-18822.jar 16824738 BLAKE2B 5588c13ed81539daa9150a8c1abbda4534cc9b068a0cfa5b40d2cd305eba7ee78e2c7b6fcf88244772baf1132c0c951ddb2044fa380605c938ca2ea66fe5dea7 SHA512 656dd9eab09b4785137dd4394e33128fc1f4741754219291c2461978a7bff12f7653ea7678db464365f5057a03a44ad0b798046a77cd290edcc03f36feaecf66

diff --git a/sci-geosciences/josm-bin/josm-bin-18721.ebuild b/sci-geosciences/josm-bin/josm-bin-18721.ebuild
deleted file mode 100644
index d13df482faaa..000000000000
--- a/sci-geosciences/josm-bin/josm-bin-18721.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 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"
-}

diff --git a/sci-geosciences/josm-bin/josm-bin-18746.ebuild b/sci-geosciences/josm-bin/josm-bin-18746.ebuild
deleted file mode 100644
index 1aba0e7ffd7b..000000000000
--- a/sci-geosciences/josm-bin/josm-bin-18746.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 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	other threads:[~2023-10-18 12:50 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-18 12:50 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07 19:37 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/josm-bin/ Florian Schmaus
2024-09-28 10:22 Andrew Ammerlaan
2024-09-28 10:22 Andrew Ammerlaan
2024-09-23 15:31 Andrew Ammerlaan
2024-09-17 19:54 Sam James
2024-09-09  0:17 Eli Schwartz
2024-08-23  2:08 Eli Schwartz
2024-08-15  5:30 Joonas Niilola
2024-08-13  7:36 Joonas Niilola
2024-08-13  7:36 Joonas Niilola
2024-07-09  1:55 Sam James
2024-07-08 14:35 Eli Schwartz
2024-06-23 17:50 Arthur Zamarin
2024-06-22 22:06 Sam James
2024-06-08 12:04 Arthur Zamarin
2024-06-06 16:58 Arthur Zamarin
2024-06-06  6:56 Florian Schmaus
2024-05-21  8:58 Florian Schmaus
2024-05-21  8:58 Florian Schmaus
2024-04-24 17:39 Arthur Zamarin
2024-04-11  7:09 Florian Schmaus
2024-04-10  7:07 Florian Schmaus
2024-04-04 15:05 Arthur Zamarin
2024-03-20 20:23 Andrew Ammerlaan
2024-03-04 10:22 Florian Schmaus
2024-03-04 10:22 Florian Schmaus
2024-03-03 22:12 Sam James
2024-01-23 13:30 Florian Schmaus
2024-01-10 13:14 Andrew Ammerlaan
2024-01-10 13:14 Andrew Ammerlaan
2023-10-31 18:53 Sam James
2023-10-17  6:09 Joonas Niilola
2023-09-29  5:05 Arthur Zamarin
2023-07-26  7:58 Florian Schmaus
2023-06-21 11:51 Andrew Ammerlaan
2023-06-17 22:48 Sam James
2023-06-11  8:44 Joonas Niilola
2023-06-02  8:22 Florian Schmaus
2023-06-01 17:09 Arthur Zamarin
2023-06-01 17:08 Arthur Zamarin
2023-05-16 14:02 Florian Schmaus
2023-05-11 20:29 Conrad Kostecki
2023-05-10  8:02 Joonas Niilola
2023-05-10  8:02 Joonas Niilola
2023-04-28  7:44 Joonas Niilola
2023-04-28  7:44 Joonas Niilola
2023-03-19 23:59 Sam James
2023-03-19 23:59 Sam James
2023-03-17  9:46 Florian Schmaus
2023-03-17  9:46 Florian Schmaus
2023-02-14 15:24 Florian Schmaus
2023-02-07  6:47 Joonas Niilola
2023-02-07  6:47 Joonas Niilola
2023-01-08  9:40 Florian Schmaus
2023-01-07 12:37 Florian Schmaus
2023-01-07 12:37 Florian Schmaus
2023-01-06 14:38 Arthur Zamarin
2023-01-06 14:38 Arthur Zamarin
2023-01-03 13:01 Florian Schmaus
2023-01-02 11:39 Florian Schmaus
2022-11-21 15:29 Florian Schmaus
2022-10-18 12:02 Andrew Ammerlaan
2022-10-18 12:02 Andrew Ammerlaan
2022-10-07 21:07 Florian Schmaus
2022-10-07 21:07 Florian Schmaus
2022-07-19  7:41 Florian Schmaus
2022-07-19  7:41 Florian Schmaus
2022-06-08  8:12 Florian Schmaus
2022-05-15  9:22 Florian Schmaus
2022-05-15  9:22 Florian Schmaus
2022-04-23  1:34 Sam James
2022-04-15  3:49 Ionen Wolkens
2022-03-08  8:22 Florian Schmaus
2022-03-08  8:22 Florian Schmaus
2022-01-27 17:40 Florian Schmaus
2021-11-02  9:44 Florian Schmaus
2021-11-02  9:44 Florian Schmaus
2021-09-10  7:22 Joonas Niilola
2021-09-10  7:22 Joonas Niilola
2021-09-04  6:26 Joonas Niilola
2021-09-04  6:26 Joonas Niilola
2021-09-04  6:26 Joonas Niilola
2021-08-04 19:47 Andrew Ammerlaan
2021-08-03  7:55 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1697633400.329ddaf4b47dca37fa1605d0ccddf03173519757.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox