# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" DISTUTILS_SINGLE_IMPL=1 inherit eutils distutils-r1 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" RDEPEND=">=dev-python/docutils-0.4[${PYTHON_USEDEP}] >=dev-python/flup-1.0.2[${PYTHON_USEDEP}] >=dev-python/pygments-1.1.1[${PYTHON_USEDEP}] >=dev-python/werkzeug-0.7.0[${PYTHON_USEDEP}]" need_httpd_cgi S=${WORKDIR}/${MY_PN}-${PV} WEBAPP_MANUAL_SLOT="yes" pkg_setup() { if has_version "