summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-19 22:25:03 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-19 22:25:03 +0000
commit880770c242f8b59f9eb126b43c62bcd43afae27b (patch)
treebed8a7d13014a89151966735eb72f1dafe65fc22 /dev-python/fabric
parentFix install error with urt subdir #337971 by Steve Kutnar and drop importinc ... (diff)
downloadhistorical-880770c242f8b59f9eb126b43c62bcd43afae27b.tar.gz
historical-880770c242f8b59f9eb126b43c62bcd43afae27b.tar.bz2
historical-880770c242f8b59f9eb126b43c62bcd43afae27b.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/fabric')
-rw-r--r--dev-python/fabric/fabric-0.9.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/fabric/fabric-0.9.0.ebuild b/dev-python/fabric/fabric-0.9.0.ebuild
deleted file mode 100644
index 5f0e3d499cef..000000000000
--- a/dev-python/fabric/fabric-0.9.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.9.0.ebuild,v 1.1 2009/11/15 17:45:28 arfrever Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="Fabric"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Fabric is a simple pythonic remote deployment tool"
-HOMEPAGE="http://fabfile.org http://pypi.python.org/pypi/Fabric"
-SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/paramiko-1.7"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- distutils_src_prepare
-
- # Don't install internal copy of paramiko.
- rm -fr paramiko
-}