# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit eutils DESCRIPTION="Notification area (systray) pager" HOMEPAGE="http://code.google.com/p/neap/" SRC_URI="http://neap.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="dev-python/python-xlib dev-python/pygtk" src_install() { dobin neap dodoc ChangeLog README }