diff options
Diffstat (limited to 'www-apps/trac-accountmanager/trac-accountmanager-0.1.3.ebuild')
-rw-r--r-- | www-apps/trac-accountmanager/trac-accountmanager-0.1.3.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/www-apps/trac-accountmanager/trac-accountmanager-0.1.3.ebuild b/www-apps/trac-accountmanager/trac-accountmanager-0.1.3.ebuild new file mode 100644 index 0000000..c65af45 --- /dev/null +++ b/www-apps/trac-accountmanager/trac-accountmanager-0.1.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +PYTHON_MODNAME="acct_mgr" +TRAC_PV="0.10" +inherit distutils + +DESCRIPTION="User account management plugin for Trac" +HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin" +SRC_URI="http://dev.gentooexperimental.org/~jakub/distfiles/${P}.zip" + +LICENSE="BEER-WARE" +KEYWORDS="~x86" +IUSE="" +SLOT="0" + +DEPEND="app-arch/unzip + dev-python/setuptools" +RDEPEND="=www-apps/trac-${TRAC_PV}* + www-apps/trac-webadmin" + +S="${WORKDIR}/accountmanagerplugin/${TRAC_PV}" + +src_test() { + "${python}" setup.py egg_info + "${python}" setup.py test || die "tests failed" +} |