# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" inherit distutils DESCRIPTION="The anonymizing relay monitor (arm) is a terminal status monitor for Tor relays" HOMEPAGE="http://www.atagar.com/arm/" MY_P=${P}"-2" SRC_URI="http://www.atagar.com/arm/resources/${MY_P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND=">=dev-lang/python-2.5 >=net-misc/tor-0.2.1.27" RDEPEND="${DEPEND} dev-lang/python[ncurses]" src_prepare() { mv ${WORKDIR}/arm ${WORKDIR}/arm-new mv ${WORKDIR}/arm-new/* ${WORKDIR}/ rmdir ${WORKDIR}/arm-new } src_install() { distutils_src_install }