summaryrefslogtreecommitdiff
blob: a1bb40f6b06aeb26479cbe64795260e5a5f19947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/s3cmd-0.9.7.ebuild,v 1.1 2008/06/22 19:26:36 darkside 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"