app-text/fbless: version bump, update live ebuild
authorSergey Popov <pinkbyte@gentoo.org>
Mon, 27 Mar 2017 13:55:22 +0000 (16:55 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Mon, 27 Mar 2017 13:55:22 +0000 (16:55 +0300)
Gentoo-Bug: 610906

Package-Manager: portage-2.3.3

app-text/fbless/Manifest
app-text/fbless/fbless-0.2.3.ebuild [new file with mode: 0644]
app-text/fbless/fbless-9999.ebuild

index 9d3357755ea2bb73c2a00b97ee2e26f15adb4bfa..f6a7d9ac99dc307a2243c4ab488d3050574a0197 100644 (file)
@@ -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 (file)
index 0000000..9dcad0f
--- /dev/null
@@ -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"
index b1f6566bc814058678296769cbd7cebc22dd1a1a..bdf9d5b706f50637cbd61b33af1f2f52ce4e6d5e 100644 (file)
@@ -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"