summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-06-22 19:26:36 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-06-22 19:26:36 +0000
commit339db41aa970875aba646bc41809717b1526deb5 (patch)
tree4032b0333876a5310f9a9404a5fe9e2462219f0c /net-misc
parentamd64 stable, bug #228917 (diff)
downloadgentoo-2-339db41aa970875aba646bc41809717b1526deb5.tar.gz
gentoo-2-339db41aa970875aba646bc41809717b1526deb5.tar.bz2
gentoo-2-339db41aa970875aba646bc41809717b1526deb5.zip
Version bump. bug #212010
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/s3cmd/ChangeLog7
-rw-r--r--net-misc/s3cmd/s3cmd-0.9.7.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/net-misc/s3cmd/ChangeLog b/net-misc/s3cmd/ChangeLog
index 225d0364ed31..03a93a31d5f1 100644
--- a/net-misc/s3cmd/ChangeLog
+++ b/net-misc/s3cmd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/s3cmd
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/ChangeLog,v 1.3 2008/03/12 10:32:03 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/ChangeLog,v 1.4 2008/06/22 19:26:36 darkside Exp $
+
+*s3cmd-0.9.7 (22 Jun 2008)
+
+ 22 Jun 2008; Jeremy Olexa <darkside@gentoo.org> +s3cmd-0.9.7.ebuild:
+ Version bump. bug #212010
12 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing Josh Glover (jmglov, #206782) from metadata.xml.
diff --git a/net-misc/s3cmd/s3cmd-0.9.7.ebuild b/net-misc/s3cmd/s3cmd-0.9.7.ebuild
new file mode 100644
index 000000000000..a1bb40f6b06a
--- /dev/null
+++ b/net-misc/s3cmd/s3cmd-0.9.7.ebuild
@@ -0,0 +1,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"