# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_PV=${PV/_p/.} DESCRIPTION="OpenID Authentication plugin for Trac" HOMEPAGE="http://trac-hacks.org/wiki/AuthOpenIdPlugin" SRC_URI="http://zugaina.free.fr/distfiles/authopenid-plugin-${MY_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="=www-apps/trac-0.11*" DEPEND="dev-python/setuptools >=dev-python/python-openid-2.1.1" S=${WORKDIR}/authopenid-plugin src_install() { distutils_src_install }