summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/s3cmd/s3cmd-1.5.2.ebuild')
-rw-r--r--net-misc/s3cmd/s3cmd-1.5.2.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/net-misc/s3cmd/s3cmd-1.5.2.ebuild b/net-misc/s3cmd/s3cmd-1.5.2.ebuild
index bb9d99aaefff..75337f8e12ae 100644
--- a/net-misc/s3cmd/s3cmd-1.5.2.ebuild
+++ b/net-misc/s3cmd/s3cmd-1.5.2.ebuild
@@ -1,26 +1,27 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/s3cmd-1.5.2.ebuild,v 1.1 2015/03/10 16:18:14 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/s3cmd-1.5.2.ebuild,v 1.2 2015/03/11 09:05:25 monsieurp Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+
+PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
inherit distutils-r1
-KEYWORDS="~amd64 ~x86 ~x64-macos"
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=""
-SLOT="0"
DEPEND="${PYTHON_DEPS}"
RDEPEND=""
-S=$WORKDIR/${P/_/-}
+S="$WORKDIR/${P/_/-}"
src_install() {
S3CMD_INSTPATH_DOC="${EPREFIX}"/usr/share/doc/${PF} distutils-r1_src_install