summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/s3cmd/s3cmd-1.5.2-r1.ebuild')
-rw-r--r--net-misc/s3cmd/s3cmd-1.5.2-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/s3cmd/s3cmd-1.5.2-r1.ebuild b/net-misc/s3cmd/s3cmd-1.5.2-r1.ebuild
deleted file mode 100644
index 562e2fa8de2a..000000000000
--- a/net-misc/s3cmd/s3cmd-1.5.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
-}