diff options
author | 2010-05-29 15:58:15 +0000 | |
---|---|---|
committer | 2010-05-29 15:58:15 +0000 | |
commit | 16cb20a9cf30a2a6392202338d06b9fd735c0a1f (patch) | |
tree | 5fb107a8071c5714ce7f88d621587709e5334cc0 /dev-python/fabric | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-16cb20a9cf30a2a6392202338d06b9fd735c0a1f.tar.gz historical-16cb20a9cf30a2a6392202338d06b9fd735c0a1f.tar.bz2 historical-16cb20a9cf30a2a6392202338d06b9fd735c0a1f.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/fabric')
-rw-r--r-- | dev-python/fabric/fabric-0.9_beta1.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/fabric/fabric-0.9_beta1.ebuild b/dev-python/fabric/fabric-0.9_beta1.ebuild deleted file mode 100644 index 9ade337d6709..000000000000 --- a/dev-python/fabric/fabric-0.9_beta1.ebuild +++ /dev/null @@ -1,29 +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_beta1.ebuild,v 1.1 2009/09/10 22:10:17 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_P="${PN}-${PV/_beta/b}" - -DESCRIPTION="Fabric is a simple pythonic remote deployment tool" -HOMEPAGE="http://www.nongnu.org/fab/index.html" -# Snapshots are generated on-the-fly and checksums vary, so -# only download the snapshot from Gentoo mirrors. -#SRC_URI="http://git.fabfile.org/cgit.cgi/fabric/snapshot/${MY_P}.tar.gz" -SRC_URI="mirror://gentoo/${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}" |