summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-07-25 09:04:38 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-07-25 09:04:38 +0000
commit274d572bc90cd4cebc098eabde679e8680a41b62 (patch)
tree825ca6b8ca11289874e5aa9b4c33f8601a5a44be /dev-python/fabric
parentBump to 0.5.1, fixes #278349 (diff)
downloadgentoo-2-274d572bc90cd4cebc098eabde679e8680a41b62.tar.gz
gentoo-2-274d572bc90cd4cebc098eabde679e8680a41b62.tar.bz2
gentoo-2-274d572bc90cd4cebc098eabde679e8680a41b62.zip
Bump to 0.9a_p3, fixes #273195
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/fabric')
-rw-r--r--dev-python/fabric/ChangeLog7
-rw-r--r--dev-python/fabric/fabric-0.9a_p3.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/fabric/ChangeLog b/dev-python/fabric/ChangeLog
index b88c0c22640e..a6682d22b01a 100644
--- a/dev-python/fabric/ChangeLog
+++ b/dev-python/fabric/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/fabric
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v 1.2 2009/04/24 06:45:22 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v 1.3 2009/07/25 09:04:38 patrick Exp $
+
+*fabric-0.9a_p3 (25 Jul 2009)
+
+ 25 Jul 2009; Patrick Lauer <patrick@gentoo.org> +fabric-0.9a_p3.ebuild:
+ Bump to 0.9a_p3, fixes #273195
*fabric-0.1.1 (24 Apr 2009)
diff --git a/dev-python/fabric/fabric-0.9a_p3.ebuild b/dev-python/fabric/fabric-0.9a_p3.ebuild
new file mode 100644
index 000000000000..20ae633272a8
--- /dev/null
+++ b/dev-python/fabric/fabric-0.9a_p3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-0.9a_p3.ebuild,v 1.1 2009/07/25 09:04:38 patrick Exp $
+
+inherit distutils
+
+MYPV=${PV/_p/}
+
+DESCRIPTION="Fabric is a simple pythonic remote deployment tool"
+HOMEPAGE="http://www.nongnu.org/fab/index.html"
+SRC_URI="http://git.fabfile.org/cgit.cgi/fabric/snapshot/${PN}-${MYPV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="${DEPEND}
+ >=dev-python/paramiko-1.7"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${MYPV}"