Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fbterm/, app-i18n/fbterm/files/
Date: Mon, 07 May 2018 12:58:28
Message-Id: 1525697861.65a109b101e0250a5dfbf21751998dcb36e1cf77.hattya@gentoo
1 commit: 65a109b101e0250a5dfbf21751998dcb36e1cf77
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 7 12:57:41 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Mon May 7 12:57:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a109b1
7
8 app-i18n/fbterm: tidy
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-i18n/fbterm/fbterm-1.7-r4.ebuild | 6 +++---
13 app-i18n/fbterm/fbterm-1.7-r5.ebuild | 8 ++++----
14 app-i18n/fbterm/files/fbterm-noterminfo.patch | 15 ---------------
15 3 files changed, 7 insertions(+), 22 deletions(-)
16
17 diff --git a/app-i18n/fbterm/fbterm-1.7-r4.ebuild b/app-i18n/fbterm/fbterm-1.7-r4.ebuild
18 index 8b906331dde..b8952a615af 100644
19 --- a/app-i18n/fbterm/fbterm-1.7-r4.ebuild
20 +++ b/app-i18n/fbterm/fbterm-1.7-r4.ebuild
21 @@ -14,13 +14,13 @@ SLOT="0"
22 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
23 IUSE="gpm video_cards_vesa"
24
25 -COMMON_DEPEND="media-libs/fontconfig
26 +CDEPEND="media-libs/fontconfig
27 media-libs/freetype:2
28 gpm? ( sys-libs/gpm )
29 video_cards_vesa? ( dev-libs/libx86 )"
30 -RDEPEND="${COMMON_DEPEND}
31 +RDEPEND="${CDEPEND}
32 !>=sys-libs/ncurses-6.1"
33 -DEPEND="${COMMON_DEPEND}
34 +DEPEND="${CDEPEND}
35 sys-libs/ncurses
36 virtual/pkgconfig"
37
38
39 diff --git a/app-i18n/fbterm/fbterm-1.7-r5.ebuild b/app-i18n/fbterm/fbterm-1.7-r5.ebuild
40 index a4b174a1f85..45117addebe 100644
41 --- a/app-i18n/fbterm/fbterm-1.7-r5.ebuild
42 +++ b/app-i18n/fbterm/fbterm-1.7-r5.ebuild
43 @@ -22,16 +22,16 @@ RDEPEND="media-libs/fontconfig
44 DEPEND="${RDEPEND}
45 virtual/pkgconfig"
46
47 -PATCHES=(
48 - "${FILESDIR}"/${PN}-gcc6.patch
49 - "${FILESDIR}"/${PN}-noterminfo.patch
50 -)
51 +PATCHES=( "${FILESDIR}"/${PN}-gcc6.patch )
52
53 FILECAPS=(
54 cap_sys_tty_config+ep usr/bin/${PN}
55 )
56
57 src_prepare() {
58 + # bug #648472
59 + sed -i "s/terminfo//" Makefile.am
60 +
61 default
62 eautoreconf
63 }
64
65 diff --git a/app-i18n/fbterm/files/fbterm-noterminfo.patch b/app-i18n/fbterm/files/fbterm-noterminfo.patch
66 deleted file mode 100644
67 index 76cf9fc7792..00000000000
68 --- a/app-i18n/fbterm/files/fbterm-noterminfo.patch
69 +++ /dev/null
70 @@ -1,15 +0,0 @@
71 -commit 77c90022233634a3c891dc778585c526d9d846a1
72 -Author: Alexey Sokolov <sokolov@××××××.com>
73 -Date: Sun Apr 1 11:33:20 2018 +0100
74 -
75 - Don't install terminfo: ncurses-6.1 supports fbterm itself
76 -
77 - https://bugs.gentoo.org/648472
78 -
79 -diff --git a/Makefile.am b/Makefile.am
80 -index 10814b6..8adcd57 100644
81 ---- a/Makefile.am
82 -+++ b/Makefile.am
83 -@@ -1 +1 @@
84 --SUBDIRS = src im terminfo doc
85 -+SUBDIRS = src im doc