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 1OxY3S-0004Ax-Cb for garchives@archives.gentoo.org; Mon, 20 Sep 2010 04:32:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A0CBE0AF8; Mon, 20 Sep 2010 04:32:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1E109E0AF8 for ; Mon, 20 Sep 2010 04:32:34 +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 73E911B41C2 for ; Mon, 20 Sep 2010 04:32:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2098) id 2BBFB20051; Mon, 20 Sep 2010 04:32:31 +0000 (UTC) From: "Zac Medico (zmedico)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zmedico@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: portage-9999.ebuild ChangeLog X-VCS-Directories: sys-apps/portage X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=utf8 Message-Id: <20100920043231.2BBFB20051@flycatcher.gentoo.org> Date: Mon, 20 Sep 2010 04:32:31 +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: b0a62740-9a3f-42da-af8b-d4435e111e08 X-Archives-Hash: 03348a105a47dbfd6583b38dcbbc47d8 zmedico 10/09/20 04:32:31 Modified: portage-9999.ebuild ChangeLog Log: 20 Sep 2010; Zac Medico portage-9999.ebuild: Bug #338006 - Omit --stat option when generating ChangeLog. =20 (Portage version: 2.2_rc85/cvs/Linux i686) Revision Changes Path 1.14 sys-apps/portage/portage-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-9999.ebuild?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-9999.ebuild?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-9999.ebuild?r1=3D1.13&r2=3D1.14 Index: portage-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/sys-apps/portage/portage-9999.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- portage-9999.ebuild 17 Sep 2010 07:24:33 -0000 1.13 +++ portage-9999.ebuild 20 Sep 2010 04:32:31 -0000 1.14 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,= v 1.13 2010/09/17 07:24:33 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,= v 1.14 2010/09/20 04:32:31 zmedico Exp $ =20 # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. @@ -209,7 +209,7 @@ doman "${S}"/man/*.[0-9] =20 echo 'Producing ChangeLog from Git history...' - ( cd "${S}/.git" && git log --stat > "${S}"/ChangeLog ) + ( cd "${S}/.git" && git log > "${S}"/ChangeLog ) dodoc "${S}"/{ChangeLog,NEWS,RELEASE-NOTES} || die 'dodoc failed' use doc && dohtml -r "${S}"/doc/* use epydoc && dohtml -r "${WORKDIR}"/api 1.735 sys-apps/portage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/C= hangeLog?rev=3D1.735&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/C= hangeLog?rev=3D1.735&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/C= hangeLog?r1=3D1.734&r2=3D1.735 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/sys-apps/portage/ChangeLog,v retrieving revision 1.734 retrieving revision 1.735 diff -u -r1.734 -r1.735 --- ChangeLog 20 Sep 2010 04:26:53 -0000 1.734 +++ ChangeLog 20 Sep 2010 04:32:31 -0000 1.735 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/portage # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.734 20= 10/09/20 04:26:53 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.735 20= 10/09/20 04:32:31 zmedico Exp $ + + 20 Sep 2010; Zac Medico portage-9999.ebuild: + Bug #338006 - Omit --stat option when generating ChangeLog. =20 *portage-2.2_rc85 (20 Sep 2010) =20