Removed net-wireless/wireless-tools, in portage for months.
[underlay.git] / dev-python / twotp / twotp-0.7.ebuild
blob940c372b850179437610467b986196974aa52183
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EAPI="2"
6 SUPPORT_PYTHON_ABIS="1"
8 inherit distutils
10 DESCRIPTION="Python implementation of the Erlang node protocol"
11 HOMEPAGE="http://launchpad.net/twotp"
12 SRC_URI="http://launchpad.net/twotp/trunk/${PV}/+download/${P}.tar.gz"
14 LICENSE="MIT"
15 SLOT="0"
16 KEYWORDS="~amd64"
17 IUSE=""
19 DEPEND="dev-python/twisted"
20 RDEPEND="${DEPEND}"
22 DOCS="doc/intro.xhtml"