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 ADD6E139694 for ; Sun, 19 Feb 2017 21:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D62F9E0DD1; Sun, 19 Feb 2017 21:15:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B4EC7E0DD1 for ; Sun, 19 Feb 2017 21:15:26 +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 07BCC340EE8 for ; Sun, 19 Feb 2017 21:15:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98E584DA8 for ; Sun, 19 Feb 2017 21:15:24 +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: <1487538908.413bf9c1a71e40ebc6d63a9a1a50fe902686ab5b.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/spatialite-tools-4.3.0.ebuild X-VCS-Directories: dev-db/spatialite-tools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 413bf9c1a71e40ebc6d63a9a1a50fe902686ab5b X-VCS-Branch: master Date: Sun, 19 Feb 2017 21:15:24 +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: fe3274d7-1b43-48af-a280-d8c6f5db0ed9 X-Archives-Hash: 7b6364f4a49554b006ded116d5d64a0e commit: 413bf9c1a71e40ebc6d63a9a1a50fe902686ab5b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 19 20:56:08 2017 +0000 Commit: Andreas Sturmlechner gentoo 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) -}