proj/gentoo: Initial commit
[gentoo.git] / app-text / fbless / fbless-0.2.2-r1.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 PYTHON_COMPAT=( python2_7 )
8 PYTHON_REQ_USE="ncurses,xml"
9 inherit distutils-r1
10
11 DESCRIPTION="Python-based console fb2 reader with less-like interface"
12 HOMEPAGE="https://github.com/matimatik/fbless"
13 SRC_URI="mirror://github/matimatik/${PN}/${P}.tar.gz"
14
15 LICENSE="GPL-2"
16 SLOT="0"
17 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"