commit: 66eea6378b6ce4ca304f5a25174e9b002279e19c
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 12:20:31 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 12:20:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66eea637
sci-geosciences/osmctools: bump to version 0.9
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sci-geosciences/osmctools/Manifest | 1 +
sci-geosciences/osmctools/metadata.xml | 9 +++------
sci-geosciences/osmctools/osmctools-0.9.ebuild | 23 +++++++++++++++++++++++
3 files changed, 27 insertions(+), 6 deletions(-)
diff --git a/sci-geosciences/osmctools/Manifest
b/sci-geosciences/osmctools/Manifest
index 5d3232efbd6..17108f055c9 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 1562924bb2e..9016058737b 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 00000000000..85657d0e14d
--- /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
+}