commit:     79d008add6a6cd70916b6a4ae7306060fdc7287a
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 08:58:55 2025 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 09:01:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d008ad

sci-libs/shapelib: drop 1.5.0

Bug: https://bugs.gentoo.org/877605
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 sci-libs/shapelib/Manifest              |  1 -
 sci-libs/shapelib/shapelib-1.5.0.ebuild | 36 ---------------------------------
 2 files changed, 37 deletions(-)

diff --git a/sci-libs/shapelib/Manifest b/sci-libs/shapelib/Manifest
index f6d1ed67d993..cb2bd7c8559c 100644
--- a/sci-libs/shapelib/Manifest
+++ b/sci-libs/shapelib/Manifest
@@ -1,2 +1 @@
-DIST shapelib-1.5.0.tar.gz 547686 BLAKE2B 
3f962ee701d8cfb86a56aa1c0b2156bc2288a2bc908bb1a8303e491812845241f5281b0b8650befcc53e9dfc408b652a56f5e2fdc5ac7c2ff6eb99170696e437
 SHA512 
6dbd5fc7929ca403e65017ef58211f351608d9ad08221bf68bde047ceecfd27013ce731f9ae4edcfd040bc3db7fe9054b5d96e46128d2968788bef19532b1721
 DIST shapelib-1.6.0.tar.gz 528882 BLAKE2B 
02561b947ede10dcbb04ebe4d007b99ac2421ab56251a981e0bf4033b33bc5ae3a09a919c295a41797e7c295424d027a5f650848196f945918f7d6aeea177f89
 SHA512 
cc0b5841da5039c0467291994b9cd3aa99bebe70adf8db01719336a0eb2f0d7362395806f99228ba1f7ec68f0c5ecf9f7f5f1018093cf8dad9e06f0ae147c3fc

diff --git a/sci-libs/shapelib/shapelib-1.5.0.ebuild 
b/sci-libs/shapelib/shapelib-1.5.0.ebuild
deleted file mode 100644
index 1780ce65a758..000000000000
--- a/sci-libs/shapelib/shapelib-1.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library for manipulating ESRI Shapefiles"
-HOMEPAGE="http://shapelib.maptools.org/";
-SRC_URI="http://download.osgeo.org/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0/2"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs"
-
-src_prepare() {
-       default
-       rm -f m4/* || die
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --includedir="${EPREFIX}"/usr/include/libshp \
-               --prefix="${EPREFIX}"/usr
-}
-
-src_install() {
-       use doc && HTML_DOCS=( web/. )
-       default
-
-       if ! use static-libs; then
-               find "${ED}" \( -name '*.la' -o -name '*.a' \) -delete || die
-       fi
-}

Reply via email to