public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/linode-cli/
Date: Thu, 11 Sep 2025 07:21:46 +0000 (UTC)	[thread overview]
Message-ID: <1757575084.dedb73876f9da112b158d24ff55adc6420f4ea72.ceamac@gentoo> (raw)

commit:     dedb73876f9da112b158d24ff55adc6420f4ea72
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 07:18:04 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 07:18:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedb7387

app-admin/linode-cli: drop 5.59.0, 5.60.0

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

 app-admin/linode-cli/Manifest                 |  2 --
 app-admin/linode-cli/linode-cli-5.59.0.ebuild | 45 ---------------------------
 app-admin/linode-cli/linode-cli-5.60.0.ebuild | 45 ---------------------------
 3 files changed, 92 deletions(-)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 8086390b5939..46d57dc905d4 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,4 +1,2 @@
-DIST linode_cli-5.59.0.tar.gz 187960 BLAKE2B 6c46bb12206a991b4bc272fe7bb1099c8fbdd44b716d96691357b230d21759287e0e2445c389e31c042b4fe2a21ed8c4551d086de28a69b2ec9ffdac8519c7e2 SHA512 ef800ec2a039e674d31427a82497a6ad3f4a9eefa1fb401479a3347eae12c6c1abbe13df04cde6ec0ab06e9fe0cc2f310909faae0278c663047688520e4ab8a4
-DIST linode_cli-5.60.0.tar.gz 188283 BLAKE2B 7d6e33da18a1c542fb6738ca0d1fc657c0640389ac847eb2888547d20bb05aa8d2281a2cb578d031d6071c4a3cabc5cad67f8a0501faf8bcd9ce15d4d0ccb4a1 SHA512 9c2777879c1781a48789f9979e652eb6ac7c7a2d7967aff100243a21b96564aa0f1cd99e7d594d6de9073bc4940f08c6516e84053c34184c7d54d948478692f9
 DIST linode_cli-5.61.0.tar.gz 195507 BLAKE2B dd822b257c325fd2fee90e90f81d86b69333e5a4c6b88ccbed146390239cdc9353dcc1abd25a1a606235e5c5f47c09823b4933b08d8db5d51286cfdd42bb68ee SHA512 17e41e8585440ebdc78fd9e1c6148c43dca97cdf5a4caf07ed0e198ee1bb3d968d4e6acc10e9ffc4049f6ca51d784acb0dfe2764d901e490e77ac2611e51eb07
 DIST linode_cli-5.62.0.tar.gz 196880 BLAKE2B d44903124f068b5baf6fa7a027ada6b8858916b54cbe407818c71031e8ad75becc4255ff9e2ae057c3c817afb534fee107e42936794d3a57a9c6d2acc31396ec SHA512 df19d35182fe7395dc1f645908a3a4527750b4ba971fc765a8039b8a09de47774b91370e10c57f7296bb42643564a725328d81b3f0d657fed9a74dcfcbf70f5b

diff --git a/app-admin/linode-cli/linode-cli-5.59.0.ebuild b/app-admin/linode-cli/linode-cli-5.59.0.ebuild
deleted file mode 100644
index 8e3cb59e9f6e..000000000000
--- a/app-admin/linode-cli/linode-cli-5.59.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
-}

diff --git a/app-admin/linode-cli/linode-cli-5.60.0.ebuild b/app-admin/linode-cli/linode-cli-5.60.0.ebuild
deleted file mode 100644
index 8e3cb59e9f6e..000000000000
--- a/app-admin/linode-cli/linode-cli-5.60.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
-}


             reply	other threads:[~2025-09-11  7:21 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-11  7:21 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-02 15:12 [gentoo-commits] repo/gentoo:master commit in: app-admin/linode-cli/ Viorel Munteanu
2025-10-02 15:12 Viorel Munteanu
2025-09-11  7:21 Viorel Munteanu
2025-08-08 16:05 Viorel Munteanu
2025-08-07 20:54 Maciej Barć
2025-08-07 20:54 Maciej Barć
2025-06-05 10:19 Viorel Munteanu
2025-06-05 10:19 Viorel Munteanu
2025-06-05 10:19 Viorel Munteanu
2025-05-08 17:45 Viorel Munteanu
2025-05-08 17:45 Viorel Munteanu
2025-05-01  8:13 Viorel Munteanu
2025-05-01  8:13 Viorel Munteanu
2025-05-01  8:13 Viorel Munteanu
2025-02-27 17:30 Viorel Munteanu
2025-02-24  8:16 Arthur Zamarin
2025-02-10 16:26 Viorel Munteanu
2025-02-10 16:26 Viorel Munteanu
2025-02-10 16:26 Viorel Munteanu
2025-02-10 16:26 Viorel Munteanu
2025-01-31  7:51 Viorel Munteanu
2025-01-08 14:15 Viorel Munteanu
2024-11-22  5:30 Viorel Munteanu
2024-11-22  5:30 Viorel Munteanu
2024-10-31  5:53 Viorel Munteanu
2024-10-25  4:31 Viorel Munteanu
2024-10-25  4:31 Viorel Munteanu
2024-10-23 19:27 Viorel Munteanu
2024-10-23 19:27 Viorel Munteanu
2024-10-02  4:36 Viorel Munteanu
2024-08-14  4:47 Viorel Munteanu
2024-06-22 19:05 Maciej Barć
2024-06-22 19:05 Maciej Barć
2024-06-04 17:13 Viorel Munteanu
2024-05-03  7:05 Viorel Munteanu
2024-05-02  8:01 Viorel Munteanu
2024-05-02  7:48 Viorel Munteanu
2024-05-02  7:48 Viorel Munteanu
2024-05-02  7:48 Viorel Munteanu
2024-04-17 19:56 Viorel Munteanu
2024-03-06  5:58 Viorel Munteanu
2024-03-06  5:58 Viorel Munteanu
2024-02-06  6:03 Viorel Munteanu
2024-02-06  6:03 Viorel Munteanu
2024-02-06  6:03 Viorel Munteanu
2024-01-17  6:19 Viorel Munteanu
2024-01-17  6:19 Viorel Munteanu
2024-01-10 17:47 Viorel Munteanu
2024-01-10  6:12 Viorel Munteanu
2023-12-20 18:04 Viorel Munteanu
2023-12-20 18:04 Viorel Munteanu
2023-12-20  5:33 Viorel Munteanu
2023-12-20  5:33 Viorel Munteanu
2023-12-12  6:13 Viorel Munteanu
2023-12-01 15:22 Viorel Munteanu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1757575084.dedb73876f9da112b158d24ff55adc6420f4ea72.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox