public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osmctools/
@ 2020-10-24 23:58 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2020-10-24 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     57147887aaea5687854624d0ca13793c0f091407
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 23:53:36 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 23:53:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57147887

sci-geosciences/osmctools: new package

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

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             | 20 +++++++++++++++++
 .../osmctools/osmctools-0.4_p20200520.ebuild       | 26 ++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/sci-geosciences/osmctools/Manifest b/sci-geosciences/osmctools/Manifest
new file mode 100644
index 00000000000..5d3232efbd6
--- /dev/null
+++ b/sci-geosciences/osmctools/Manifest
@@ -0,0 +1 @@
+DIST osmctools-0.4_p20200520.tar.gz 347932 BLAKE2B 33a4bccf15addd42f520c9ee996e1b1eedab7fa1dc4ddc3e4974f8da7b50eb623bd456dedabd694c110bcec494c007aad9d4c6a3ac0404dcc19bf269a2067e33 SHA512 533137524ca788aeda3844112df0e80b996aed7dc79157686c6a882e3e83d49d413201fe8e85534b531d4e4a960296b3f2dd15121464391398c9d07a988adc19

diff --git a/sci-geosciences/osmctools/metadata.xml b/sci-geosciences/osmctools/metadata.xml
new file mode 100644
index 00000000000..1562924bb2e
--- /dev/null
+++ b/sci-geosciences/osmctools/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>conikost@gentoo.org</email>
+		<name>Conrad Kostecki</name>
+	</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>
+</pkgmetadata>

diff --git a/sci-geosciences/osmctools/osmctools-0.4_p20200520.ebuild b/sci-geosciences/osmctools/osmctools-0.4_p20200520.ebuild
new file mode 100644
index 00000000000..fb444b3e342
--- /dev/null
+++ b/sci-geosciences/osmctools/osmctools-0.4_p20200520.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+EGIT_COMMIT="7154bde469f9b4f3f54ef82a8fa41e1592bb5693"
+
+DESCRIPTION="Fast OpenStreetMap data tools"
+HOMEPAGE="https://github.com/ramunasd/osmctools"
+SRC_URI="https://github.com/ramunasd/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="sys-libs/zlib"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osmctools/
@ 2020-10-25 12:22 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2020-10-25 12:22 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osmctools/
@ 2020-10-25 12:22 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2020-10-25 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     43bafc8afd1edc7df0e4937cb77a9ccf98a304c2
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 12:21:56 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 12:21:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43bafc8a

sci-geosciences/osmctools: drop old version

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sci-geosciences/osmctools/Manifest                 |  1 -
 .../osmctools/osmctools-0.4_p20200520.ebuild       | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/sci-geosciences/osmctools/Manifest b/sci-geosciences/osmctools/Manifest
index 17108f055c9..efb61663619 100644
--- a/sci-geosciences/osmctools/Manifest
+++ b/sci-geosciences/osmctools/Manifest
@@ -1,2 +1 @@
-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/osmctools-0.4_p20200520.ebuild b/sci-geosciences/osmctools/osmctools-0.4_p20200520.ebuild
deleted file mode 100644
index fb444b3e342..00000000000
--- a/sci-geosciences/osmctools/osmctools-0.4_p20200520.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-EGIT_COMMIT="7154bde469f9b4f3f54ef82a8fa41e1592bb5693"
-
-DESCRIPTION="Fast OpenStreetMap data tools"
-HOMEPAGE="https://github.com/ramunasd/osmctools"
-SRC_URI="https://github.com/ramunasd/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-
-	eautoreconf
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osmctools/
@ 2021-07-01 21:45 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2021-07-01 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     459f64a95bbb79259dd960445a38e20333ce96aa
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 21:36:39 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 21:44:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459f64a9

sci-geosciences/osmctools: x86 stable

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sci-geosciences/osmctools/osmctools-0.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/osmctools/osmctools-0.9.ebuild b/sci-geosciences/osmctools/osmctools-0.9.ebuild
index 85657d0e14d..9cf2064d493 100644
--- a/sci-geosciences/osmctools/osmctools-0.9.ebuild
+++ b/sci-geosciences/osmctools/osmctools-0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/osm-c-tools/${PN}/-/archive/${PV}/${P}.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="sys-libs/zlib"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osmctools/
@ 2021-07-01 21:45 Conrad Kostecki
  0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2021-07-01 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     be043e1d92e6269f0592960427d80932fb41a3e6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 21:37:41 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 21:44:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be043e1d

sci-geosciences/osmctools: amd64 stable

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sci-geosciences/osmctools/osmctools-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/osmctools/osmctools-0.9.ebuild b/sci-geosciences/osmctools/osmctools-0.9.ebuild
index 9cf2064d493..fd3572017ab 100644
--- a/sci-geosciences/osmctools/osmctools-0.9.ebuild
+++ b/sci-geosciences/osmctools/osmctools-0.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/osm-c-tools/${PN}/-/archive/${PV}/${P}.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="sys-libs/zlib"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-01 21:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-01 21:45 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osmctools/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2021-07-01 21:45 Conrad Kostecki
2020-10-25 12:22 Conrad Kostecki
2020-10-25 12:22 Conrad Kostecki
2020-10-24 23:58 Conrad Kostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox