diff options
Diffstat (limited to 'dev-python/etsproxy/etsproxy-0.1.0.ebuild')
-rw-r--r-- | dev-python/etsproxy/etsproxy-0.1.0.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/etsproxy/etsproxy-0.1.0.ebuild b/dev-python/etsproxy/etsproxy-0.1.0.ebuild deleted file mode 100644 index ba27e1d7605f..000000000000 --- a/dev-python/etsproxy/etsproxy-0.1.0.ebuild +++ /dev/null @@ -1,24 +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/etsproxy/etsproxy-0.1.0.ebuild,v 1.1 2011/08/04 00:25:58 bicatali Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" - -inherit distutils - -DESCRIPTION="Enthought Tool Suite: proxy modules for backwards compatibility" -HOMEPAGE="http://pypi.python.org/pypi/etsproxy" -SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/setuptools" - -PYTHON_MODNAME="enthought" |