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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6669158090 for ; Wed, 4 May 2022 23:29:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3B37E082B; Wed, 4 May 2022 23:29:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74536E0827 for ; Wed, 4 May 2022 23:29:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8DCF341895 for ; Wed, 4 May 2022 23:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27CEB453 for ; Wed, 4 May 2022 23:28:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651706925.ade427b7fab37b9dbd93620f68e4af1c7c383936.sam@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.0a.ebuild X-VCS-Directories: dev-db/spatialite/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ade427b7fab37b9dbd93620f68e4af1c7c383936 X-VCS-Branch: master Date: Wed, 4 May 2022 23:28:58 +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: d8f789cb-fdaa-44ff-9112-1dc54ec0b2a7 X-Archives-Hash: 681ba0ed210c625eb9e7443ceaed1a26 commit: ade427b7fab37b9dbd93620f68e4af1c7c383936 Author: Sam James gentoo org> AuthorDate: Wed May 4 05:47:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 4 23:28:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade427b7 dev-db/spatialite: drop 4.3.0a Signed-off-by: Sam James gentoo.org> dev-db/spatialite/Manifest | 1 - dev-db/spatialite/spatialite-4.3.0a.ebuild | 55 ------------------------------ 2 files changed, 56 deletions(-) diff --git a/dev-db/spatialite/Manifest b/dev-db/spatialite/Manifest index 715e1ee9f065..b48579b5f199 100644 --- a/dev-db/spatialite/Manifest +++ b/dev-db/spatialite/Manifest @@ -1,2 +1 @@ -DIST libspatialite-4.3.0a.tar.gz 4440660 BLAKE2B 2eb2afb96b096b86be9c30cf71663b7b2839d345b6c418fc8511653ed59d0aeff1756b6b19807140c67128c938e39be66d13088640658d14883c92c438c97251 SHA512 adfd63e8dde0f370b07e4e7bb557647d2bfb5549205b60bdcaaca69ff81298a3d885e7c1ca515ef56dd0aca152ae940df8b5dbcb65bb61ae0a9337499895c3c0 DIST libspatialite-5.0.1.tar.gz 6372753 BLAKE2B 0fe5b37efac134e3796c96ed012b434ce99547037a44df69d3e98c7ac586c1173faa1fe93c4578e7cc0f47a9f1c539710661bad57f8012c3bdabde427221a842 SHA512 c2552994bc30d69d1e80aa274760f048cd384f71e8350a1e48a47cb8222ba71a1554a69c6534eedde9a09dc582c39c089967bcc1c57bf158cc91a3e7b1840ddf diff --git a/dev-db/spatialite/spatialite-4.3.0a.ebuild b/dev-db/spatialite/spatialite-4.3.0a.ebuild deleted file mode 100644 index e745b55a7969..000000000000 --- a/dev-db/spatialite/spatialite-4.3.0a.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic - -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 ~ia64 ~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() { - if use proj && has_version ">=sci-libs/proj-6.0.0"; then - append-flags "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H" - fi - 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 -}