diff options
author | Henning Schild <henning@hennsch.de> | 2022-10-19 00:01:24 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-20 04:51:14 +0100 |
commit | db5eba1b8d7a1f0d2526bcc617c955c1836336e3 (patch) | |
tree | b1f7eb975165d6a13c89e345d525c56421a08107 /sci-geosciences | |
parent | mail-filter/afew: enable py3.10 (diff) | |
download | gentoo-db5eba1b8d7a1f0d2526bcc617c955c1836336e3.tar.gz gentoo-db5eba1b8d7a1f0d2526bcc617c955c1836336e3.tar.bz2 gentoo-db5eba1b8d7a1f0d2526bcc617c955c1836336e3.zip |
sci-geosciences/josm-bin: add link to upstream changelog to metadata
This might not really be the full changelog, but it tells the gentoo
maintainer which versions upstream considers stable and therefore which
ones we want to ship.
And just to be extra sure also put a comment into the latest ebuild.
Signed-off-by: Henning Schild <henning@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/27842
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/josm-bin/josm-bin-18570.ebuild | 1 | ||||
-rw-r--r-- | sci-geosciences/josm-bin/metadata.xml | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sci-geosciences/josm-bin/josm-bin-18570.ebuild b/sci-geosciences/josm-bin/josm-bin-18570.ebuild index 3a5ff50d232a..613ce5d3b132 100644 --- a/sci-geosciences/josm-bin/josm-bin-18570.ebuild +++ b/sci-geosciences/josm-bin/josm-bin-18570.ebuild @@ -7,6 +7,7 @@ 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}" diff --git a/sci-geosciences/josm-bin/metadata.xml b/sci-geosciences/josm-bin/metadata.xml index fd262cef61da..5ebe998800b9 100644 --- a/sci-geosciences/josm-bin/metadata.xml +++ b/sci-geosciences/josm-bin/metadata.xml @@ -13,4 +13,7 @@ <email>sci-geosciences@gentoo.org</email> <name>Gentoo Geosciences Project</name> </maintainer> + <upstream> + <changelog>https://josm.openstreetmap.de/wiki/StartupPage</changelog> + </upstream> </pkgmetadata> |