Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/
Date: Wed, 25 Jan 2017 20:47:49
Message-Id: 1485377230.268c4667d3d0314a63e548ff560ef8bd1f9a0e65.mattst88@gentoo
1 commit: 268c4667d3d0314a63e548ff560ef8bd1f9a0e65
2 Author: Maciej S. Szmigiero <mail <AT> maciej <DOT> szmigiero <DOT> name>
3 AuthorDate: Mon Jan 9 23:28:58 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 20:47:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268c4667
7
8 x11-terms/xterm: needs x11-apps/rgb for colors
9
10 This package needs to runtime depend on x11-apps/rgb, because without it
11 installed there are no colors displayed in an xterm window - besides black.
12 Text in any other color is not shown.
13
14 x11-apps/rgb is currently pulled in by x11-base/xorg-server, but there are
15 also ways to run xterm on a system which do not use the Xorg server: for
16 example NX.
17
18 Gentoo-Bug: https://bugs.gentoo.org/545496
19 Package-Manager: Portage-2.3.3, Repoman-2.3.1
20
21 x11-terms/xterm/xterm-314.ebuild | 5 +++--
22 x11-terms/xterm/xterm-320.ebuild | 5 +++--
23 x11-terms/xterm/xterm-325.ebuild | 3 ++-
24 x11-terms/xterm/xterm-326.ebuild | 5 +++--
25 x11-terms/xterm/xterm-327.ebuild | 5 +++--
26 5 files changed, 14 insertions(+), 9 deletions(-)
27
28 diff --git a/x11-terms/xterm/xterm-314.ebuild b/x11-terms/xterm/xterm-314.ebuild
29 index 851b238..dc30550 100644
30 --- a/x11-terms/xterm/xterm-314.ebuild
31 +++ b/x11-terms/xterm/xterm-314.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 +# Copyright 1999-2017 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 # $Id$
37
38 @@ -29,7 +29,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
39 unicode? ( x11-apps/luit )
40 Xaw3d? ( x11-libs/libXaw3d )"
41 RDEPEND="${COMMON_DEPEND}
42 - media-fonts/font-misc-misc"
43 + media-fonts/font-misc-misc
44 + x11-apps/rgb"
45 DEPEND="${COMMON_DEPEND}
46 virtual/pkgconfig
47 x11-proto/kbproto
48
49 diff --git a/x11-terms/xterm/xterm-320.ebuild b/x11-terms/xterm/xterm-320.ebuild
50 index 637e96b..dc30550 100644
51 --- a/x11-terms/xterm/xterm-320.ebuild
52 +++ b/x11-terms/xterm/xterm-320.ebuild
53 @@ -1,4 +1,4 @@
54 -# Copyright 1999-2016 Gentoo Foundation
55 +# Copyright 1999-2017 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Id$
58
59 @@ -29,7 +29,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
60 unicode? ( x11-apps/luit )
61 Xaw3d? ( x11-libs/libXaw3d )"
62 RDEPEND="${COMMON_DEPEND}
63 - media-fonts/font-misc-misc"
64 + media-fonts/font-misc-misc
65 + x11-apps/rgb"
66 DEPEND="${COMMON_DEPEND}
67 virtual/pkgconfig
68 x11-proto/kbproto
69
70 diff --git a/x11-terms/xterm/xterm-325.ebuild b/x11-terms/xterm/xterm-325.ebuild
71 index b4c1b33..0c6fe0a 100644
72 --- a/x11-terms/xterm/xterm-325.ebuild
73 +++ b/x11-terms/xterm/xterm-325.ebuild
74 @@ -30,7 +30,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
75 Xaw3d? ( x11-libs/libXaw3d )
76 xinerama? ( x11-libs/libXinerama )"
77 RDEPEND="${COMMON_DEPEND}
78 - media-fonts/font-misc-misc"
79 + media-fonts/font-misc-misc
80 + x11-apps/rgb"
81 DEPEND="${COMMON_DEPEND}
82 virtual/pkgconfig
83 x11-proto/kbproto
84
85 diff --git a/x11-terms/xterm/xterm-326.ebuild b/x11-terms/xterm/xterm-326.ebuild
86 index 27ffea6..a2ea75a 100644
87 --- a/x11-terms/xterm/xterm-326.ebuild
88 +++ b/x11-terms/xterm/xterm-326.ebuild
89 @@ -1,4 +1,4 @@
90 -# Copyright 1999-2016 Gentoo Foundation
91 +# Copyright 1999-2017 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Id$
94
95 @@ -30,7 +30,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
96 Xaw3d? ( x11-libs/libXaw3d )
97 xinerama? ( x11-libs/libXinerama )"
98 RDEPEND="${COMMON_DEPEND}
99 - media-fonts/font-misc-misc"
100 + media-fonts/font-misc-misc
101 + x11-apps/rgb"
102 DEPEND="${COMMON_DEPEND}
103 virtual/pkgconfig
104 x11-proto/kbproto
105
106 diff --git a/x11-terms/xterm/xterm-327.ebuild b/x11-terms/xterm/xterm-327.ebuild
107 index 27ffea6..a2ea75a 100644
108 --- a/x11-terms/xterm/xterm-327.ebuild
109 +++ b/x11-terms/xterm/xterm-327.ebuild
110 @@ -1,4 +1,4 @@
111 -# Copyright 1999-2016 Gentoo Foundation
112 +# Copyright 1999-2017 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 # $Id$
115
116 @@ -30,7 +30,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
117 Xaw3d? ( x11-libs/libXaw3d )
118 xinerama? ( x11-libs/libXinerama )"
119 RDEPEND="${COMMON_DEPEND}
120 - media-fonts/font-misc-misc"
121 + media-fonts/font-misc-misc
122 + x11-apps/rgb"
123 DEPEND="${COMMON_DEPEND}
124 virtual/pkgconfig
125 x11-proto/kbproto