summaryrefslogtreecommitdiff
blob: ae2640bfa20c9d68c5d9fc51b43934d73193635a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

NEED_PYTHON=2.4

inherit eutils distutils

DESCRIPTION="Kamaelia is a Python library for concurrent programming."
HOMEPAGE="http://www.kamaelia.org/Home"
SRC_URI="http://www.kamaelia.org/release/Kamaelia-${PV}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 sparc x86"
IUSE=""

DEPEND="dev-python/setuptools"
RDEPEND=""

S=${WORKDIR}/Kamaelia-${PV}

PATCHES=( "${FILESDIR}/${P}-prefix.patch" )

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch ${PATCHES}
}