From: Ian Delaney Date: Thu, 10 Mar 2016 02:05:19 +0000 (+0800) Subject: net-misc/s3cmd: prepare for stabilisation of vn. 1.6.1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=75ac9e105cecb4e960ff1269e2033f0a4441fbc4;p=gentoo.git 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 --- diff --git a/net-misc/s3cmd/s3cmd-1.6.1.ebuild b/net-misc/s3cmd/s3cmd-1.6.1.ebuild index 562e2fa8de2a..32edeb11c711 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 -}