summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Freeman <rich0@gentoo.org>2020-09-18 22:04:11 -0400
committerRichard Freeman <rich0@gentoo.org>2020-09-18 22:04:11 -0400
commite10340e061cac54e99376837e3661194e75ff0a6 (patch)
treed9e6cfc6e509171847b692ee74f97b69406c2e72 /net-misc/s3cmd
parentdev-lang/python: Stabilize 3.6.12 arm64, #743232 (diff)
downloadgentoo-e10340e061cac54e99376837e3661194e75ff0a6.tar.gz
gentoo-e10340e061cac54e99376837e3661194e75ff0a6.tar.bz2
gentoo-e10340e061cac54e99376837e3661194e75ff0a6.zip
net-misc/s3cmd: remove py-3.6-only version
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'net-misc/s3cmd')
-rw-r--r--net-misc/s3cmd/Manifest1
-rw-r--r--net-misc/s3cmd/s3cmd-2.0.2.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/net-misc/s3cmd/Manifest b/net-misc/s3cmd/Manifest
index 1c0623b6a94d..0342ca043bff 100644
--- a/net-misc/s3cmd/Manifest
+++ b/net-misc/s3cmd/Manifest
@@ -1,2 +1 @@
-DIST s3cmd-2.0.2.tar.gz 124266 BLAKE2B ab5921f22af05007c57df84ab4df559f31a8b7f05427fa06fa7428d41de788e4824b6285b69de592ed84d72733d3ae455a20c017dd9cecf2e4e073bff5016fb0 SHA512 4cd155f4e24e462fcab009b5ae0844718b728134cf436a4c43a9380c178c2172bb5bccc780f0f174cb43793554cb4f9b5ca432c757c9e5a4a8eaa4efe656133d
DIST s3cmd-2.1.0.tar.gz 127120 BLAKE2B 4282f616eb7ca97fa0d529a2c5acc1359f88888d182b62e1fa7d3f7401a93852a4e0724363a4c6f0a6520d6aef290d64e1775cb252fc0fbaa4b94762402c381e SHA512 98156218c4379e233185662d29fa4299b4a4e45a0fe143a145f30ff7d03362a4558b5fff5e5da0da850f5cce2c760fcd031bcf5ff7a6bd2c6352259e791d65e6
diff --git a/net-misc/s3cmd/s3cmd-2.0.2.ebuild b/net-misc/s3cmd/s3cmd-2.0.2.ebuild
deleted file mode 100644
index cfdb393490f2..000000000000
--- a/net-misc/s3cmd/s3cmd-2.0.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="xml"
-
-inherit distutils-r1
-
-DESCRIPTION="Command line client for Amazon S3"
-HOMEPAGE="https://s3tools.org/s3cmd"
-SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="amd64 ~ia64 x86 ~amd64-linux ~x64-macos"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="
- dev-python/python-dateutil[${PYTHON_USEDEP}]
- dev-python/python-magic[${PYTHON_USEDEP}]"
-
-S="$WORKDIR/${P/_/-}"