# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apps/moinmoin/moinmoin-1.9.6.ebuild,v 1.4 2013/01/04 12:54:20 ago Exp $ EAPI="5" PYTHON_DEPEND="2:2.5" PYTHON_USE_WITH="xml" PYTHON_MODNAME="MoinMoin" inherit distutils webapp MY_PN="moin" DESCRIPTION="Python WikiClone" HOMEPAGE="http://moinmo.in/" SRC_URI="http://static.moinmo.in/files/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ppc x86" IUSE="" RDEPEND=">=dev-python/docutils-0.4 >=dev-python/flup-1.0.2 >=dev-python/pygments-1.1.1 >=dev-python/werkzeug-0.7.0" need_httpd_cgi S=${WORKDIR}/${MY_PN}-${PV} WEBAPP_MANUAL_SLOT="yes" pkg_setup() { if has_version "