# Copyright 2004-2005 André Malo # Distributed under the terms of the GNU General Public License v2 # $Header$ inherit distutils MY_PV="${PV/_alpha*/}" MY_PR="r${PV/*alpha/}" DESCRIPTION="Test suite for svnmailer" SRC_URI="http://storage.perlig.de/svnmailer/${PN}-${MY_PV}-dev-${MY_PR}.tar.bz2" HOMEPAGE="http://opensource.perlig.de/svnmailer/" RESTRICT="nomirror" IUSE="" SLOT="0" KEYWORDS="~x86" LICENSE="Apache-2.0" DEPEND=">=dev-lang/python-2.3" S="${WORKDIR}/${PN}-${MY_PV}-dev-${MY_PR}"