diff options
author | 2011-03-10 21:59:30 +0000 | |
---|---|---|
committer | 2011-03-10 21:59:30 +0000 | |
commit | 329afaf626844e480d65f75c6c6330a3bb2c8f8d (patch) | |
tree | 1e622cf1db85204d4efb6539bbfb4477a3b02b73 /dev-python/paisley | |
parent | Version bump (diff) | |
download | historical-329afaf626844e480d65f75c6c6330a3bb2c8f8d.tar.gz historical-329afaf626844e480d65f75c6c6330a3bb2c8f8d.tar.bz2 historical-329afaf626844e480d65f75c6c6330a3bb2c8f8d.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/paisley')
-rw-r--r-- | dev-python/paisley/paisley-0.3.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/paisley/paisley-0.3.ebuild b/dev-python/paisley/paisley-0.3.ebuild deleted file mode 100644 index c01ea23bc973..000000000000 --- a/dev-python/paisley/paisley-0.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paisley/paisley-0.3.ebuild,v 1.3 2011/03/08 22:18:41 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -DESCRIPTION="Paisley is a CouchDB client written in Python to be used within a Twisted application." -HOMEPAGE="http://launchpad.net/paisley http://pypi.python.org/pypi/paisley" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="dev-python/simplejson - dev-python/twisted - dev-python/twisted-web" -DEPEND="${RDEPEND}" |