commit: 75ac9e105cecb4e960ff1269e2033f0a4441fbc4
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 02:05:19 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 02:06:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ac9e10
net-misc/s3cmd: prepare for stabilisation of vn. 1.6.1
Upgrade EAPI to 6, remove un-needed install phase
updated ebuild supplied via attachment in gentoo bug
Gentoo bug: #576828
Package-Manager: portage-2.2.26
net-misc/s3cmd/s3cmd-1.6.1.ebuild | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/net-misc/s3cmd/s3cmd-1.6.1.ebuild
b/net-misc/s3cmd/s3cmd-1.6.1.ebuild
index 562e2fa..32edeb1 100644
--- a/net-misc/s3cmd/s3cmd-1.6.1.ebuild
+++ b/net-misc/s3cmd/s3cmd-1.6.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
@@ -23,9 +23,3 @@ 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
-}