From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-926511-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0871E139085 for <garchives@archives.gentoo.org>; Wed, 25 Jan 2017 20:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63F9D234036; Wed, 25 Jan 2017 20:47:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D479234036 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Jan 2017 20:47:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B957C340C9F for <gentoo-commits@lists.gentoo.org>; Wed, 25 Jan 2017 20:47:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26B8B2F63 for <gentoo-commits@lists.gentoo.org>; Wed, 25 Jan 2017 20:47:43 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1485377230.268c4667d3d0314a63e548ff560ef8bd1f9a0e65.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/xterm/xterm-314.ebuild x11-terms/xterm/xterm-320.ebuild x11-terms/xterm/xterm-325.ebuild x11-terms/xterm/xterm-326.ebuild x11-terms/xterm/xterm-327.ebuild X-VCS-Directories: x11-terms/xterm/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 268c4667d3d0314a63e548ff560ef8bd1f9a0e65 X-VCS-Branch: master Date: Wed, 25 Jan 2017 20:47:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3718cf42-7620-4512-8219-ba4e33f7c31c X-Archives-Hash: be8b0743398cfd935238717dad75a295 commit: 268c4667d3d0314a63e548ff560ef8bd1f9a0e65 Author: Maciej S. Szmigiero <mail <AT> maciej <DOT> szmigiero <DOT> name> AuthorDate: Mon Jan 9 23:28:58 2017 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Jan 25 20:47:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268c4667 x11-terms/xterm: needs x11-apps/rgb for colors This package needs to runtime depend on x11-apps/rgb, because without it installed there are no colors displayed in an xterm window - besides black. Text in any other color is not shown. x11-apps/rgb is currently pulled in by x11-base/xorg-server, but there are also ways to run xterm on a system which do not use the Xorg server: for example NX. Gentoo-Bug: https://bugs.gentoo.org/545496 Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-terms/xterm/xterm-314.ebuild | 5 +++-- x11-terms/xterm/xterm-320.ebuild | 5 +++-- x11-terms/xterm/xterm-325.ebuild | 3 ++- x11-terms/xterm/xterm-326.ebuild | 5 +++-- x11-terms/xterm/xterm-327.ebuild | 5 +++-- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/x11-terms/xterm/xterm-314.ebuild b/x11-terms/xterm/xterm-314.ebuild index 851b238..dc30550 100644 --- a/x11-terms/xterm/xterm-314.ebuild +++ b/x11-terms/xterm/xterm-314.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter ) unicode? ( x11-apps/luit ) Xaw3d? ( x11-libs/libXaw3d )" RDEPEND="${COMMON_DEPEND} - media-fonts/font-misc-misc" + media-fonts/font-misc-misc + x11-apps/rgb" DEPEND="${COMMON_DEPEND} virtual/pkgconfig x11-proto/kbproto diff --git a/x11-terms/xterm/xterm-320.ebuild b/x11-terms/xterm/xterm-320.ebuild index 637e96b..dc30550 100644 --- a/x11-terms/xterm/xterm-320.ebuild +++ b/x11-terms/xterm/xterm-320.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter ) unicode? ( x11-apps/luit ) Xaw3d? ( x11-libs/libXaw3d )" RDEPEND="${COMMON_DEPEND} - media-fonts/font-misc-misc" + media-fonts/font-misc-misc + x11-apps/rgb" DEPEND="${COMMON_DEPEND} virtual/pkgconfig x11-proto/kbproto diff --git a/x11-terms/xterm/xterm-325.ebuild b/x11-terms/xterm/xterm-325.ebuild index b4c1b33..0c6fe0a 100644 --- a/x11-terms/xterm/xterm-325.ebuild +++ b/x11-terms/xterm/xterm-325.ebuild @@ -30,7 +30,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter ) Xaw3d? ( x11-libs/libXaw3d ) xinerama? ( x11-libs/libXinerama )" RDEPEND="${COMMON_DEPEND} - media-fonts/font-misc-misc" + media-fonts/font-misc-misc + x11-apps/rgb" DEPEND="${COMMON_DEPEND} virtual/pkgconfig x11-proto/kbproto diff --git a/x11-terms/xterm/xterm-326.ebuild b/x11-terms/xterm/xterm-326.ebuild index 27ffea6..a2ea75a 100644 --- a/x11-terms/xterm/xterm-326.ebuild +++ b/x11-terms/xterm/xterm-326.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter ) Xaw3d? ( x11-libs/libXaw3d ) xinerama? ( x11-libs/libXinerama )" RDEPEND="${COMMON_DEPEND} - media-fonts/font-misc-misc" + media-fonts/font-misc-misc + x11-apps/rgb" DEPEND="${COMMON_DEPEND} virtual/pkgconfig x11-proto/kbproto diff --git a/x11-terms/xterm/xterm-327.ebuild b/x11-terms/xterm/xterm-327.ebuild index 27ffea6..a2ea75a 100644 --- a/x11-terms/xterm/xterm-327.ebuild +++ b/x11-terms/xterm/xterm-327.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter ) Xaw3d? ( x11-libs/libXaw3d ) xinerama? ( x11-libs/libXinerama )" RDEPEND="${COMMON_DEPEND} - media-fonts/font-misc-misc" + media-fonts/font-misc-misc + x11-apps/rgb" DEPEND="${COMMON_DEPEND} virtual/pkgconfig x11-proto/kbproto