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 1PcMjG-00052W-Ru for garchives@archives.gentoo.org; Mon, 10 Jan 2011 18:44:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A701E0603; Mon, 10 Jan 2011 18:44:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B800FE0603 for ; Mon, 10 Jan 2011 18:44:23 +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 CC4391B42B3 for ; Mon, 10 Jan 2011 18:44:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2244) id 6BF6920051; Mon, 10 Jan 2011 18:44:21 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@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: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: <20110110184421.6BF6920051@flycatcher.gentoo.org> Date: Mon, 10 Jan 2011 18:44:21 +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: a6bedd87-4124-4018-94c5-8436d11db147 X-Archives-Hash: 5305515b3e549fad59bf6599de929917 arfrever 11/01/10 18:44:21 Modified: git-1.7.4_rc1-r2.ebuild git-9999.ebuild ChangeLog git-1.7.3.5-r2.ebuild Log: Call python_mod_optimize() and python_mod_cleanup() (bug #329479). =20 (Portage version: 2.2.0_alpha14_p1/cvs/Linux x86_64) Revision Changes Path 1.5 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.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.= 7.4_rc1-r2.ebuild?rev=3D1.5&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.4&r2=3D1.5 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- git-1.7.4_rc1-r2.ebuild 8 Jan 2011 14:11:18 -0000 1.4 +++ git-1.7.4_rc1-r2.ebuild 10 Jan 2011 18:44:21 -0000 1.5 @@ -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.4 2011/01/08 14:11:18 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.4_rc1-r2.ebuild,v= 1.5 2011/01/10 18:44:21 arfrever Exp $ =20 EAPI=3D3 =20 @@ -493,6 +493,7 @@ =20 pkg_postinst() { use emacs && elisp-site-regen + use python && python_mod_optimize git_remote_helpers if use subversion && has_version dev-vcs/subversion && ! built_with_use= --missing false dev-vcs/subversion perl ; then ewarn "You must build dev-vcs/subversion with USE=3Dperl" ewarn "to get the full functionality of git-svn!" @@ -507,4 +508,5 @@ =20 pkg_postrm() { use emacs && elisp-site-regen + use python && python_mod_cleanup git_remote_helpers } 1.16 dev-vcs/git/git-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-99= 99.ebuild?rev=3D1.16&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-99= 99.ebuild?rev=3D1.16&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-99= 99.ebuild?r1=3D1.15&r2=3D1.16 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.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- git-9999.ebuild 8 Jan 2011 14:11:18 -0000 1.15 +++ git-9999.ebuild 10 Jan 2011 18:44:21 -0000 1.16 @@ -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.15 20= 11/01/08 14:11:18 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.16 20= 11/01/10 18:44:21 arfrever Exp $ =20 EAPI=3D3 =20 @@ -493,6 +493,7 @@ =20 pkg_postinst() { use emacs && elisp-site-regen + use python && python_mod_optimize git_remote_helpers if use subversion && has_version dev-vcs/subversion && ! built_with_use= --missing false dev-vcs/subversion perl ; then ewarn "You must build dev-vcs/subversion with USE=3Dperl" ewarn "to get the full functionality of git-svn!" @@ -507,4 +508,5 @@ =20 pkg_postrm() { use emacs && elisp-site-regen + use python && python_mod_cleanup git_remote_helpers } 1.81 dev-vcs/git/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/Change= Log?rev=3D1.81&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/Change= Log?rev=3D1.81&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/Change= Log?r1=3D1.80&r2=3D1.81 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.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 8 Jan 2011 10:53:10 -0000 1.80 +++ ChangeLog 10 Jan 2011 18:44:21 -0000 1.81 @@ -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.80 2011/01/= 08 10:53:10 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.81 2011/01/= 10 18:44:21 arfrever Exp $ + + 10 Jan 2011; Arfrever Frehtes Taifersar Arahesis + git-1.7.3.5-r2.ebuild, git-1.7.4_rc1-r2.ebuild, git-9999.ebuild: + Call python_mod_optimize() and python_mod_cleanup() (bug #329479). =20 08 Jan 2011; Fabian Groffen git-1.7.3.5-r2.ebuild= , git-1.7.4_rc1-r2.ebuild, git-9999.ebuild: 1.5 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.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.= 7.3.5-r2.ebuild?rev=3D1.5&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.4&r2=3D1.5 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- git-1.7.3.5-r2.ebuild 8 Jan 2011 14:11:18 -0000 1.4 +++ git-1.7.3.5-r2.ebuild 10 Jan 2011 18:44:21 -0000 1.5 @@ -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= .4 2011/01/08 14:11:18 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.5-r2.ebuild,v 1= .5 2011/01/10 18:44:21 arfrever Exp $ =20 EAPI=3D3 =20 @@ -492,6 +492,7 @@ =20 pkg_postinst() { use emacs && elisp-site-regen + use python && python_mod_optimize git_remote_helpers if use subversion && has_version dev-vcs/subversion && ! built_with_use= --missing false dev-vcs/subversion perl ; then ewarn "You must build dev-vcs/subversion with USE=3Dperl" ewarn "to get the full functionality of git-svn!" @@ -506,4 +507,5 @@ =20 pkg_postrm() { use emacs && elisp-site-regen + use python && python_mod_cleanup git_remote_helpers }