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 1PbWQC-0004xm-2N for garchives@archives.gentoo.org; Sat, 08 Jan 2011 10:53:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82370E0790; Sat, 8 Jan 2011 10:53:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3F503E0790 for ; Sat, 8 Jan 2011 10:53:13 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6365F1B4070 for ; Sat, 8 Jan 2011 10:53:12 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 984) id EF85720051; Sat, 8 Jan 2011 10:53:10 +0000 (UTC) From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-1.7.4_rc1-r2.ebuild git-9999.ebuild ChangeLog git-1.7.3.5-r2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: git-1.7.4_rc1-r2.ebuild git-9999.ebuild ChangeLog git-1.7.3.5-r2.ebuild X-VCS-Directories: dev-vcs/git X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Message-Id: <20110108105310.EF85720051@flycatcher.gentoo.org> Date: Sat, 8 Jan 2011 10:53:10 +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: a5b9b5d4-56bb-4584-a04a-e81700f42f6e X-Archives-Hash: e61c4d15d881c021a5b8477d0a3886d2 grobian 11/01/08 10:53:10 Modified: git-1.7.4_rc1-r2.ebuild git-9999.ebuild ChangeLog git-1.7.3.5-r2.ebuild Log: Fix for Prefix =20 (Portage version: 2.2.01.17583-prefix/cvs/Darwin powerpc) Revision Changes Path 1.3 dev-vcs/git/git-1.7.4_rc1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.= 7.4_rc1-r2.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.= 7.4_rc1-r2.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.= 7.4_rc1-r2.ebuild?r1=3D1.2&r2=3D1.3 Index: git-1.7.4_rc1-r2.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/dev-vcs/git/git-1.7.4_rc1-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- git-1.7.4_rc1-r2.ebuild 8 Jan 2011 01:23:25 -0000 1.2 +++ git-1.7.4_rc1-r2.ebuild 8 Jan 2011 10:53:10 -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/dev-vcs/git/git-1.7.4_rc1-r2.ebuild,v= 1.2 2011/01/08 01:23:25 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.4_rc1-r2.ebuild,v= 1.3 2011/01/08 10:53:10 grobian Exp $ =20 EAPI=3D3 =20 @@ -334,7 +334,7 @@ =20 if use python && use gtk ; then dobin "${S}"/contrib/gitview/gitview - python_convert_shebangs ${PYTHON_ABI} "${D}"/usr/bin/gitview + python_convert_shebangs ${PYTHON_ABI} "${ED}"/usr/bin/gitview dodoc "${S}"/contrib/gitview/gitview.txt fi =20 1.14 dev-vcs/git/git-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-99= 99.ebuild?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-99= 99.ebuild?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-99= 99.ebuild?r1=3D1.13&r2=3D1.14 Index: git-9999.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/dev-vcs/git/git-9999.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- git-9999.ebuild 8 Jan 2011 01:23:25 -0000 1.13 +++ git-9999.ebuild 8 Jan 2011 10:53:10 -0000 1.14 @@ -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/dev-vcs/git/git-9999.ebuild,v 1.13 20= 11/01/08 01:23:25 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.14 20= 11/01/08 10:53:10 grobian Exp $ =20 EAPI=3D3 =20 @@ -334,7 +334,7 @@ =20 if use python && use gtk ; then dobin "${S}"/contrib/gitview/gitview - python_convert_shebangs ${PYTHON_ABI} "${D}"/usr/bin/gitview + python_convert_shebangs ${PYTHON_ABI} "${ED}"/usr/bin/gitview dodoc "${S}"/contrib/gitview/gitview.txt fi =20 1.80 dev-vcs/git/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/Change= Log?rev=3D1.80&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/Change= Log?rev=3D1.80&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/Change= Log?r1=3D1.79&r2=3D1.80 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/dev-vcs/git/ChangeLog,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- ChangeLog 8 Jan 2011 06:27:01 -0000 1.79 +++ ChangeLog 8 Jan 2011 10:53:10 -0000 1.80 @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.79 2011/01/= 08 06:27:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.80 2011/01/= 08 10:53:10 grobian Exp $ + + 08 Jan 2011; Fabian Groffen git-1.7.3.5-r2.ebuild= , + git-1.7.4_rc1-r2.ebuild, git-9999.ebuild: + Fix for Prefix =20 08 Jan 2011; Robin H. Johnson git-1.7.3.4-r1.ebui= ld: Backport bug #350330 automagic CVS to stable ebuild. 1.3 dev-vcs/git/git-1.7.3.5-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.= 7.3.5-r2.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.= 7.3.5-r2.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.= 7.3.5-r2.ebuild?r1=3D1.2&r2=3D1.3 Index: git-1.7.3.5-r2.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/dev-vcs/git/git-1.7.3.5-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- git-1.7.3.5-r2.ebuild 8 Jan 2011 01:23:25 -0000 1.2 +++ git-1.7.3.5-r2.ebuild 8 Jan 2011 10:53:10 -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/dev-vcs/git/git-1.7.3.5-r2.ebuild,v 1= .2 2011/01/08 01:23:25 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.5-r2.ebuild,v 1= .3 2011/01/08 10:53:10 grobian Exp $ =20 EAPI=3D3 =20 @@ -333,7 +333,7 @@ =20 if use python && use gtk ; then dobin "${S}"/contrib/gitview/gitview - python_convert_shebangs ${PYTHON_ABI} "${D}"/usr/bin/gitview + python_convert_shebangs ${PYTHON_ABI} "${ED}"/usr/bin/gitview dodoc "${S}"/contrib/gitview/gitview.txt fi =20