From eb9248ad5bac4a94de418e860d5f7d0f003933c9 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Fri, 13 Feb 2026 23:14:24 +0100 Subject: [PATCH] dev-db/pgLatLon: drop 0.15 Signed-off-by: Alfredo Tupone --- dev-db/pgLatLon/Manifest | 1 - dev-db/pgLatLon/pgLatLon-0.15.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) delete mode 100644 dev-db/pgLatLon/pgLatLon-0.15.ebuild diff --git a/dev-db/pgLatLon/Manifest b/dev-db/pgLatLon/Manifest index 63760d6f1340..9ecc56db730f 100644 --- a/dev-db/pgLatLon/Manifest +++ b/dev-db/pgLatLon/Manifest @@ -1,2 +1 @@ -DIST pgLatLon-v0.15.tar.gz 46667 BLAKE2B 7a5ff9b1c451d3fed69614198c06725d11d6ccb2265a8542a6602c1c77fb7a0a2044fffbe7cc0eafa10236813f113b3ff1a73aa159014bafaa7d49cbf4b21973 SHA512 9a6ced9d32e9868baba5bdb8677fd5800cea14af75ab2f2d99f6fda33e2cd85ac00c356dac4584386338c830b9ad0f4b8d7441f59f2b671505463e1895a655ef DIST pgLatLon-v0.16.tar.gz 43904 BLAKE2B 41a7a50911850fb45ded021ec426d9a5323fa56e83e9154a16b8b2182ab01e48958b9d08964a2a6e81f22efbbd1e6c10f3cf04189ffd34ebb36d395f134c761a SHA512 ad75a551bca1848f7876d41e307642f90516a99afc40451571d089a90b40368e185a9e23e61d404ea332a703baa8bdde052cceacc54028184df6ec4ed70aeb59 diff --git a/dev-db/pgLatLon/pgLatLon-0.15.ebuild b/dev-db/pgLatLon/pgLatLon-0.15.ebuild deleted file mode 100644 index 03b35faf2439..000000000000 --- a/dev-db/pgLatLon/pgLatLon-0.15.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MYP=${PN}-v${PV} - -DESCRIPTION="Spatial database extension for the PostgreSQL" -HOMEPAGE="https://www.public-software-group.org/pgLatLon" -SRC_URI="https://www.public-software-group.org/pub/projects/${PN}/v${PV}/${MYP}.tar.gz" - -S="${WORKDIR}"/${MYP} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86" - -DEPEND="dev-db/postgresql:=" -RDEPEND="${DEPEND}"