diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-03-11 09:05:33 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-03-11 09:05:33 +0000 |
commit | f154b8f7501235dca8cb11f73afa82090e8b6865 (patch) | |
tree | 193f110a6407821ae61b041644aab3799b8337d5 /net-misc/s3cmd/s3cmd-1.5.2.ebuild | |
parent | Version bump. (diff) | |
download | historical-f154b8f7501235dca8cb11f73afa82090e8b6865.tar.gz historical-f154b8f7501235dca8cb11f73afa82090e8b6865.tar.bz2 historical-f154b8f7501235dca8cb11f73afa82090e8b6865.zip |
Get rid of py2.6 (deprecated) + QA.
Package-Manager: portage-2.2.14/cvs/Linux i686
Diffstat (limited to 'net-misc/s3cmd/s3cmd-1.5.2.ebuild')
-rw-r--r-- | net-misc/s3cmd/s3cmd-1.5.2.ebuild | 11 |
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 |