diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2017-03-27 16:55:22 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2017-03-27 16:55:22 +0300 |
commit | 2096de68932f8dd89b745ffa39a4b86a8f674a59 (patch) | |
tree | 2fb7600435e492ae8bd2501e0f2b89aed9d5a653 /app-text/fbless/fbless-0.2.3.ebuild | |
parent | net-p2p/retroshare: version bump. Sync live ebuild (diff) | |
download | gentoo-2096de68932f8dd89b745ffa39a4b86a8f674a59.tar.gz gentoo-2096de68932f8dd89b745ffa39a4b86a8f674a59.tar.bz2 gentoo-2096de68932f8dd89b745ffa39a4b86a8f674a59.zip |
app-text/fbless: version bump, update live ebuild
Gentoo-Bug: 610906
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-text/fbless/fbless-0.2.3.ebuild')
-rw-r--r-- | app-text/fbless/fbless-0.2.3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-text/fbless/fbless-0.2.3.ebuild b/app-text/fbless/fbless-0.2.3.ebuild new file mode 100644 index 000000000000..9dcad0fd14eb --- /dev/null +++ b/app-text/fbless/fbless-0.2.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="ncurses,xml" +inherit distutils-r1 + +DESCRIPTION="Python-based console fb2 reader with less-like interface" +HOMEPAGE="https://github.com/matimatik/fbless" +SRC_URI="https://github.com/matimatik/fbless/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |