summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2011-01-14 15:53:14 +0000
committerThilo Bangert <bangert@gentoo.org>2011-01-14 15:53:14 +0000
commit8d2f903457c370b5aba4d6a410cf0e5807fd4937 (patch)
tree082e671291a4ff0694acb0f647924452ac3de4da /net-misc/s3cmd/s3cmd-1.0.0.ebuild
parentCleanup (diff)
downloadgentoo-2-8d2f903457c370b5aba4d6a410cf0e5807fd4937.tar.gz
gentoo-2-8d2f903457c370b5aba4d6a410cf0e5807fd4937.tar.bz2
gentoo-2-8d2f903457c370b5aba4d6a410cf0e5807fd4937.zip
version bump - remove old
(Portage version: 2.2.0_alpha13/cvs/Linux i686)
Diffstat (limited to 'net-misc/s3cmd/s3cmd-1.0.0.ebuild')
-rw-r--r--net-misc/s3cmd/s3cmd-1.0.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-misc/s3cmd/s3cmd-1.0.0.ebuild b/net-misc/s3cmd/s3cmd-1.0.0.ebuild
new file mode 100644
index 000000000000..5a596fee4a68
--- /dev/null
+++ b/net-misc/s3cmd/s3cmd-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/s3cmd-1.0.0.ebuild,v 1.1 2011/01/14 15:53:14 bangert Exp $
+
+inherit distutils
+
+KEYWORDS="~amd64 ~x86"
+DESCRIPTION="Command line client for Amazon S3"
+HOMEPAGE="http://s3tools.org/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
+ rm -rf "${D}"/usr/share/doc/${PF}/${PN}
+}