commit: 0288dfc82bd933224ceb16e18a5a9f5a503bd1db
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu May 8 17:44:55 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May 8 17:45:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0288dfc8
app-admin/linode-cli: drop 5.57.0
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
app-admin/linode-cli/Manifest | 1 -
app-admin/linode-cli/linode-cli-5.57.0.ebuild | 45 ---------------------------
2 files changed, 46 deletions(-)
diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index bbcf3997a7a0..7523f5d2ccc9 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,3 +1,2 @@
DIST linode_cli-5.56.3.tar.gz 161602 BLAKE2B
67aa9028477536b89fa304e6ad2a9a90979ed1a0a18cb95ed169c5c16df1ecb0afd0c418a590670e91b6ce55f0107eeb7f5b9a3e48314f87241f2c7319e5d4d7
SHA512
4317654fb6341de86886d5fcc2bba12091f83c48b9b4cd0a9fe9048e9969c6fe9a77ce1d63d9cadd5e7edc6cd4146f981d6831689dad27db192967e012b054ff
-DIST linode_cli-5.57.0.tar.gz 165752 BLAKE2B
967de576f2919049de12adea5acf53b4419bb8770c7b427e36bc5d7d7ac7963dea6d9cffec7547f9bf5971894969c32d7b9939de96db5dc7792a85761339ecc2
SHA512
dde69f92aa6be1e283fe33f246c220ac66db76f44a1aa7013f2954bb219d63041f877854ff81c2a3e5ecdb39e8847c6cc9cf3e4ea135fc5de884d74f6329283d
DIST linode_cli-5.57.1.tar.gz 165959 BLAKE2B
215b297162f678a955aab4f53c0c33000848e2cc2cc577b2b6e40c667cd51acb48bd9053c58c8c1698ffb65937245a15a3f40b45779102b3a9c591382b60467c
SHA512
ffff82cc48c99371fc35b213108f0907f9f2b006c5acf9de7cf6587905cac40120ba0e0101fdaa97341bf13c8a08b1f0ce183b057c6c0020fbb6d895b00f9491
diff --git a/app-admin/linode-cli/linode-cli-5.57.0.ebuild
b/app-admin/linode-cli/linode-cli-5.57.0.ebuild
deleted file mode 100644
index 8e3cb59e9f6e..000000000000
--- a/app-admin/linode-cli/linode-cli-5.57.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi shell-completion
-
-DESCRIPTION="Official command-line interface for interacting with the Linode
API"
-HOMEPAGE="https://github.com/linode/linode-cli https://www.linode.com/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# Tests require network, a linode account and an API key.
-# WARNING: tests will incur costs and will wipe the account.
-RESTRICT="test"
-
-RDEPEND="
- >=dev-python/boto3-1.36[${PYTHON_USEDEP}]
- >=dev-python/linode-metadata-0.3[${PYTHON_USEDEP}]
- dev-python/openapi3[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/rich[${PYTHON_USEDEP}]
- <dev-python/urllib3-3[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
- distutils-r1_python_install_all
-
- PYTHONPATH=. ${EPYTHON} linodecli completion bash > "${T}/${PN}".bash
|| die
- PYTHONPATH=. ${EPYTHON} linodecli completion fish > "${T}/${PN}".fish
|| die
-
- newbashcomp "${T}/${PN}".bash ${PN}
- dofishcomp "${T}/${PN}".fish
-
- dosym ${PN} "$(get_bashcompdir)"/linode
- dosym ${PN} "$(get_bashcompdir)"/lin
- dosym ${PN}.fish "$(get_fishcompdir)"/linode.fish
- dosym ${PN}.fish "$(get_fishcompdir)"/lin.fish
-}