diff options
Diffstat (limited to 'net-misc/s3cmd/s3cmd-0.9.8.4.ebuild')
-rw-r--r-- | net-misc/s3cmd/s3cmd-0.9.8.4.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net-misc/s3cmd/s3cmd-0.9.8.4.ebuild b/net-misc/s3cmd/s3cmd-0.9.8.4.ebuild deleted file mode 100644 index d9066a36520d..000000000000 --- a/net-misc/s3cmd/s3cmd-0.9.8.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/s3cmd-0.9.8.4.ebuild,v 1.1 2009/01/30 13:03:38 bangert Exp $ - -inherit distutils - -KEYWORDS="~x86" -DESCRIPTION="command line S3 client" -HOMEPAGE="http://s3tools.logix.cz/s3cmd" -SRC_URI="mirror://sourceforge/s3tools/${P}.tar.gz" -LICENSE="GPL-2" - -IUSE="" -SLOT="0" - -RDEPEND=">=dev-lang/python-2.4 - dev-python/elementtree" - -src_install() { - S3CMD_INSTPATH_DOC=/usr/share/doc/${PF} distutils_src_install -} |