From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RQQ9T-0008Jo-77 for garchives@archives.gentoo.org; Tue, 15 Nov 2011 21:02:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D91121C02F; Tue, 15 Nov 2011 21:02:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DA6B221C02F for ; Tue, 15 Nov 2011 21:02:33 +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 41EEF1B401C for ; Tue, 15 Nov 2011 21:02:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id 1508B2004B; Tue, 15 Nov 2011 21:02:32 +0000 (UTC) From: "Tim Harder (radhermit)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/mftrace: mftrace-1.2.17.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mftrace-1.2.17.ebuild ChangeLog X-VCS-Directories: app-text/mftrace X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Message-Id: <20111115210232.1508B2004B@flycatcher.gentoo.org> Date: Tue, 15 Nov 2011 21:02:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0dcf05db-2755-46d0-86e6-0ad7639b8ba3 X-Archives-Hash: f5c2c2a06900c5659fdaa38d5235e2ae radhermit 11/11/15 21:02:32 Modified: mftrace-1.2.17.ebuild ChangeLog Log: Use multi-line econf invocation. =20 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64) Revision Changes Path 1.3 app-text/mftrace/mftrace-1.2.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/m= ftrace-1.2.17.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/m= ftrace-1.2.17.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/m= ftrace-1.2.17.ebuild?r1=3D1.2&r2=3D1.3 Index: mftrace-1.2.17.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.2.17.ebuild,= v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mftrace-1.2.17.ebuild 15 Nov 2011 20:54:36 -0000 1.2 +++ mftrace-1.2.17.ebuild 15 Nov 2011 21:02:31 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.2.17.ebuil= d,v 1.2 2011/11/15 20:54:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/mftrace-1.2.17.ebuil= d,v 1.3 2011/11/15 21:02:31 radhermit Exp $ =20 EAPI=3D"4" PYTHON_DEPEND=3D"2" @@ -30,7 +30,9 @@ =20 src_configure() { tc-export CC - econf --datadir=3D$(python_get_sitedir) PYTHON=3D"$(PYTHON)" + econf \ + --datadir=3D"$(python_get_sitedir)" \ + PYTHON=3D"$(PYTHON)" } =20 src_compile() { 1.60 app-text/mftrace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/C= hangeLog?rev=3D1.60&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/C= hangeLog?rev=3D1.60&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mftrace/C= hangeLog?r1=3D1.59&r2=3D1.60 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 15 Nov 2011 20:54:36 -0000 1.59 +++ ChangeLog 15 Nov 2011 21:02:31 -0000 1.60 @@ -1,6 +1,9 @@ # ChangeLog for app-text/mftrace # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v 1.59 201= 1/11/15 20:54:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/mftrace/ChangeLog,v 1.60 201= 1/11/15 21:02:31 radhermit Exp $ + + 15 Nov 2011; Tim Harder mftrace-1.2.17.ebuild: + Use multi-line econf invocation. =20 15 Nov 2011; Tim Harder mftrace-1.2.17.ebuild: Update to EAPI 4, use correct python shebang, and fix test deps.