diff options
Diffstat (limited to 'dev-python/flup/flup-1.0.1.ebuild')
-rw-r--r-- | dev-python/flup/flup-1.0.1.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/flup/flup-1.0.1.ebuild b/dev-python/flup/flup-1.0.1.ebuild deleted file mode 100644 index 17db883d8c37..000000000000 --- a/dev-python/flup/flup-1.0.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flup/flup-1.0.1.ebuild,v 1.1 2008/12/07 00:10:59 patrick Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" - -DESCRIPTION="Random assortment of WSGI servers" -HOMEPAGE="http://www.saddi.com/software/flup/" -SRC_URI="http://www.saddi.com/software/${PN}/dist/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="" |