summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2017-03-27 16:55:22 +0300
committerSergey Popov <pinkbyte@gentoo.org>2017-03-27 16:55:22 +0300
commit2096de68932f8dd89b745ffa39a4b86a8f674a59 (patch)
tree2fb7600435e492ae8bd2501e0f2b89aed9d5a653 /app-text
parentnet-p2p/retroshare: version bump. Sync live ebuild (diff)
downloadgentoo-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')
-rw-r--r--app-text/fbless/Manifest1
-rw-r--r--app-text/fbless/fbless-0.2.3.ebuild16
-rw-r--r--app-text/fbless/fbless-9999.ebuild6
3 files changed, 20 insertions, 3 deletions
diff --git a/app-text/fbless/Manifest b/app-text/fbless/Manifest
index 9d3357755ea2..f6a7d9ac99dc 100644
--- a/app-text/fbless/Manifest
+++ b/app-text/fbless/Manifest
@@ -1 +1,2 @@
DIST fbless-0.2.2.tar.gz 101438 SHA256 0b5e98293e311df52220b5bb2ab74f3fda9e6776e84d963cb18bc6e622e1793b SHA512 93c20d7d2a53790319443c4cb5383ca4b7dbe1c31755ab0bcce748f02a7786ce728629164120aecd1b8cfb36cb082a28d119c882656d54649bbfdfaa0a4e4959 WHIRLPOOL 6c6c7ee572a9bac0d0301e41c336e13f1ef1403591995235aa955254b1f6d08ef2ca5952367e1fb80cf50f3b8caff15b8a49b73e3cec3f6a6885b324498b0790
+DIST fbless-0.2.3.tar.gz 115622 SHA256 68ae914d141da913ed6ff1805a1739346c33756b64a9407c14e95e278452c362 SHA512 b5188b0b4c0654915487a49930987c02a3e9bc3ba47a830f744362b464235a502fb28e20bb8c91cea15a5bdbeea54775697bf57ca581f5ebbadb84134dfdbafd WHIRLPOOL 7cb37452dd320689a33edb3e59a97cf8936dfb1578f6ee60c11da579b1f054767f2335969eb5e6eb3b84e243e41c681f02aaf43b8e750bdefab85427d4b19b1d
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"
diff --git a/app-text/fbless/fbless-9999.ebuild b/app-text/fbless/fbless-9999.ebuild
index b1f6566bc814..bdf9d5b706f5 100644
--- a/app-text/fbless/fbless-9999.ebuild
+++ b/app-text/fbless/fbless-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
EGIT_REPO_URI="git://github.com/matimatik/fbless.git"
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="ncurses,xml"
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
DESCRIPTION="Python-based console fb2 reader with less-like interface"
HOMEPAGE="https://github.com/matimatik/fbless"