public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Richard Freeman" <rich0@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/s3cmd/
Date: Thu, 21 Dec 2023 18:16:57 +0000 (UTC)	[thread overview]
Message-ID: <1703182575.fb5079ba75bf4af860b7fefd3a92ebf28783751a.rich0@gentoo> (raw)

commit:     fb5079ba75bf4af860b7fefd3a92ebf28783751a
Author:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 18:16:15 2023 +0000
Commit:     Richard Freeman <rich0 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 18:16:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5079ba

net-misc/s3cmd: add 2.4.0

Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org>

 net-misc/s3cmd/Manifest           |  1 +
 net-misc/s3cmd/s3cmd-2.4.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/net-misc/s3cmd/Manifest b/net-misc/s3cmd/Manifest
index c4392dc2b593..9414ff997781 100644
--- a/net-misc/s3cmd/Manifest
+++ b/net-misc/s3cmd/Manifest
@@ -1,2 +1,3 @@
 DIST s3cmd-2.2.0.tar.gz 134390 BLAKE2B d578aa13a7b8599c70dc6daa5d21950331b0b07278479d1f3947e6be78a9bd108c7f8ea6f198fa518dfa6ad44d907d979a29d5d9f1a15e4f73484fcebb118225 SHA512 07b2410554233b435b3476e09fd14354abaa19374cc1211f861147023470599483c18d213a44b5c9aee32d71b5a4bc5d9ce25721fb077cbadfd208d457e13845
 DIST s3cmd-2.3.0.tar.gz 136754 BLAKE2B 61feff68d008536d4d31009f4ad18da37ccd0cdab9bfdf151b7112ac66f43bde78f042bc2ad36998fe070428a10a9ba99db5d6d39e9eb74e829a855eb11d1697 SHA512 3507fb8b597617a384508149cb30bdfa8bc8a7b3705782fbf9a943c4be413dc5b7cfb3572b632e8bebbb644ab31f418428ccca996c0d2ba840ad88df1f5a406a
+DIST s3cmd-2.4.0.tar.gz 144976 BLAKE2B d854281a029b9865dc40d6bebd0994840a201ad573dfc628916daec00a6b38022f3f3c80aa745870c0b594443da747b1967d24976701e4d97167cfc087ae6dd8 SHA512 78a7fb193ef94759e6b59c8bccc2e736f4195f7de781f6a5d11a5685a3cf93ca9ef946bdefbfe0b0dafd0ea0612c8944283c3177f280d14edfca6553e62e0b49

diff --git a/net-misc/s3cmd/s3cmd-2.4.0.ebuild b/net-misc/s3cmd/s3cmd-2.4.0.ebuild
new file mode 100644
index 000000000000..6ae5ece00f1b
--- /dev/null
+++ b/net-misc/s3cmd/s3cmd-2.4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="xml(+)"
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="Command line client for Amazon S3"
+HOMEPAGE="https://s3tools.org/s3cmd"
+SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz"
+S="${WORKDIR}/${P/_/-}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~loong ~x86 ~amd64-linux ~x64-macos"
+
+RDEPEND="
+	|| (
+		dev-python/python-magic[${PYTHON_USEDEP}]
+		sys-apps/file[python,${PYTHON_USEDEP}]
+	)
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	"
+
+src_install() {
+	distutils-r1_src_install
+	rm -r "${ED}/usr/share/doc/packages" || die
+}


             reply	other threads:[~2023-12-21 18:17 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-21 18:16 Richard Freeman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-22 20:06 [gentoo-commits] repo/gentoo:master commit in: net-misc/s3cmd/ Michał Górny
2024-07-31 18:21 Richard Freeman
2024-07-31 18:18 Richard Freeman
2024-07-31 18:01 Richard Freeman
2024-06-01 22:40 Richard Freeman
2023-09-18  9:55 WANG Xuerui
2023-04-20  4:02 Sam James
2023-04-19 12:25 Richard Freeman
2023-01-10 14:42 Michał Górny
2022-10-05 14:34 Richard Freeman
2022-09-07  7:52 Michał Górny
2021-11-15 14:56 Richard Freeman
2021-10-26  6:52 Arthur Zamarin
2021-10-26  6:52 Arthur Zamarin
2021-10-13 16:53 Robin H. Johnson
2021-10-13 16:51 Robin H. Johnson
2021-07-22 22:09 Richard Freeman
2021-07-22 17:39 Sam James
2021-07-22 11:04 Richard Freeman
2020-09-19  2:04 Richard Freeman
2020-09-18  8:26 Agostino Sarubbo
2020-09-08 18:33 Richard Freeman
2020-08-24 13:38 Richard Freeman
2020-08-02  9:15 Michał Górny
2020-08-02  9:15 Michał Górny
2020-05-07 15:17 Michał Górny
2019-12-15 12:48 Agostino Sarubbo
2019-12-15 12:44 Agostino Sarubbo
2019-01-09  8:03 Fabian Groffen
2018-10-10  6:40 Patrice Clement
2018-07-05  1:02 Georgy Yakovlev
2018-07-02  0:49 Thomas Deutschmann
2018-06-30 14:45 Sergei Trofimovich
2018-06-23 23:31 Mikle Kolyada
2018-04-15 18:48 Patrice Clement
2018-03-03  9:46 Michał Górny
2017-06-28  0:22 Robin H. Johnson
2016-03-14 22:12 Agostino Sarubbo
2016-03-10  2:06 Ian Delaney
2016-03-09 14:38 Ian Delaney
2016-01-28 18:49 Robin H. Johnson
2015-12-02 19:58 Robin H. Johnson

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=1703182575.fb5079ba75bf4af860b7fefd3a92ebf28783751a.rich0@gentoo \
    --to=rich0@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