blob: b4d1199024b6177c63a2c7c2ca5bfda292277a89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Python bindings for E_DBUS library"
HOMEPAGE="http://www.enlightenment.org/"
ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/BINDINGS/python/${PN}"
ESVN_REVISION="r38500"
LICENSE="GPL"
SLOT="0"
KEYWORDS="~arm ~amd64 ~x86"
IUSE=""
inherit distutils subversion
RDEPEND=">=dev-libs/eina-20090108
>=media-libs/epsilon-20090108"
DEPEND=">=dev-util/pkgconfig-0.9.0
>=dev-lang/python-2.3"
|