commit:     e9c2519ab047c988e02acfb6a08929b63595086a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 20:04:52 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 20:06:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c2519a

sci-geosciences/GeographicLib: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../GeographicLib/GeographicLib-1.52-r2.ebuild     | 106 ---------------------
 sci-geosciences/GeographicLib/Manifest             |   1 -
 2 files changed, 107 deletions(-)

diff --git a/sci-geosciences/GeographicLib/GeographicLib-1.52-r2.ebuild 
b/sci-geosciences/GeographicLib/GeographicLib-1.52-r2.ebuild
deleted file mode 100644
index 3d5e2a574c37..000000000000
--- a/sci-geosciences/GeographicLib/GeographicLib-1.52-r2.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit cmake distutils-r1
-
-MY_PN="${PN,,}"
-
-DESCRIPTION="C++ library for converting geographic coordinate systems"
-HOMEPAGE="https://sourceforge.net/projects/geographiclib/";
-SRC_URI="https://downloads.sourceforge.net/${MY_PN}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/19"
-KEYWORDS="~amd64 ~arm"
-IUSE="doc examples python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       doc? (
-               >=app-text/doxygen-1.8.7
-               >=dev-lang/perl-5.26.1-r1
-               >=dev-python/sphinx-1.6.3-r2
-               >=sys-apps/util-linux-2.31
-       )
-"
-
-distutils_enable_tests setup.py
-# there are additional docs in the python dir
-distutils_enable_sphinx python/doc
-
-src_prepare() {
-       cmake_src_prepare
-
-       if use python; then
-               pushd "python" || die
-               distutils-r1_src_prepare
-               popd || die
-       fi
-}
-
-src_configure() {
-       export GEODATAPATH="/usr/share/${MY_PN}"
-
-       local mycmakeargs=(
-               -DGEOGRAPHICLIB_DOCUMENTATION=$(usex doc ON OFF)
-               -DGEOGRAPHICLIB_LIB_TYPE="SHARED"
-               -DGEOGRAPHICLIB_DATA="${GEODATAPATH}"
-       )
-       cmake_src_configure
-}
-
-src_compile() {
-       cmake_src_compile
-
-       if use python; then
-               pushd "python" || die
-               distutils-r1_src_compile
-               popd || die
-       fi
-}
-
-src_test() {
-       cmake_src_test
-
-       if use python; then
-               pushd "python" || die
-               distutils-r1_src_test
-               popd || die
-       fi
-}
-
-src_install() {
-       cmake_src_install
-
-       # Remove python things added by the cmake_src_install function
-       rm -r "${ED}/usr/$(get_libdir)/python" || die
-
-       # If using Python, we re-add these python files for each implementation
-       if use python; then
-               pushd "python" || die
-               distutils-r1_src_install
-               popd || die
-       fi
-
-       # TODO: find out if java stuff need something
-
-       # Installs to wrong doc dir for some reason
-       # Also happens with USE="-doc"
-       mv "${D}/usr/share/doc/${PN}" "${D}/usr/share/doc/${PF}" || die
-
-       if use examples; then
-               dodoc -r examples
-               docompress -x "/usr/share/doc/${PF}/examples"
-       fi
-
-       insinto "/usr/share/maxima/${MY_PN}"
-       doins -r maxima/.
-
-       find "${D}" -name "*.la" -delete || die
-}

diff --git a/sci-geosciences/GeographicLib/Manifest 
b/sci-geosciences/GeographicLib/Manifest
index d0412af95773..17c6fe473295 100644
--- a/sci-geosciences/GeographicLib/Manifest
+++ b/sci-geosciences/GeographicLib/Manifest
@@ -1,2 +1 @@
-DIST GeographicLib-1.52.tar.gz 2432658 BLAKE2B 
87328de1774ab9aec05355362c9a1760cf62864135b97a3e9cb1382b0ec9825b032f6c67a5e02b762c3009a3876a9cd995e3a49a3ad3c051dcd36446b55d0191
 SHA512 
98a4d33764db4a4755851a7db639fd9e055dcf4f1f949258e112fce2e198076b5896fcae2c1ea36b37fe1000d28eec326636a730e70f25bc19a1610423ba6859
 DIST GeographicLib-2.3.tar.gz 1701815 BLAKE2B 
5695c5edd5b674f26f2fa21a835b155bca4c33177177750670fdf19f95ccb6d37eb13493b754820ccb22c5a05c8dc554da134eef37947a1d261d4ec6f6ebbcbe
 SHA512 
1a1bd0fc2dc3e1372cf22618af3a4340bbc6497f94c64226c97654dfff92a4bf3acf47d91592741fe0c643d401d9721f680bdb4974b8ee258fb09d525fbaec67

Reply via email to