Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite-tools/
Date: Thu, 02 Mar 2017 19:39:41
Message-Id: 1488483555.6138f3e7460c1fc4ecdf729d31e151b441f3821e.asturm@gentoo
1 commit: 6138f3e7460c1fc4ecdf729d31e151b441f3821e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 01:00:34 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 19:39:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6138f3e7
7
8 dev-db/spatialite-tools: Drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/4099
12
13 dev-db/spatialite-tools/Manifest | 1 -
14 .../spatialite-tools/spatialite-tools-3.1.0.ebuild | 32 ----------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/dev-db/spatialite-tools/Manifest b/dev-db/spatialite-tools/Manifest
18 index 85a250aee26..7501fd75419 100644
19 --- a/dev-db/spatialite-tools/Manifest
20 +++ b/dev-db/spatialite-tools/Manifest
21 @@ -1,2 +1 @@
22 -DIST spatialite-tools-3.1.0.tar.gz 439019 SHA256 7e12a3b23ad5163257b7c8585091ead1046e8d5b56ac3130de42490693b5e160 SHA512 27f725fefcbc75894d6d14e81093deaa95b6a1cce7e15eb8fc3130ed7580f664bbb8ffd7e95f4de94b38cc8548cc82f2ed830fa8bcf3173e460a9b0666e9e0cc WHIRLPOOL 01a432a872c7ddb801edee969c3a6467cddacdb014690e669c75a1238c753f3f2d825a8e2f7370410431adc471ced0bb949291d868befa2d8d4947d08b39609e
23 DIST spatialite-tools-4.3.0.tar.gz 540811 SHA256 f739859bc04f38735591be2f75009b98a2359033675ae310dffc3114a17ccf89 SHA512 e1de27c1c65ff2ff0b08583113517bea74edf33fff59ad6e9c77492ea3ae87d9c0f17d7670ee6602b32eea73ad3678bb5410ef2c6fac6e213bf2e341a907db88 WHIRLPOOL 24414efc61454bdde4fde4120503b9568821af20ced44cfae88696e099a7778f4311d556da7c48d6c13785eca9caa436dcd2d0666e371b12470b74b7fe77dbcc
24
25 diff --git a/dev-db/spatialite-tools/spatialite-tools-3.1.0.ebuild b/dev-db/spatialite-tools/spatialite-tools-3.1.0.ebuild
26 deleted file mode 100644
27 index 82c99d89c3a..00000000000
28 --- a/dev-db/spatialite-tools/spatialite-tools-3.1.0.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2012 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -inherit multilib
37 -
38 -DESCRIPTION="A complete Spatial DBMS in a nutshell built upon sqlite"
39 -HOMEPAGE="http://www.gaia-gis.it/spatialite"
40 -SRC_URI="http://www.gaia-gis.it/gaia-sins/${PN}-sources/${P}.tar.gz"
41 -
42 -LICENSE="MPL-1.1"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE="readline"
46 -
47 -RDEPEND=">=dev-db/spatialite-3.0.1[geos,xls]
48 - dev-libs/expat
49 - >=sci-libs/geos-3.3
50 - sci-libs/proj
51 - sci-geosciences/readosm
52 - readline? (
53 - sys-libs/ncurses
54 - sys-libs/readline
55 - )
56 -"
57 -DEPEND="${RDEPEND}"
58 -
59 -src_configure() {
60 - econf \
61 - $(use_enable readline)
62 -}