commit:     6f4672b13c72ee28380ac72f15f7063d161893e9
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 16:23:19 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 16:25:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4672b1

app-admin/linode-cli: drop 5.54.0

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-admin/linode-cli/Manifest                 |  1 -
 app-admin/linode-cli/linode-cli-5.54.0.ebuild | 45 ---------------------------
 2 files changed, 46 deletions(-)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 97a1468fd6bd..179396d189e9 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,3 +1,2 @@
-DIST linode_cli-5.54.0.tar.gz 153961 BLAKE2B 
ae147c7c29532d53e8230e8374acb5727791f07f3177720637d7b23d1169821b2a65975b6e22f45bb53f69d241525ecb081a18f854d3d904da9de406f27f146f
 SHA512 
7cad0e899ebced5c27923f4b8ea6fc4c854f90f7925ff5e8e010565ec51f20c75976a0efacfebceb78c4befa0e64ea0a2c896bb82f541903413fe96c8b0c68e1
 DIST linode_cli-5.56.1.tar.gz 161059 BLAKE2B 
20c0f3de96dd40745265a42b0c9736b6aa59915247170e84624eb21c097306e33c592b730687b11e7e5cdf795f0b313aadc45fd72af72d1e5f76256cea79d4dd
 SHA512 
f711ca0756d4ca0d84c769c4ab5cad747efb3e3e256f484ebb9a44686218fd912d3df7538d03c3e447b16a215c8ca304ec2060562a66a2744128f85e6a1fa2a2
 DIST linode_cli-5.56.2.tar.gz 161397 BLAKE2B 
0cb43fdb4a9d722466d97b093495879ef114542ce39f4dd93be086ff4b1436ce354a01ffe5c6e865a8ffea564b60767e54a960a42fcb639384e61f21b5e11b4a
 SHA512 
1e5234eb4ac962d5255d3b3809dbe00d3803e374b16cd1c590668c985ef032b96745f361172e96ad8b4e434ad2963174ec702497e753ba0a346074966df6f510

diff --git a/app-admin/linode-cli/linode-cli-5.54.0.ebuild 
b/app-admin/linode-cli/linode-cli-5.54.0.ebuild
deleted file mode 100644
index 21d1ca44d811..000000000000
--- a/app-admin/linode-cli/linode-cli-5.54.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-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[${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}
-       newfishcomp "${T}/${PN}".fish ${PN}
-
-       dosym ${PN} "$(get_bashcompdir)"/linode
-       dosym ${PN} "$(get_bashcompdir)"/lin
-       dosym ${PN} "$(get_fishcompdir)"/linode
-       dosym ${PN} "$(get_fishcompdir)"/lin
-}

Reply via email to