summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2016-03-10 10:05:19 +0800
committerIan Delaney <idella4@gentoo.org>2016-03-10 10:06:01 +0800
commit75ac9e105cecb4e960ff1269e2033f0a4441fbc4 (patch)
tree9a359898a240b5ccfe3b6a1cce4ea6a7d1b8b973
parentmysql-multilib-r1.eclass: Fix virtual/mysql USE dependency (diff)
downloadgentoo-75ac9e105cecb4e960ff1269e2033f0a4441fbc4.tar.gz
gentoo-75ac9e105cecb4e960ff1269e2033f0a4441fbc4.tar.bz2
gentoo-75ac9e105cecb4e960ff1269e2033f0a4441fbc4.zip
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
-rw-r--r--net-misc/s3cmd/s3cmd-1.6.1.ebuild10
1 files 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 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
-}