From 92aaa2a7fabbb11ba82cc4cba8133d30a00fdf0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Apr 2026 20:24:45 +0200 Subject: [PATCH] dev-python/geographiclib: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/geographiclib/Manifest | 1 - .../geographiclib/geographiclib-2.0.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 dev-python/geographiclib/geographiclib-2.0.ebuild diff --git a/dev-python/geographiclib/Manifest b/dev-python/geographiclib/Manifest index 6bc8080301c64..e794fd0f02512 100644 --- a/dev-python/geographiclib/Manifest +++ b/dev-python/geographiclib/Manifest @@ -1,2 +1 @@ -DIST geographiclib-2.0.tar.gz 36720 BLAKE2B 31759eda6b77b191c34c18c2c6abdcf04214391e7d77eb68aa000aff8ec35519ab705b358f76bb0a50aff74708bcada664bdf3a97a3fb3e482ca773d6f410eed SHA512 08e67317b83ed96dc45b013bfc0eac771f015250da07b1574252f566f48ce944ad0a5a0623b1bfc96c14e65658f2f39a069af5ceb6ffe153677cc2a023eeef91 DIST geographiclib-2.1.tar.gz 37004 BLAKE2B 63bef1098185783cf2b5f8af59e494bbcb81f0d2a45725bce0a00ecdc1b3d3c9f1bba529f2ad3b05c558a0a386009798e33a71dc025672a71d9b98f15dc34ca7 SHA512 585f507cf7c3815645462affcc40c6babfa3179dfae695eeddf1a96de9315957679a00949d8c68f900c6da024a57cf1f6b90cbd843d8fdc668b6b43717d9ae5c diff --git a/dev-python/geographiclib/geographiclib-2.0.ebuild b/dev-python/geographiclib/geographiclib-2.0.ebuild deleted file mode 100644 index 1de9de46b01fa..0000000000000 --- a/dev-python/geographiclib/geographiclib-2.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..14} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 pypi - -DESCRIPTION="Python implementation of the geodesic routines" -HOMEPAGE="https://geographiclib.sourceforge.io/Python/ https://github.com/geographiclib/geographiclib-python" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -distutils_enable_tests unittest