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 CE1F4198005 for ; Fri, 15 Mar 2013 12:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B71BCE05DD; Fri, 15 Mar 2013 12:46:38 +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 51E8BE05DD for ; Fri, 15 Mar 2013 12:46:38 +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 50FFA33BF3E for ; Fri, 15 Mar 2013 12:46:37 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2329) id 1612A2171D; Fri, 15 Mar 2013 12:46:36 +0000 (UTC) From: "Sergey Popov (pinkbyte)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pinkbyte@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-editors/mp: mp-5.2.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mp-5.2.2.ebuild ChangeLog X-VCS-Directories: app-editors/mp X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130315124636.1612A2171D@flycatcher.gentoo.org> Date: Fri, 15 Mar 2013 12:46:36 +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: d1c35a02-12c3-47df-95b3-ea748da54b4f X-Archives-Hash: b4cda9820893d847c835bfa0e17209a4 pinkbyte 13/03/15 12:46:36 Modified: mp-5.2.2.ebuild ChangeLog Log: Respect AR, wrt bug #456150. Thanks to Agostino Sarubbo for discovering this issue (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42) Revision Changes Path 1.12 app-editors/mp/mp-5.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/mp-5.2.2.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/mp-5.2.2.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/mp-5.2.2.ebuild?r1=1.11&r2=1.12 Index: mp-5.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.2.2.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mp-5.2.2.ebuild 15 Mar 2013 12:42:15 -0000 1.11 +++ mp-5.2.2.ebuild 15 Mar 2013 12:46:35 -0000 1.12 @@ -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/app-editors/mp/mp-5.2.2.ebuild,v 1.11 2013/03/15 12:42:15 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.2.2.ebuild,v 1.12 2013/03/15 12:46:35 pinkbyte Exp $ EAPI=4 @@ -81,7 +81,7 @@ use qt4 || myconf="${myconf} --without-qt4" - tc-export CC + tc-export AR CC sh config.sh ${myconf} || die "Configure failed" for i in "${S}" "${S}"/mpsl "${S}"/mpdm;do 1.101 app-editors/mp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mp/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 15 Mar 2013 12:43:00 -0000 1.100 +++ ChangeLog 15 Mar 2013 12:46:35 -0000 1.101 @@ -1,6 +1,10 @@ # ChangeLog for app-editors/mp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.100 2013/03/15 12:43:00 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.101 2013/03/15 12:46:35 pinkbyte Exp $ + + 15 Mar 2013; Sergey Popov mp-5.2.2.ebuild: + Respect AR, wrt bug #456150. Thanks to Agostino Sarubbo for discovering this + issue 15 Mar 2013; Sergey Popov -mp-5.2.1.ebuild: Drop old version