From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BD007138247 for ; Mon, 30 Dec 2013 16:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E560E09ED; Mon, 30 Dec 2013 16:43:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07D13E09ED for ; Mon, 30 Dec 2013 16:43:14 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 336BA33F617 for ; Mon, 30 Dec 2013 16:43:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id EFA2B2004C; Mon, 30 Dec 2013 16:43:12 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/readline: readline-6.2_p5-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: readline-6.2_p5-r1.ebuild ChangeLog X-VCS-Directories: sys-libs/readline X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131230164312.EFA2B2004C@flycatcher.gentoo.org> Date: Mon, 30 Dec 2013 16:43:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cd47b422-4845-47a4-8e85-4e79630a3a3c X-Archives-Hash: 468bf407186e88405a299d1351f766e2 vapier 13/12/30 16:43:12 Modified: readline-6.2_p5-r1.ebuild ChangeLog Log: tweak rlfe sed a bit #457558 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156) Revision Changes Path 1.4 sys-libs/readline/readline-6.2_p5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild?r1=1.3&r2=1.4 Index: readline-6.2_p5-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- readline-6.2_p5-r1.ebuild 30 Dec 2013 08:36:38 -0000 1.3 +++ readline-6.2_p5-r1.ebuild 30 Dec 2013 16:43:12 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v 1.3 2013/12/30 08:36:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.2_p5-r1.ebuild,v 1.4 2013/12/30 16:43:12 vapier Exp $ EAPI="4" @@ -63,7 +63,7 @@ -e "/^SHLIB_LIBS=/s:=.*:='${ncurses_libs}':" \ support/shobj-conf || die sed -i \ - -e "/^LIBS=.-lncurses/s:-lncurses:${ncurses_libs}:" \ + -e "/^[[:space:]]*LIBS=.-lncurses/s:-lncurses:${ncurses_libs}:" \ examples/rlfe/configure || die # fix building under Gentoo/FreeBSD; upstream FreeBSD deprecated 1.189 sys-libs/readline/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/ChangeLog?rev=1.189&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/ChangeLog?rev=1.189&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/readline/ChangeLog?r1=1.188&r2=1.189 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v retrieving revision 1.188 retrieving revision 1.189 diff -u -r1.188 -r1.189 --- ChangeLog 30 Dec 2013 08:36:38 -0000 1.188 +++ ChangeLog 30 Dec 2013 16:43:12 -0000 1.189 @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/readline # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.188 2013/12/30 08:36:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.189 2013/12/30 16:43:12 vapier Exp $ + + 30 Dec 2013; Mike Frysinger readline-6.2_p5-r1.ebuild: + tweak rlfe sed a bit #457558 30 Dec 2013; Alexis Ballier readline-6.2_p5-r1.ebuild: update blocker on emul-linux