blob: 0b12bf0366de741dd50fc81f9412ae55f7526019 (
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
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit distutils
DESCRIPTION="Authoring application to assist teachers and academics in the publishing of web content"
HOMEPAGE="http://exelearning.org/"
SRC_URI="http://eduforge.org/frs/download.php/839/${P}-source.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""
DEPEND=">=dev-python/pygtk-2.6.1
>=dev-python/gnome-python-extras-2.10
>=www-client/mozilla-firefox-3.0
>=dev-python/nevow-0.4.1
>=dev-python/twisted-2.0.1
>=dev-python/twisted-web-0.5.0
>=net-zope/zope-interface-3.0.1
>=dev-lang/python-2.4.1"
RDEPEND="${DEPEND}"
S="${WORKDIR}/exe"
|