net-misc/s3cmd: prepare for stabilisation of vn. 1.6.1
authorIan Delaney <idella4@gentoo.org>
Thu, 10 Mar 2016 02:05:19 +0000 (10:05 +0800)
committerIan Delaney <idella4@gentoo.org>
Thu, 10 Mar 2016 02:06:01 +0000 (10:06 +0800)
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

index 562e2fa8de2a1d9ffa70f53b05850d5404b4aa75..32edeb11c711f3717d88f7870385060984e28543 100644 (file)
@@ -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
-}