public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/s3cmd/
Date: Thu, 28 Jan 2016 18:49:27 +0000 (UTC)	[thread overview]
Message-ID: <1454006961.1e3198f7f1e5d561544abb499cab75e94c097a39.robbat2@gentoo> (raw)

commit:     1e3198f7f1e5d561544abb499cab75e94c097a39
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 18:49:09 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 18:49:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3198f7

net-misc/s3cmd: version bump.

Package-Manager: portage-2.2.27

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

diff --git a/net-misc/s3cmd/Manifest b/net-misc/s3cmd/Manifest
index 2020cb8..1568f04 100644
--- a/net-misc/s3cmd/Manifest
+++ b/net-misc/s3cmd/Manifest
@@ -1,3 +1,4 @@
 DIST s3cmd-1.0.1.tar.gz 57594 SHA256 d76826ea9c5a4789044424f1a50abe83523ba5d12a9185c7a6b7f4c86984bdce SHA512 daddb6c49a22cb2c9196d69116abddc639ab117b8a21413068e33e76f67dff5a21d6dca9a9d385113651fa996ace2359684709b2a3be33f4404ad79ed3d44814 WHIRLPOOL d151d9581359fd8dcc23550bc45fc972ab349153e7488d8d9e28c18857e5d550e834ae16274029797a4d2a096aa988e780ad82756f4f1b2a936002667ac96186
 DIST s3cmd-1.5.2.tar.gz 94760 SHA256 ff8a6764e8bdd7ed48a93e51b08222bea33469d248a90b8d25315b023717b42d SHA512 6493d1c2739c79611ab986882842c4c161a466fdd91a6d48b68ddfa14d7743a9b5dde77902efae336bd632827497ab83962d5835c89135e8f9109d45e14b1e9a WHIRLPOOL ec5fec5e803a87b75689f4bba3f5913c8854d6035b34f5267e4da80a47c86925fdcd053eab24f4bf35b8b1ee2bccd41f7882b6c9fb3b6fdb0257c5ca492dc805
 DIST s3cmd-1.6.0.tar.gz 100821 SHA256 04279ee26c661d4b740449460ed93a74ffec91616f685474beea97e930fdfa5c SHA512 bcffcaf7534b4a2d5ff5f2c015029083484624bbe7a1a53fa300f34107c259fa515026b8064e5047c67d64f722b2fa2dda9c49e2a02b3003bea8ed87950c0d86 WHIRLPOOL 53fcef5a2899988ccc017fcb67fbd4b5169a6d8b5bad261fbe507fae4fed49590f7c8d73d2db645e1be0da4e7a25a9b4013026f43cf3f02f63a2af75e51966ec
+DIST s3cmd-1.6.1.tar.gz 102431 SHA256 4675794f84d8744ee3d35873d180f41c7b2116895ccbe2738a9bc552e1cf214e SHA512 0b1e3cf839144b24e42974f973a8ae97e9b4c79df3a40e38f61cc4b5284ea41a1fcbdc9dd45ff2b402915acb1ffc908a1e1c45c12f93243211ef2349c9acf70b WHIRLPOOL b470138448c589a89823e452bf3ea3e3801acf03d3cd01d152706557411db49db1714d633416b42fc9046d2a6bf6508363446cc881afb7e7b843c0bd8e60f93f

diff --git a/net-misc/s3cmd/s3cmd-1.6.1.ebuild b/net-misc/s3cmd/s3cmd-1.6.1.ebuild
new file mode 100644
index 0000000..562e2fa
--- /dev/null
+++ b/net-misc/s3cmd/s3cmd-1.6.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="xml"
+
+inherit distutils-r1
+
+DESCRIPTION="Command line client for Amazon S3"
+HOMEPAGE="http://s3tools.org/s3cmd"
+SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
+	dev-python/python-magic[${PYTHON_USEDEP}]"
+
+S="$WORKDIR/${P/_/-}"
+
+python_install_all() {
+	# setup/py doesn't intereact well with the eclass
+	distutils-r1_python_install_all
+#	rm -rf "${D}"usr/share/doc/packages || die
+}


             reply	other threads:[~2016-01-28 23:35 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-28 18:49 Robin H. Johnson [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-12-21 18:16 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
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=1454006961.1e3198f7f1e5d561544abb499cab75e94c097a39.robbat2@gentoo \
    --to=robbat2@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