# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apps/moinmoin/moinmoin-1.8.8.ebuild,v 1.8 2011/04/20 19:11:38 radhermit Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" inherit distutils webapp eutils MY_PN="moin" DESCRIPTION="Python WikiClone" SRC_URI="http://static.moinmo.in/files/${MY_PN}-${PV}.tar.gz" HOMEPAGE="http://moinmo.in/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" IUSE="rss" DEPEND="" RDEPEND=">=dev-python/docutils-0.4 rss? ( >=dev-lang/python-2.5.1 )" need_httpd_cgi S="${WORKDIR}"/${MY_PN}-${PV} PYTHON_MODNAME="MoinMoin" WEBAPP_MANUAL_SLOT="yes" pkg_setup() { if has_version "