# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="Pathological HTTP daemon for testing and torturing client software" HOMEPAGE="http://cortesi.github.com/pathod/" SRC_URI="https://github.com/cortesi/${PN}/tarball/v${PV} -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="www-servers/tornado" S=${WORKDIR}/cortesi-pathod-d171e13