summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-07-25 20:46:45 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-07-25 20:46:45 +0000
commite6d27212273da1ee6af3d9aaff3dbb7e8c1c9023 (patch)
tree1118d4807007b089da150bb7ae8066999e16470c /dev-python
parentversion bumping pybugz to 0.5.4 (diff)
downloadliquidx-e6d27212273da1ee6af3d9aaff3dbb7e8c1c9023.tar.gz
liquidx-e6d27212273da1ee6af3d9aaff3dbb7e8c1c9023.tar.bz2
liquidx-e6d27212273da1ee6af3d9aaff3dbb7e8c1c9023.zip
pruning older version
svn path=/; revision=29
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flup/files/digest-flup-0.18271
-rw-r--r--dev-python/flup/flup-0.1827.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/flup/files/digest-flup-0.1827 b/dev-python/flup/files/digest-flup-0.1827
deleted file mode 100644
index e4b8a73..0000000
--- a/dev-python/flup/files/digest-flup-0.1827
+++ /dev/null
@@ -1 +0,0 @@
-MD5 37d310a7ce3f4ce715fee1a25fb6a83e flup-r1827.tar.gz 54886
diff --git a/dev-python/flup/flup-0.1827.ebuild b/dev-python/flup/flup-0.1827.ebuild
deleted file mode 100644
index 3b989bc..0000000
--- a/dev-python/flup/flup-0.1827.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild,v 1.4 2005/03/04 21:31:57 kito Exp $
-
-# http://bugs.gentoo.org/show_bug.cgi?id=100784
-
-inherit distutils
-
-REV=${PV/0./}
-DESCRIPTION="Python implementation of the WSGI and FastCGI interfaces"
-HOMEPAGE="http://www.saddi.com/software/flup/"
-SRC_URI="http://www.saddi.com/software/flup/dist/${PN}-r${REV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.4"
-S=${WORKDIR}/${PN}-r${REV}