From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-965425-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 83EAF139694 for <garchives@archives.gentoo.org>; Sat, 5 Aug 2017 13:16:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E00AEE0D90; Sat, 5 Aug 2017 13:15:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD35AE0D90 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Aug 2017 13:15:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEFD9341765 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Aug 2017 13:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33DB375D5 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Aug 2017 13:15:55 +0000 (UTC) From: "Akinori Hattori" <hattya@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, "Akinori Hattori" <hattya@gentoo.org> Message-ID: <1501938505.c70e17dea89ffbe04e8ea898be490b64c8c0e8e5.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fbterm/files/, app-i18n/fbterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fbterm/fbterm-1.7-r2.ebuild app-i18n/fbterm/files/fbterm-1.7-gcc6.patch app-i18n/fbterm/files/fbterm-gcc6.patch X-VCS-Directories: app-i18n/fbterm/ app-i18n/fbterm/files/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: c70e17dea89ffbe04e8ea898be490b64c8c0e8e5 X-VCS-Branch: master Date: Sat, 5 Aug 2017 13:15:55 +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: b7671b10-4ce0-4c7a-9de4-d2573e575e06 X-Archives-Hash: 4d54a67de7a4798906a9cafea415a5f2 commit: c70e17dea89ffbe04e8ea898be490b64c8c0e8e5 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sat Aug 5 13:08:25 2017 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sat Aug 5 13:08:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70e17de app-i18n/fbterm: update patch Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/fbterm/fbterm-1.7-r2.ebuild | 4 ++-- .../fbterm/files/{fbterm-1.7-gcc6.patch => fbterm-gcc6.patch} | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app-i18n/fbterm/fbterm-1.7-r2.ebuild b/app-i18n/fbterm/fbterm-1.7-r2.ebuild index a7b4e419e54..5685cd6a76e 100644 --- a/app-i18n/fbterm/fbterm-1.7-r2.ebuild +++ b/app-i18n/fbterm/fbterm-1.7-r2.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 EAPI="5" @@ -27,7 +27,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 DOCS=( AUTHORS NEWS README ) PATCHES=( - "${FILESDIR}"/${P}-gcc6.patch + "${FILESDIR}"/${PN}-gcc6.patch ) src_configure() { diff --git a/app-i18n/fbterm/files/fbterm-1.7-gcc6.patch b/app-i18n/fbterm/files/fbterm-gcc6.patch similarity index 90% rename from app-i18n/fbterm/files/fbterm-1.7-gcc6.patch rename to app-i18n/fbterm/files/fbterm-gcc6.patch index 26d39f0c5bc..aa19fac9672 100644 --- a/app-i18n/fbterm/files/fbterm-1.7-gcc6.patch +++ b/app-i18n/fbterm/files/fbterm-gcc6.patch @@ -1,5 +1,9 @@ ---- fbterm-1.7/src/lib/vterm_states.cpp.old 2016-09-24 00:44:29.981247206 -0400 -+++ fbterm-1.7/src/lib/vterm_states.cpp 2016-09-24 00:48:40.463777924 -0400 +https://bugs.gentoo.org/show_bug.cgi?id=594308 + +Author: Peter Levine <plevine457@gmail.com> + +--- a/src/lib/vterm_states.cpp ++++ b/src/lib/vterm_states.cpp @@ -39,14 +39,14 @@ { 0x1B, 0, ESesc }, { 0x7F, 0, ESkeep },