commit:     586dcdd39c63ad1b355741912ff8d89dd0aa2003
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sun May 12 05:21:18 2024 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sun May 12 05:21:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=586dcdd3

dev-util/fortls: drop old 3.0.0_rc*

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-util/fortls/Manifest                |  3 ---
 dev-util/fortls/fortls-3.0.0_rc2.ebuild | 36 ---------------------------------
 dev-util/fortls/fortls-3.0.0_rc3.ebuild | 36 ---------------------------------
 dev-util/fortls/fortls-3.0.0_rc5.ebuild | 36 ---------------------------------
 4 files changed, 111 deletions(-)

diff --git a/dev-util/fortls/Manifest b/dev-util/fortls/Manifest
index 4fd7574d33..5db01e5689 100644
--- a/dev-util/fortls/Manifest
+++ b/dev-util/fortls/Manifest
@@ -1,5 +1,2 @@
 DIST fortls-2.13.0.tar.gz 6897238 BLAKE2B 
000bf8d68394c1ce2d4bca044ba3c395b22da9a8e026d9f8e74890ec2fbb894c4097f634f83352fcb21ff6e7e6f4af78bf9f8abdf00ab068d270fb93b9a6574d
 SHA512 
dc5d51fea92d1b00722ee4a33901939fe38fd379260e1edc7a97939cd5c9204e5c27a7f4c57122a0bdf7a36f2f59d0d8f71a50448b6cdc98b1bb2d349511580e
 DIST fortls-3.0.0.tar.gz 7064397 BLAKE2B 
9448821cad90ad9117d1304634c5ce38dc21e3172d51d598b77eb64ecff31f170a51bbb4763026ab797eba853ca89beb962c8c2fc397fd3b1bd371d82b4418da
 SHA512 
9454298de9d4edb366a55a9282e05ff4318fdc4284f7c6fea3dcf519f883873e2479bf2f7a2cdfc34cc865698876180a9ed04dc5b94509665bad33096b057385
-DIST fortls-3.0.0rc2.tar.gz 7061084 BLAKE2B 
1f4b818368e7de4d1de2d9c397f37723b26f9f23f18fd971147e35fcbcd95e26dc4a03f7481300a8b7af82da9305371340ee51fc1ac7374786878c7e6dfae526
 SHA512 
e54596bc079ec3e278621011b15d8d3c74b1e32e152071d11dd34c9cea4c6bf57881f91c018dd41239a7bec263df8d6e91cc4ae6ba1a24e601985c735f3e713d
-DIST fortls-3.0.0rc3.tar.gz 7063929 BLAKE2B 
13342b02343b78585cc8598fc019a396704c6eb74d447ccc001ac1e7d049e0c2984e3b8c740af500434b5de44f4e3ed637e0bab43bb32ce2e6ed06d4043398df
 SHA512 
cf378edff0e25edd69dc2fa444eedcb62799821986103fdbe1af6efa3b88fb380f26f5adfb8eef2f24d93dde427b5f2038b98ad9a3d9f43e85c060410714a5c0
-DIST fortls-3.0.0rc5.tar.gz 7064307 BLAKE2B 
01f60250816563f34c15d4e43d5a80e7087d99babc8520592a5aea91d5b8dc32e17f7ea9894fe0651c458338c9fa34b51f69c55372b2f350f608c25333c74a8b
 SHA512 
b1d53d711ad250ae32ea004419acba0dd4b04cda3c5d13c26ede9b1d4bb752ccf0c424e96aa4a507126e354d72a88ae3c45156d75feb3525f1ba05523da8f04a

diff --git a/dev-util/fortls/fortls-3.0.0_rc2.ebuild 
b/dev-util/fortls/fortls-3.0.0_rc2.ebuild
deleted file mode 100644
index f816b7f71c..0000000000
--- a/dev-util/fortls/fortls-3.0.0_rc2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Fortran Language Server (fortls)"
-HOMEPAGE="https://fortls.fortran-lang.org";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       dev-python/json5[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-# Disable test that requires pypi.org connection
-EPYTEST_DESELECT=(
-       test/test_interface.py::test_version_update_pypi
-)
-
-src_prepare() {
-       # Drop some additional coverage tests
-       sed -i -e 's/ --cov=fortls --cov-report=html --cov-report=xml 
--cov-context=test//' pyproject.toml || die
-       # Disable autoupdate check during tests run
-       sed -i -e 's/"--incremental_sync",/"--incremental_sync", 
"--disable_autoupdate",/' test/setup_tests.py || die
-
-       distutils-r1_src_prepare
-}

diff --git a/dev-util/fortls/fortls-3.0.0_rc3.ebuild 
b/dev-util/fortls/fortls-3.0.0_rc3.ebuild
deleted file mode 100644
index f816b7f71c..0000000000
--- a/dev-util/fortls/fortls-3.0.0_rc3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Fortran Language Server (fortls)"
-HOMEPAGE="https://fortls.fortran-lang.org";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       dev-python/json5[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-# Disable test that requires pypi.org connection
-EPYTEST_DESELECT=(
-       test/test_interface.py::test_version_update_pypi
-)
-
-src_prepare() {
-       # Drop some additional coverage tests
-       sed -i -e 's/ --cov=fortls --cov-report=html --cov-report=xml 
--cov-context=test//' pyproject.toml || die
-       # Disable autoupdate check during tests run
-       sed -i -e 's/"--incremental_sync",/"--incremental_sync", 
"--disable_autoupdate",/' test/setup_tests.py || die
-
-       distutils-r1_src_prepare
-}

diff --git a/dev-util/fortls/fortls-3.0.0_rc5.ebuild 
b/dev-util/fortls/fortls-3.0.0_rc5.ebuild
deleted file mode 100644
index f816b7f71c..0000000000
--- a/dev-util/fortls/fortls-3.0.0_rc5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Fortran Language Server (fortls)"
-HOMEPAGE="https://fortls.fortran-lang.org";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       dev-python/json5[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-# Disable test that requires pypi.org connection
-EPYTEST_DESELECT=(
-       test/test_interface.py::test_version_update_pypi
-)
-
-src_prepare() {
-       # Drop some additional coverage tests
-       sed -i -e 's/ --cov=fortls --cov-report=html --cov-report=xml 
--cov-context=test//' pyproject.toml || die
-       # Disable autoupdate check during tests run
-       sed -i -e 's/"--incremental_sync",/"--incremental_sync", 
"--disable_autoupdate",/' test/setup_tests.py || die
-
-       distutils-r1_src_prepare
-}

Reply via email to