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 B8F74138350 for ; Sat, 21 Mar 2020 10:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5DA9E0A4F; Sat, 21 Mar 2020 10:43:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A9E3E0A4F for ; Sat, 21 Mar 2020 10:43:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEA6934EF79 for ; Sat, 21 Mar 2020 10:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1633198 for ; Sat, 21 Mar 2020 10:43:30 +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: <1584787370.a47af3b137c4027f5302f6e0414cd6103921fda3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/spatialite/Manifest dev-db/spatialite/spatialite-4.3.0-r1.ebuild X-VCS-Directories: dev-db/spatialite/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a47af3b137c4027f5302f6e0414cd6103921fda3 X-VCS-Branch: master Date: Sat, 21 Mar 2020 10:43:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 39057a4c-1921-40ee-9208-3b8353000931 X-Archives-Hash: f11227348d7411341c62581ad42e4461 commit: a47af3b137c4027f5302f6e0414cd6103921fda3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 21 10:41:11 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 21 10:42:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a47af3b1 dev-db/spatialite: Drop 4.3.0-r1 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-db/spatialite/Manifest | 1 - dev-db/spatialite/spatialite-4.3.0-r1.ebuild | 50 ---------------------------- 2 files changed, 51 deletions(-) diff --git a/dev-db/spatialite/Manifest b/dev-db/spatialite/Manifest index fb2de209fc0..1e7b64f2041 100644 --- a/dev-db/spatialite/Manifest +++ b/dev-db/spatialite/Manifest @@ -1,2 +1 @@ -DIST libspatialite-4.3.0.tar.gz 4439538 BLAKE2B f3bbda3b9d6099197691eb85e20c693d5cbc3a8958c8f23bd1ba57add9d8676895163d845a4aadd690650244ffa7ae2a02ce86e844e032b815fe4c94f30fb4b8 SHA512 b686766ed90711a41efbf219a8942ead8aefda8784a9cabc59233f107e0e10eda949d022152af1064a169975aa6a47515f6064589166418b853427dde5779ecc DIST libspatialite-4.3.0a.tar.gz 4440660 BLAKE2B 2eb2afb96b096b86be9c30cf71663b7b2839d345b6c418fc8511653ed59d0aeff1756b6b19807140c67128c938e39be66d13088640658d14883c92c438c97251 SHA512 adfd63e8dde0f370b07e4e7bb557647d2bfb5549205b60bdcaaca69ff81298a3d885e7c1ca515ef56dd0aca152ae940df8b5dbcb65bb61ae0a9337499895c3c0 diff --git a/dev-db/spatialite/spatialite-4.3.0-r1.ebuild b/dev-db/spatialite/spatialite-4.3.0-r1.ebuild deleted file mode 100644 index fc885a9624f..00000000000 --- a/dev-db/spatialite/spatialite-4.3.0-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="lib${PN}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A complete Spatial DBMS in a nutshell built upon sqlite" -HOMEPAGE="https://www.gaia-gis.it/gaia-sins/" -SRC_URI="https://www.gaia-gis.it/gaia-sins/${MY_PN}-sources/${MY_P}.tar.gz" - -LICENSE="MPL-1.1" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" -IUSE="+geos iconv +proj test +xls +xml" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-db/sqlite-3.7.5:3[extensions(+)] - sys-libs/zlib - geos? ( >=sci-libs/geos-3.4 ) - proj? ( sci-libs/proj ) - xls? ( dev-libs/freexl ) - xml? ( dev-libs/libxml2 ) -" -DEPEND="${RDEPEND}" - -REQUIRED_USE="test? ( iconv )" - -S="${WORKDIR}/${MY_P}" - -src_configure() { - econf \ - --disable-examples \ - --disable-static \ - --enable-epsg \ - --enable-geocallbacks \ - $(use_enable geos) \ - $(use_enable geos geosadvanced) \ - $(use_enable iconv) \ - $(use_enable proj) \ - $(use_enable xls freexl) \ - $(use_enable xml libxml2) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -}