diff options
author | Sam James <sam@gentoo.org> | 2022-05-04 06:47:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-05 00:28:46 +0100 |
commit | 2b5bd46070babbde89d6ebcf3105c7f71e20bbdf (patch) | |
tree | 01f0c72b8c62df32b0f24a353b63b8892ba05a9a /dev-db/spatialite-tools | |
parent | dev-db/spatialite: drop 4.3.0a (diff) | |
download | gentoo-2b5bd46070babbde89d6ebcf3105c7f71e20bbdf.tar.gz gentoo-2b5bd46070babbde89d6ebcf3105c7f71e20bbdf.tar.bz2 gentoo-2b5bd46070babbde89d6ebcf3105c7f71e20bbdf.zip |
dev-db/spatialite-tools: drop 4.3.0-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/spatialite-tools')
-rw-r--r-- | dev-db/spatialite-tools/Manifest | 1 | ||||
-rw-r--r-- | dev-db/spatialite-tools/spatialite-tools-4.3.0-r1.ebuild | 33 |
2 files changed, 0 insertions, 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) -} |