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 D472F1389E2 for ; Wed, 31 Dec 2014 16:11:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EA04E0897; Wed, 31 Dec 2014 16:11:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 121B5E0897 for ; Wed, 31 Dec 2014 16:11:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3045E34065F for ; Wed, 31 Dec 2014 16:11:18 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id DEA37E93B; Wed, 31 Dec 2014 16:11:16 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-misc/rlwrap: rlwrap-0.42.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: rlwrap-0.42.ebuild ChangeLog X-VCS-Directories: app-misc/rlwrap X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141231161116.DEA37E93B@oystercatcher.gentoo.org> Date: Wed, 31 Dec 2014 16:11:16 +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: dedc51ca-1744-4123-afca-5c9c40b25ad0 X-Archives-Hash: 921a310cc02e76a53035431a6fa80af3 ago 14/12/31 16:11:16 Modified: rlwrap-0.42.ebuild ChangeLog Log: Stable for ppc, wrt bug #531424 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F) Revision Changes Path 1.4 app-misc/rlwrap/rlwrap-0.42.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/rlwrap/rlwrap-0.42.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/rlwrap/rlwrap-0.42.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/rlwrap/rlwrap-0.42.ebuild?r1=1.3&r2=1.4 Index: rlwrap-0.42.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.42.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rlwrap-0.42.ebuild 28 Dec 2014 10:03:51 -0000 1.3 +++ rlwrap-0.42.ebuild 31 Dec 2014 16:11:16 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.42.ebuild,v 1.3 2014/12/28 10:03:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/rlwrap-0.42.ebuild,v 1.4 2014/12/31 16:11:16 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="debug" RDEPEND="sys-libs/readline" 1.36 app-misc/rlwrap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/rlwrap/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/rlwrap/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/rlwrap/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 28 Dec 2014 10:03:51 -0000 1.35 +++ ChangeLog 31 Dec 2014 16:11:16 -0000 1.36 @@ -1,6 +1,9 @@ # ChangeLog for app-misc/rlwrap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.35 2014/12/28 10:03:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rlwrap/ChangeLog,v 1.36 2014/12/31 16:11:16 ago Exp $ + + 31 Dec 2014; Agostino Sarubbo rlwrap-0.42.ebuild: + Stable for ppc, wrt bug #531424 28 Dec 2014; Agostino Sarubbo rlwrap-0.42.ebuild: Stable for x86, wrt bug #531424