Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fbless/
Date: Mon, 27 Mar 2017 13:55:45
Message-Id: 1490622922.2096de68932f8dd89b745ffa39a4b86a8f674a59.pinkbyte@gentoo
1 commit: 2096de68932f8dd89b745ffa39a4b86a8f674a59
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 27 13:55:22 2017 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 27 13:55:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2096de68
7
8 app-text/fbless: version bump, update live ebuild
9
10 Gentoo-Bug: 610906
11
12 Package-Manager: portage-2.3.3
13
14 app-text/fbless/Manifest | 1 +
15 app-text/fbless/{fbless-9999.ebuild => fbless-0.2.3.ebuild} | 10 +++++-----
16 app-text/fbless/fbless-9999.ebuild | 6 +++---
17 3 files changed, 9 insertions(+), 8 deletions(-)
18
19 diff --git a/app-text/fbless/Manifest b/app-text/fbless/Manifest
20 index 9d3357755ea..f6a7d9ac99d 100644
21 --- a/app-text/fbless/Manifest
22 +++ b/app-text/fbless/Manifest
23 @@ -1 +1,2 @@
24 DIST fbless-0.2.2.tar.gz 101438 SHA256 0b5e98293e311df52220b5bb2ab74f3fda9e6776e84d963cb18bc6e622e1793b SHA512 93c20d7d2a53790319443c4cb5383ca4b7dbe1c31755ab0bcce748f02a7786ce728629164120aecd1b8cfb36cb082a28d119c882656d54649bbfdfaa0a4e4959 WHIRLPOOL 6c6c7ee572a9bac0d0301e41c336e13f1ef1403591995235aa955254b1f6d08ef2ca5952367e1fb80cf50f3b8caff15b8a49b73e3cec3f6a6885b324498b0790
25 +DIST fbless-0.2.3.tar.gz 115622 SHA256 68ae914d141da913ed6ff1805a1739346c33756b64a9407c14e95e278452c362 SHA512 b5188b0b4c0654915487a49930987c02a3e9bc3ba47a830f744362b464235a502fb28e20bb8c91cea15a5bdbeea54775697bf57ca581f5ebbadb84134dfdbafd WHIRLPOOL 7cb37452dd320689a33edb3e59a97cf8936dfb1578f6ee60c11da579b1f054767f2335969eb5e6eb3b84e243e41c681f02aaf43b8e750bdefab85427d4b19b1d
26
27 diff --git a/app-text/fbless/fbless-9999.ebuild b/app-text/fbless/fbless-0.2.3.ebuild
28 similarity index 57%
29 copy from app-text/fbless/fbless-9999.ebuild
30 copy to app-text/fbless/fbless-0.2.3.ebuild
31 index b1f6566bc81..9dcad0fd14e 100644
32 --- a/app-text/fbless/fbless-9999.ebuild
33 +++ b/app-text/fbless/fbless-0.2.3.ebuild
34 @@ -1,16 +1,16 @@
35 -# Copyright 1999-2013 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=5
40 +EAPI=6
41
42 -EGIT_REPO_URI="git://github.com/matimatik/fbless.git"
43 PYTHON_COMPAT=( python2_7 )
44 PYTHON_REQ_USE="ncurses,xml"
45 -inherit distutils-r1 git-2
46 +inherit distutils-r1
47
48 DESCRIPTION="Python-based console fb2 reader with less-like interface"
49 HOMEPAGE="https://github.com/matimatik/fbless"
50 +SRC_URI="https://github.com/matimatik/fbless/archive/${PV}.tar.gz -> ${P}.tar.gz"
51
52 LICENSE="GPL-2"
53 SLOT="0"
54 -KEYWORDS=""
55 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
56
57 diff --git a/app-text/fbless/fbless-9999.ebuild b/app-text/fbless/fbless-9999.ebuild
58 index b1f6566bc81..bdf9d5b706f 100644
59 --- a/app-text/fbless/fbless-9999.ebuild
60 +++ b/app-text/fbless/fbless-9999.ebuild
61 @@ -1,12 +1,12 @@
62 -# Copyright 1999-2013 Gentoo Foundation
63 +# Copyright 1999-2017 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65
66 -EAPI=5
67 +EAPI=6
68
69 EGIT_REPO_URI="git://github.com/matimatik/fbless.git"
70 PYTHON_COMPAT=( python2_7 )
71 PYTHON_REQ_USE="ncurses,xml"
72 -inherit distutils-r1 git-2
73 +inherit distutils-r1 git-r3
74
75 DESCRIPTION="Python-based console fb2 reader with less-like interface"
76 HOMEPAGE="https://github.com/matimatik/fbless"