From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30776139694 for ; Thu, 2 Mar 2017 19:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87A7FE0C88; Thu, 2 Mar 2017 19:39:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 671B6E0C88 for ; Thu, 2 Mar 2017 19:39:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70DCC341650 for ; Thu, 2 Mar 2017 19:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD0275A29 for ; Thu, 2 Mar 2017 19:39:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1488483555.6138f3e7460c1fc4ecdf729d31e151b441f3821e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/spatialite-tools/Manifest dev-db/spatialite-tools/spatialite-tools-3.1.0.ebuild X-VCS-Directories: dev-db/spatialite-tools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6138f3e7460c1fc4ecdf729d31e151b441f3821e X-VCS-Branch: master Date: Thu, 2 Mar 2017 19:39:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8449d650-f611-4ec0-a50c-fbcba13a8ab1 X-Archives-Hash: d066c86867b04a5acd147a029bbe319e commit: 6138f3e7460c1fc4ecdf729d31e151b441f3821e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 27 01:00:34 2017 +0000 Commit: Andreas Sturmlechner gentoo 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) -}