summaryrefslogtreecommitdiff
blob: f32ae029cbdc1d572319605db38ccd1a32d27296 (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
# Copyright 2006-2007 BreakMyGentoo.org
# Distributed under the terms of the GNU General Public License v2

inherit distutils

MY_P=${P/coherence/Coherence}

DESCRIPTION="Signal dispatching in Python"
HOMEPAGE="http://www.pylouie.org/index.html"
SRC_URI="http://coherence.beebits.net/download/${MY_P}.tar.gz"

RESTRICT="nomirror"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~ppc ~x86"
IUSE="tracker"

RDEPEND=">=dev-lang/python-2.5
	dev-python/configobj
	dev-python/gst-python
	dev-python/dbus-python
	tracker? ( app-misc/tracker )"

DEPEND="${RDEPEND}"

S=${WORKDIR}/${MY_P}