From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/linode-cli/
Date: Sun, 16 Jul 2023 10:08:47 +0000 (UTC) [thread overview]
Message-ID: <1689501855.3fdec8f0f10f52a50722738704ab03862fba3add.ceamac@gentoo> (raw)
Message-ID: <20230716100847.vTtY9UGyQp-cUNgGSASTBK9df10SmakIdb9ZNfmolf8@z> (raw)
commit: 3fdec8f0f10f52a50722738704ab03862fba3add
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 10:03:01 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 10:04:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3fdec8f0
app-admin/linode-cli: new package, add 5.41.2
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
app-admin/linode-cli/Manifest | 1 +
app-admin/linode-cli/linode-cli-5.41.2.ebuild | 27 +++++++++++++++++++++++++++
app-admin/linode-cli/metadata.xml | 12 ++++++++++++
3 files changed, 40 insertions(+)
diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
new file mode 100644
index 000000000..e3f3d8c52
--- /dev/null
+++ b/app-admin/linode-cli/Manifest
@@ -0,0 +1 @@
+DIST linode-cli-5.41.2.tar.gz 105869 BLAKE2B df982837014c688e054282fff4595cb5a2acc308414a9ba7abdc47f21f26a9e3f9ce6beeb8105e114c97be0742a494d5281f7539469817e83baff730eaf3bdfa SHA512 94876d5b5c13b1f21eadf9cd4e7044d9fbec996c1386e2b9a0d5126281acdbb93cd8558b65835f5bd650f63a41be67a979d76505d13fc399f9c6964539f5ec42
diff --git a/app-admin/linode-cli/linode-cli-5.41.2.ebuild b/app-admin/linode-cli/linode-cli-5.41.2.ebuild
new file mode 100644
index 000000000..5ec736dda
--- /dev/null
+++ b/app-admin/linode-cli/linode-cli-5.41.2.ebuild
@@ -0,0 +1,27 @@
+# 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/requests
+ dev-python/pyyaml
+ dev-python/packaging
+ dev-python/rich
+ <dev-python/urllib3-2
+ dev-python/boto3
+"
+
+BDEPEND=""
diff --git a/app-admin/linode-cli/metadata.xml b/app-admin/linode-cli/metadata.xml
new file mode 100644
index 000000000..20c920eb3
--- /dev/null
+++ b/app-admin/linode-cli/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ceamac@gentoo.org</email>
+ <name>Viorel Munteanu</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">linode/linode-cli</remote-id>
+ <remote-id type="pypi">linode-cli</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2023-07-16 10:08 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-16 10:04 Viorel Munteanu [this message]
2023-07-16 10:08 ` [gentoo-commits] repo/proj/guru:master commit in: app-admin/linode-cli/ Viorel Munteanu
-- strict thread matches above, loose matches on Subject: below --
2023-07-16 10:08 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-26 7:42 Viorel Munteanu
2023-07-26 7:42 Viorel Munteanu
2023-08-25 5:23 Viorel Munteanu
2023-08-25 5:23 Viorel Munteanu
2023-08-29 5:30 Viorel Munteanu
2023-08-29 5:39 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-08-29 5:30 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-09-12 18:36 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-09-12 18:34 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-09-19 14:12 Viorel Munteanu
2023-09-20 17:50 Viorel Munteanu
2023-09-20 17:50 Viorel Munteanu
2023-10-05 6:07 Viorel Munteanu
2023-10-05 6:18 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-10-05 6:07 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-10-06 14:38 Viorel Munteanu
2023-10-06 14:38 Viorel Munteanu
2023-10-17 4:15 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-10-17 4:12 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-11-08 5:43 Viorel Munteanu
2023-11-08 5:43 Viorel Munteanu
2023-11-19 8:18 Viorel Munteanu
2023-11-19 8:18 Viorel Munteanu
2023-12-01 15:24 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=1689501855.3fdec8f0f10f52a50722738704ab03862fba3add.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