From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB09215800A for ; Wed, 26 Jul 2023 07:42:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B70FBE077D; Wed, 26 Jul 2023 07:42:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 958E7E077D for ; Wed, 26 Jul 2023 07:42:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96E9D34158A for ; Wed, 26 Jul 2023 07:42:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04B4DB88 for ; Wed, 26 Jul 2023 07:42:15 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1690355878.dc5169d702f3c54372249fa5d4a104c2e1037fa0.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/linode-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/linode-cli/Manifest app-admin/linode-cli/linode-cli-5.41.3.ebuild X-VCS-Directories: app-admin/linode-cli/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: dc5169d702f3c54372249fa5d4a104c2e1037fa0 X-VCS-Branch: dev Date: Wed, 26 Jul 2023 07:42:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0fbee985-f122-450f-88ae-b0cdfdb69fc8 X-Archives-Hash: 6fdcc6f1128134b1d139fd1e971fad47 commit: dc5169d702f3c54372249fa5d4a104c2e1037fa0 Author: Viorel Munteanu gentoo org> AuthorDate: Wed Jul 26 07:17:58 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Jul 26 07:17:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc5169d7 app-admin/linode-cli: add 5.41.3 Signed-off-by: Viorel Munteanu gentoo.org> app-admin/linode-cli/Manifest | 1 + app-admin/linode-cli/linode-cli-5.41.3.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest index e3f3d8c52..5518a0657 100644 --- a/app-admin/linode-cli/Manifest +++ b/app-admin/linode-cli/Manifest @@ -1 +1,2 @@ DIST linode-cli-5.41.2.tar.gz 105869 BLAKE2B df982837014c688e054282fff4595cb5a2acc308414a9ba7abdc47f21f26a9e3f9ce6beeb8105e114c97be0742a494d5281f7539469817e83baff730eaf3bdfa SHA512 94876d5b5c13b1f21eadf9cd4e7044d9fbec996c1386e2b9a0d5126281acdbb93cd8558b65835f5bd650f63a41be67a979d76505d13fc399f9c6964539f5ec42 +DIST linode-cli-5.41.3.tar.gz 106163 BLAKE2B 7e8a11960e163d0979410ded574cc29a576ff60ccfe120d397668fcef87dfc093c99de234164b6a9e5d3b93fc1008cde6153c83b3c1018e8eba757e97367a20b SHA512 a04c5f9143835d2fd6dde50a4a2faabad50b74bc9cba581a3c3ab1c5d75855c6a6fec5e04904ec4fc53c017e1c59faeb81d0fa532f6aee0841dec354c52eb974 diff --git a/app-admin/linode-cli/linode-cli-5.41.3.ebuild b/app-admin/linode-cli/linode-cli-5.41.3.ebuild new file mode 100644 index 000000000..9a2809d40 --- /dev/null +++ b/app-admin/linode-cli/linode-cli-5.41.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi + +DESCRIPTION="Linode Command Line Interface" +HOMEPAGE="https://github.com/linode/linode-cli https://www.linode.com/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/boto3 + dev-python/packaging + dev-python/pyyaml + dev-python/requests + dev-python/rich + Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A370D15800A for ; Wed, 26 Jul 2023 07:43:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4E44E095D; Wed, 26 Jul 2023 07:43:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4684E095A for ; Wed, 26 Jul 2023 07:43:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBA97341594 for ; Wed, 26 Jul 2023 07:43:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F6AADE6 for ; Wed, 26 Jul 2023 07:43:42 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1690355878.dc5169d702f3c54372249fa5d4a104c2e1037fa0.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/linode-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/linode-cli/Manifest app-admin/linode-cli/linode-cli-5.41.3.ebuild X-VCS-Directories: app-admin/linode-cli/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: dc5169d702f3c54372249fa5d4a104c2e1037fa0 X-VCS-Branch: master Date: Wed, 26 Jul 2023 07:43:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5cf881f6-ad7b-456a-acba-574c7a6900c3 X-Archives-Hash: 3da654a7eb092e6626c61f282456222d Message-ID: <20230726074342.ld_He2JzXeO5wYwdSumFEvpYJJqhl7GuuXZul0LfdH4@z> commit: dc5169d702f3c54372249fa5d4a104c2e1037fa0 Author: Viorel Munteanu gentoo org> AuthorDate: Wed Jul 26 07:17:58 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Jul 26 07:17:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc5169d7 app-admin/linode-cli: add 5.41.3 Signed-off-by: Viorel Munteanu gentoo.org> app-admin/linode-cli/Manifest | 1 + app-admin/linode-cli/linode-cli-5.41.3.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest index e3f3d8c52..5518a0657 100644 --- a/app-admin/linode-cli/Manifest +++ b/app-admin/linode-cli/Manifest @@ -1 +1,2 @@ DIST linode-cli-5.41.2.tar.gz 105869 BLAKE2B df982837014c688e054282fff4595cb5a2acc308414a9ba7abdc47f21f26a9e3f9ce6beeb8105e114c97be0742a494d5281f7539469817e83baff730eaf3bdfa SHA512 94876d5b5c13b1f21eadf9cd4e7044d9fbec996c1386e2b9a0d5126281acdbb93cd8558b65835f5bd650f63a41be67a979d76505d13fc399f9c6964539f5ec42 +DIST linode-cli-5.41.3.tar.gz 106163 BLAKE2B 7e8a11960e163d0979410ded574cc29a576ff60ccfe120d397668fcef87dfc093c99de234164b6a9e5d3b93fc1008cde6153c83b3c1018e8eba757e97367a20b SHA512 a04c5f9143835d2fd6dde50a4a2faabad50b74bc9cba581a3c3ab1c5d75855c6a6fec5e04904ec4fc53c017e1c59faeb81d0fa532f6aee0841dec354c52eb974 diff --git a/app-admin/linode-cli/linode-cli-5.41.3.ebuild b/app-admin/linode-cli/linode-cli-5.41.3.ebuild new file mode 100644 index 000000000..9a2809d40 --- /dev/null +++ b/app-admin/linode-cli/linode-cli-5.41.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..11} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi + +DESCRIPTION="Linode Command Line Interface" +HOMEPAGE="https://github.com/linode/linode-cli https://www.linode.com/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/boto3 + dev-python/packaging + dev-python/pyyaml + dev-python/requests + dev-python/rich +