summaryrefslogtreecommitdiff
path: root/net-misc/s4cmd/s4cmd-2.1.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-24 05:21:45 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-24 05:21:45 +0100
commitfcf991edcc1b310199e4e829a3706bc1c267d1db (patch)
tree50f02cb76c2666dbe78d927799c034715582c9cd /net-misc/s4cmd/s4cmd-2.1.0.ebuild
parent3c246ed172bd795a519ba659ba32c9e91f6bedde (diff)
gentoo auto-resync : 24:09:2023 - 05:21:45
Diffstat (limited to 'net-misc/s4cmd/s4cmd-2.1.0.ebuild')
-rw-r--r--net-misc/s4cmd/s4cmd-2.1.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-misc/s4cmd/s4cmd-2.1.0.ebuild b/net-misc/s4cmd/s4cmd-2.1.0.ebuild
deleted file mode 100644
index ad0c96c26eb5..000000000000
--- a/net-misc/s4cmd/s4cmd-2.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 bash-completion-r1
-
-DESCRIPTION="Super S3 command line tool"
-HOMEPAGE="https://github.com/bloomreach/s4cmd"
-SRC_URI="https://github.com/bloomreach/s4cmd/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/boto3[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${P/_/-}"
-
-src_install() {
- distutils-r1_src_install
- dobashcomp data/bash-completion/s4cmd
- rm -f "${D}"/usr/bin/s4cmd.py
-}