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: Wed, 23 Oct 2024 19:27:28 +0000 (UTC)	[thread overview]
Message-ID: <1729711624.a44e69488b1a95d48d0cecf25a89915b4c0629db.ceamac@gentoo> (raw)

commit:     a44e69488b1a95d48d0cecf25a89915b4c0629db
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 19:24:29 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 19:27:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44e6948

app-admin/linode-cli: drop 5.50.0, 5.51.0

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

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

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index a1d4d23e09ce..97b6d20f5b04 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,4 +1,2 @@
-DIST linode_cli-5.50.0.tar.gz 146902 BLAKE2B ebe83454f06bc281a91dcc276db7378779d73717ca49bbcc81fe59e61c6eb448d7a7bde9e5482bb21ca05c0484001f86dab4b4296011ecbb156c13b38573f7ea SHA512 3fb95f76c19f17f897ebce3bfb6d32de1f9a2ed2d8ba9078180e465acbe20b873a59092809a2c766c326e0c5e27c983c84aef9ae7c210004f51b2b62225694e1
-DIST linode_cli-5.51.0.tar.gz 154535 BLAKE2B 7cd59795bed698ec73510d7881a2768f31fb405619e991608b711433cc971aa024d173b54a184b96aa7de9db879593fd358d5b4cdd140c699f941ad19f29bdd4 SHA512 ca9fad8af34e84993c8be9d6f253955389df32d42e6a881b72b2445a71951b5d2458e8580189fdc26d3c870ff7af20fce71a4a838aeb0d96380b0588e1f34146
 DIST linode_cli-5.52.0.tar.gz 160729 BLAKE2B dc0a4c30dcaab3c07c64aa519786f461a79e6f532ebfcc9917e6654b6a8bd32b2cfa2f323036d3870555b7b91620121264877a0fbae4b1bc2a71e885558bb261 SHA512 26c774e0936e16f391c5b028ffc91370d6401e85e92f08ce2e3b2435be3a8230d0d8edd3904ff0514c76b135a3ff88fae27e5e452d0aae534b0deb6f9fc8a2ff
 DIST linode_cli-5.53.0.tar.gz 154080 BLAKE2B fefb0dee416dda6cdeb2f97120566f5c07e15b44bf1659cd73f6a64782cd30d85fb6012c1ee372bd5b66767d2b8dc9513edc6a5817b140403d15384599b5ec48 SHA512 16510afad1e7f23a3b868fed80ce7d58696da3130d536660353590b2371987f8a8d5e25a66d14fe7787bf383071790c68379a6e0f3a21f9b1b207c117a07d13c

diff --git a/app-admin/linode-cli/linode-cli-5.50.0.ebuild b/app-admin/linode-cli/linode-cli-5.50.0.ebuild
deleted file mode 100644
index 21d1ca44d811..000000000000
--- a/app-admin/linode-cli/linode-cli-5.50.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
-}

diff --git a/app-admin/linode-cli/linode-cli-5.51.0.ebuild b/app-admin/linode-cli/linode-cli-5.51.0.ebuild
deleted file mode 100644
index 21d1ca44d811..000000000000
--- a/app-admin/linode-cli/linode-cli-5.51.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	other threads:[~2024-10-23 19:27 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-23 19:27 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-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-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=1729711624.a44e69488b1a95d48d0cecf25a89915b4c0629db.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