summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-10-25 13:20:31 +0100
committerConrad Kostecki <conikost@gentoo.org>2020-10-25 13:20:31 +0100
commit66eea6378b6ce4ca304f5a25174e9b002279e19c (patch)
tree209726bca9258899b31986a1f6cd8b0b09014363 /sci-geosciences/osmctools
parentkde-apps/korganizer: Drop 20.04.3 (r0) and 20.08.2 (r0) (diff)
downloadgentoo-66eea6378b6ce4ca304f5a25174e9b002279e19c.tar.gz
gentoo-66eea6378b6ce4ca304f5a25174e9b002279e19c.tar.bz2
gentoo-66eea6378b6ce4ca304f5a25174e9b002279e19c.zip
sci-geosciences/osmctools: bump to version 0.9
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-geosciences/osmctools')
-rw-r--r--sci-geosciences/osmctools/Manifest1
-rw-r--r--sci-geosciences/osmctools/metadata.xml9
-rw-r--r--sci-geosciences/osmctools/osmctools-0.9.ebuild23
3 files changed, 27 insertions, 6 deletions
diff --git a/sci-geosciences/osmctools/Manifest b/sci-geosciences/osmctools/Manifest
index 5d3232efbd6e..17108f055c90 100644
--- a/sci-geosciences/osmctools/Manifest
+++ b/sci-geosciences/osmctools/Manifest
@@ -1 +1,2 @@
DIST osmctools-0.4_p20200520.tar.gz 347932 BLAKE2B 33a4bccf15addd42f520c9ee996e1b1eedab7fa1dc4ddc3e4974f8da7b50eb623bd456dedabd694c110bcec494c007aad9d4c6a3ac0404dcc19bf269a2067e33 SHA512 533137524ca788aeda3844112df0e80b996aed7dc79157686c6a882e3e83d49d413201fe8e85534b531d4e4a960296b3f2dd15121464391398c9d07a988adc19
+DIST osmctools-0.9.tar.gz 181447 BLAKE2B 98b567219f712f282c37db6488863a3ae28c537cfdc5198f7457121a1e95a5edfb3fcc72f297a792485510a5fbb4d4d64be927b647d899f2c09648fbeb4419dc SHA512 6e51646e9291b53ce109f579c555c1eb9e6853452c81caebd530aa1be56aa3d313331a3544375f187c9d26888e4a330774f2acd6bdbb3baadf1a2db330430940
diff --git a/sci-geosciences/osmctools/metadata.xml b/sci-geosciences/osmctools/metadata.xml
index 1562924bb2e1..9016058737bf 100644
--- a/sci-geosciences/osmctools/metadata.xml
+++ b/sci-geosciences/osmctools/metadata.xml
@@ -7,14 +7,11 @@
</maintainer>
<longdescription>
Fast OpenStreetMap data tools:
- * osmassignpoly
- * osmchange - updates an .osm file using one or more .osc files
* osmconvert - reads and converts OSM data to the selected output file format
* osmfilter - filters OSM data
- * osmgeobase
- * osmposition
- * osmrelpoly
* osmupdate - cares about updating an .osm, .o5m or .pbf file
- * pbftoosm - converts .pbf file into .osm XML format
</longdescription>
+ <upstream>
+ <remote-id type="gitlab">osm-c-tools/osmctools</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/sci-geosciences/osmctools/osmctools-0.9.ebuild b/sci-geosciences/osmctools/osmctools-0.9.ebuild
new file mode 100644
index 000000000000..85657d0e14dc
--- /dev/null
+++ b/sci-geosciences/osmctools/osmctools-0.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A few really fast tools to convert, filter and update OSM data files"
+HOMEPAGE="https://gitlab.com/osm-c-tools"
+SRC_URI="https://gitlab.com/osm-c-tools/${PN}/-/archive/${PV}/${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}