27 lines
683 B
Bash
27 lines
683 B
Bash
# 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/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"
|