* [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite-tools/
@ 2016-03-27 12:02 Sam Jorna
0 siblings, 0 replies; 7+ messages in thread
From: Sam Jorna @ 2016-03-27 12:02 UTC (permalink / raw
To: gentoo-commits
commit: 2f34d7b6e9d6802f1d57c516fd9bdff843e424d3
Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 10:53:41 2016 +0000
Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 11:57:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f34d7b6
dev-db/spatialite-tools: bump to 4.3.0
Package-Manager: portage-2.2.28
dev-db/spatialite-tools/Manifest | 1 +
.../spatialite-tools/spatialite-tools-4.3.0.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-db/spatialite-tools/Manifest b/dev-db/spatialite-tools/Manifest
index 979dcc6..85a250a 100644
--- a/dev-db/spatialite-tools/Manifest
+++ b/dev-db/spatialite-tools/Manifest
@@ -1 +1,2 @@
DIST spatialite-tools-3.1.0.tar.gz 439019 SHA256 7e12a3b23ad5163257b7c8585091ead1046e8d5b56ac3130de42490693b5e160 SHA512 27f725fefcbc75894d6d14e81093deaa95b6a1cce7e15eb8fc3130ed7580f664bbb8ffd7e95f4de94b38cc8548cc82f2ed830fa8bcf3173e460a9b0666e9e0cc WHIRLPOOL 01a432a872c7ddb801edee969c3a6467cddacdb014690e669c75a1238c753f3f2d825a8e2f7370410431adc471ced0bb949291d868befa2d8d4947d08b39609e
+DIST spatialite-tools-4.3.0.tar.gz 540811 SHA256 f739859bc04f38735591be2f75009b98a2359033675ae310dffc3114a17ccf89 SHA512 e1de27c1c65ff2ff0b08583113517bea74edf33fff59ad6e9c77492ea3ae87d9c0f17d7670ee6602b32eea73ad3678bb5410ef2c6fac6e213bf2e341a907db88 WHIRLPOOL 24414efc61454bdde4fde4120503b9568821af20ced44cfae88696e099a7778f4311d556da7c48d6c13785eca9caa436dcd2d0666e371b12470b74b7fe77dbcc
diff --git a/dev-db/spatialite-tools/spatialite-tools-4.3.0.ebuild b/dev-db/spatialite-tools/spatialite-tools-4.3.0.ebuild
new file mode 100644
index 0000000..933dc56
--- /dev/null
+++ b/dev-db/spatialite-tools/spatialite-tools-4.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit multilib
+
+DESCRIPTION="A complete Spatial DBMS in a nutshell built upon sqlite"
+HOMEPAGE="http://www.gaia-gis.it/spatialite"
+SRC_URI="http://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
+
+LICENSE="MPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="readline"
+
+RDEPEND=">=dev-db/spatialite-3.0.1[geos,xls]
+ dev-libs/expat
+ >=sci-libs/geos-3.3
+ sci-libs/proj
+ sci-geosciences/readosm
+ readline? (
+ sys-libs/ncurses:=
+ sys-libs/readline:=
+ )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf \
+ $(use_enable readline)
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite-tools/
@ 2017-02-19 21:15 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2017-02-19 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 9d383193eb9e5deaab565c0b27db2f3eb4dd4931
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 20:54:54 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 21:15:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d383193
dev-db/spatialite-tools: Fix DEPENDs, HOMEPAGE, drop unused eclass
Package-Manager: portage-2.3.3
.../spatialite-tools-4.3.0-r1.ebuild | 34 ++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/dev-db/spatialite-tools/spatialite-tools-4.3.0-r1.ebuild b/dev-db/spatialite-tools/spatialite-tools-4.3.0-r1.ebuild
new file mode 100644
index 0000000000..0f4302f052
--- /dev/null
+++ b/dev-db/spatialite-tools/spatialite-tools-4.3.0-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A collection of CLI tools supporting SpatiaLite"
+HOMEPAGE="https://www.gaia-gis.it/spatialite"
+SRC_URI="https://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
+
+LICENSE="MPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="readline"
+
+RDEPEND="
+ dev-db/sqlite:3[extensions(+)]
+ >=dev-db/spatialite-3.0.1[geos,xls]
+ dev-libs/expat
+ dev-libs/libxml2
+ sci-geosciences/readosm
+ sci-libs/geos
+ sci-libs/proj
+ readline? (
+ sys-libs/ncurses:=
+ sys-libs/readline:=
+ )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf \
+ $(use_enable readline)
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite-tools/
@ 2017-02-19 21:15 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2017-02-19 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 413bf9c1a71e40ebc6d63a9a1a50fe902686ab5b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 20:56:08 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 21:15:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413bf9c1
dev-db/spatialite-tools: Drop old
Package-Manager: portage-2.3.3
.../spatialite-tools/spatialite-tools-4.3.0.ebuild | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/dev-db/spatialite-tools/spatialite-tools-4.3.0.ebuild b/dev-db/spatialite-tools/spatialite-tools-4.3.0.ebuild
deleted file mode 100644
index 933dc56e76..0000000000
--- a/dev-db/spatialite-tools/spatialite-tools-4.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit multilib
-
-DESCRIPTION="A complete Spatial DBMS in a nutshell built upon sqlite"
-HOMEPAGE="http://www.gaia-gis.it/spatialite"
-SRC_URI="http://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
-
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="readline"
-
-RDEPEND=">=dev-db/spatialite-3.0.1[geos,xls]
- dev-libs/expat
- >=sci-libs/geos-3.3
- sci-libs/proj
- sci-geosciences/readosm
- readline? (
- sys-libs/ncurses:=
- sys-libs/readline:=
- )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- $(use_enable readline)
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite-tools/
@ 2017-03-02 19:39 Andreas Sturmlechner
0 siblings, 0 replies; 7+ messages in thread
From: Andreas Sturmlechner @ 2017-03-02 19:39 UTC (permalink / raw
To: gentoo-commits
commit: 6138f3e7460c1fc4ecdf729d31e151b441f3821e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 01:00:34 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 19:39:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6138f3e7
dev-db/spatialite-tools: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4099
dev-db/spatialite-tools/Manifest | 1 -
.../spatialite-tools/spatialite-tools-3.1.0.ebuild | 32 ----------------------
2 files changed, 33 deletions(-)
diff --git a/dev-db/spatialite-tools/Manifest b/dev-db/spatialite-tools/Manifest
index 85a250aee26..7501fd75419 100644
--- a/dev-db/spatialite-tools/Manifest
+++ b/dev-db/spatialite-tools/Manifest
@@ -1,2 +1 @@
-DIST spatialite-tools-3.1.0.tar.gz 439019 SHA256 7e12a3b23ad5163257b7c8585091ead1046e8d5b56ac3130de42490693b5e160 SHA512 27f725fefcbc75894d6d14e81093deaa95b6a1cce7e15eb8fc3130ed7580f664bbb8ffd7e95f4de94b38cc8548cc82f2ed830fa8bcf3173e460a9b0666e9e0cc WHIRLPOOL 01a432a872c7ddb801edee969c3a6467cddacdb014690e669c75a1238c753f3f2d825a8e2f7370410431adc471ced0bb949291d868befa2d8d4947d08b39609e
DIST spatialite-tools-4.3.0.tar.gz 540811 SHA256 f739859bc04f38735591be2f75009b98a2359033675ae310dffc3114a17ccf89 SHA512 e1de27c1c65ff2ff0b08583113517bea74edf33fff59ad6e9c77492ea3ae87d9c0f17d7670ee6602b32eea73ad3678bb5410ef2c6fac6e213bf2e341a907db88 WHIRLPOOL 24414efc61454bdde4fde4120503b9568821af20ced44cfae88696e099a7778f4311d556da7c48d6c13785eca9caa436dcd2d0666e371b12470b74b7fe77dbcc
diff --git a/dev-db/spatialite-tools/spatialite-tools-3.1.0.ebuild b/dev-db/spatialite-tools/spatialite-tools-3.1.0.ebuild
deleted file mode 100644
index 82c99d89c3a..00000000000
--- a/dev-db/spatialite-tools/spatialite-tools-3.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit multilib
-
-DESCRIPTION="A complete Spatial DBMS in a nutshell built upon sqlite"
-HOMEPAGE="http://www.gaia-gis.it/spatialite"
-SRC_URI="http://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
-
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="readline"
-
-RDEPEND=">=dev-db/spatialite-3.0.1[geos,xls]
- dev-libs/expat
- >=sci-libs/geos-3.3
- sci-libs/proj
- sci-geosciences/readosm
- readline? (
- sys-libs/ncurses
- sys-libs/readline
- )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- $(use_enable readline)
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite-tools/
@ 2021-03-01 23:37 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-03-01 23:37 UTC (permalink / raw
To: gentoo-commits
commit: a3a925d0f1ba42a6dacde0b2bd09ac8dc20c6096
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 1 23:32:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 1 23:35:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a925d0
dev-db/spatialite-tools: bump to 5.0.1
Bug: https://bugs.gentoo.org/685668
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-db/spatialite-tools/Manifest | 1 +
.../spatialite-tools/spatialite-tools-5.0.1.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-db/spatialite-tools/Manifest b/dev-db/spatialite-tools/Manifest
index 0b89b111514..e3540bda895 100644
--- a/dev-db/spatialite-tools/Manifest
+++ b/dev-db/spatialite-tools/Manifest
@@ -1 +1,2 @@
DIST spatialite-tools-4.3.0.tar.gz 540811 BLAKE2B 3de4301380a0b64cdd388cb0dc1917b90a02a721b1e34d3781b5b4e14a810809c922a3760a269c3980790801b66a100f9bacf1249f2874374295b5bb9431b133 SHA512 e1de27c1c65ff2ff0b08583113517bea74edf33fff59ad6e9c77492ea3ae87d9c0f17d7670ee6602b32eea73ad3678bb5410ef2c6fac6e213bf2e341a907db88
+DIST spatialite-tools-5.0.1.tar.gz 578520 BLAKE2B ec01bc73bb9001b439e52794b172aba4197d6a55297abbdf8397f3d984c2463df19da5a1cbcc5baba5c23e47990287d750f30f0731144d69876a0df82a4727d5 SHA512 dad52f6ed3c66ffd95f3a5c21225cd1b20641523af616f7e8defba8e4e46921da169e5f7bf9c53a355e132b6e74750d6db3fe02c870a3386f850df49c83bb8cd
diff --git a/dev-db/spatialite-tools/spatialite-tools-5.0.1.ebuild b/dev-db/spatialite-tools/spatialite-tools-5.0.1.ebuild
new file mode 100644
index 00000000000..aab29a8941f
--- /dev/null
+++ b/dev-db/spatialite-tools/spatialite-tools-5.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A collection of CLI tools supporting SpatiaLite"
+HOMEPAGE="https://www.gaia-gis.it/spatialite"
+SRC_URI="https://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="readline"
+
+RDEPEND="
+ dev-db/sqlite:3[extensions(+)]
+ >=dev-db/spatialite-3.0.1[geos,xls]
+ dev-libs/expat
+ dev-libs/libxml2
+ >=sci-geosciences/readosm-1.1.0
+ sci-libs/geos
+ sci-libs/proj
+ readline? (
+ sys-libs/ncurses:=
+ sys-libs/readline:=
+ )
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf \
+ $(use_enable readline)
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite-tools/
@ 2021-03-03 16:48 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-03-03 16:48 UTC (permalink / raw
To: gentoo-commits
commit: 57886bda6e353c22d82fabe40a140b638484ce77
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 3 16:47:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 3 16:47:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57886bda
dev-db/spatialite-tools: tighten + improve spatialite dep
Thanks-to: Ionen Wolkens <sudinave <AT> gmail.com>
Closes: https://bugs.gentoo.org/774003
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{spatialite-tools-5.0.1.ebuild => spatialite-tools-5.0.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-db/spatialite-tools/spatialite-tools-5.0.1.ebuild b/dev-db/spatialite-tools/spatialite-tools-5.0.1-r1.ebuild
similarity index 93%
rename from dev-db/spatialite-tools/spatialite-tools-5.0.1.ebuild
rename to dev-db/spatialite-tools/spatialite-tools-5.0.1-r1.ebuild
index aab29a8941f..c94599641d6 100644
--- a/dev-db/spatialite-tools/spatialite-tools-5.0.1.ebuild
+++ b/dev-db/spatialite-tools/spatialite-tools-5.0.1-r1.ebuild
@@ -14,7 +14,7 @@ IUSE="readline"
RDEPEND="
dev-db/sqlite:3[extensions(+)]
- >=dev-db/spatialite-3.0.1[geos,xls]
+ >=dev-db/spatialite-5.0.1[iconv,geos,xls]
dev-libs/expat
dev-libs/libxml2
>=sci-geosciences/readosm-1.1.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite-tools/
@ 2022-05-04 23:28 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2022-05-04 23:28 UTC (permalink / raw
To: gentoo-commits
commit: 2b5bd46070babbde89d6ebcf3105c7f71e20bbdf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 4 05:47:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 4 23:28:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5bd460
dev-db/spatialite-tools: drop 4.3.0-r1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-db/spatialite-tools/Manifest | 1 -
.../spatialite-tools-4.3.0-r1.ebuild | 33 ----------------------
2 files changed, 34 deletions(-)
diff --git a/dev-db/spatialite-tools/Manifest b/dev-db/spatialite-tools/Manifest
index e3540bda8957..05d9328e1ec2 100644
--- a/dev-db/spatialite-tools/Manifest
+++ b/dev-db/spatialite-tools/Manifest
@@ -1,2 +1 @@
-DIST spatialite-tools-4.3.0.tar.gz 540811 BLAKE2B 3de4301380a0b64cdd388cb0dc1917b90a02a721b1e34d3781b5b4e14a810809c922a3760a269c3980790801b66a100f9bacf1249f2874374295b5bb9431b133 SHA512 e1de27c1c65ff2ff0b08583113517bea74edf33fff59ad6e9c77492ea3ae87d9c0f17d7670ee6602b32eea73ad3678bb5410ef2c6fac6e213bf2e341a907db88
DIST spatialite-tools-5.0.1.tar.gz 578520 BLAKE2B ec01bc73bb9001b439e52794b172aba4197d6a55297abbdf8397f3d984c2463df19da5a1cbcc5baba5c23e47990287d750f30f0731144d69876a0df82a4727d5 SHA512 dad52f6ed3c66ffd95f3a5c21225cd1b20641523af616f7e8defba8e4e46921da169e5f7bf9c53a355e132b6e74750d6db3fe02c870a3386f850df49c83bb8cd
diff --git a/dev-db/spatialite-tools/spatialite-tools-4.3.0-r1.ebuild b/dev-db/spatialite-tools/spatialite-tools-4.3.0-r1.ebuild
deleted file mode 100644
index a4a242e63a90..000000000000
--- a/dev-db/spatialite-tools/spatialite-tools-4.3.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A collection of CLI tools supporting SpatiaLite"
-HOMEPAGE="https://www.gaia-gis.it/spatialite"
-SRC_URI="https://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
-
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="readline"
-
-RDEPEND="
- dev-db/sqlite:3[extensions(+)]
- >=dev-db/spatialite-3.0.1[geos,xls]
- dev-libs/expat
- dev-libs/libxml2
- sci-geosciences/readosm
- sci-libs/geos
- sci-libs/proj
- readline? (
- sys-libs/ncurses:=
- sys-libs/readline:=
- )
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- $(use_enable readline)
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-05-04 23:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-04 23:28 [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite-tools/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-03-03 16:48 Sam James
2021-03-01 23:37 Sam James
2017-03-02 19:39 Andreas Sturmlechner
2017-02-19 21:15 Andreas Sturmlechner
2017-02-19 21:15 Andreas Sturmlechner
2016-03-27 12:02 Sam Jorna
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox