summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/kamaelia/kamaelia-0.9.8.0.ebuild')
-rw-r--r--dev-python/kamaelia/kamaelia-0.9.8.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/kamaelia/kamaelia-0.9.8.0.ebuild b/dev-python/kamaelia/kamaelia-0.9.8.0.ebuild
deleted file mode 100644
index ab1cd2d..0000000
--- a/dev-python/kamaelia/kamaelia-0.9.8.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-NEED_PYTHON=2.4
-
-inherit distutils
-
-DESCRIPTION="Kamaelia is a Python library for concurrent programming."
-HOMEPAGE="http://www.kamaelia.org/Home"
-SRC_URI="http://www.kamaelia.org/release/MonthlyReleases/Kamaelia-${PV}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-S=${WORKDIR}/Kamaelia-${PV}/Kamaelia
-