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 1RZ4jT-0005hG-0t for garchives@archives.gentoo.org; Fri, 09 Dec 2011 17:59:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C7AE21C040; Fri, 9 Dec 2011 17:59:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C9E2E21C040 for ; Fri, 9 Dec 2011 17:59:31 +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 370A61B4006 for ; Fri, 9 Dec 2011 17:59:31 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2098) id 0995420034; Fri, 9 Dec 2011 17:59:30 +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: <20111209175930.0995420034@flycatcher.gentoo.org> Date: Fri, 9 Dec 2011 17:59:30 +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: ec878744-1ad6-4c2c-95d8-64ade243661c X-Archives-Hash: d0065251a7334d3f41010623b08cad7d zmedico 11/12/09 17:59:30 Modified: portage-9999.ebuild ChangeLog Log: Enable FEATURES=3Dforce-prefix in make.globals for prefix installs. =20 (Portage version: 2.2.0_alpha79_p44/cvs/Linux i686) Revision Changes Path 1.36 sys-apps/portage/portage-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-9999.ebuild?rev=3D1.36&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-9999.ebuild?rev=3D1.36&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-9999.ebuild?r1=3D1.35&r2=3D1.36 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.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- portage-9999.ebuild 8 Dec 2011 22:44:01 -0000 1.35 +++ portage-9999.ebuild 9 Dec 2011 17:59:29 -0000 1.36 @@ -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/sys-apps/portage/portage-9999.ebuild,= v 1.35 2011/12/08 22:44:01 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-9999.ebuild,= v 1.36 2011/12/09 17:59:29 zmedico Exp $ =20 EAPI=3D3 inherit git-2 eutils multilib python @@ -140,6 +140,10 @@ die "sed failed" fi done + + einfo "Adding FEATURES=3Dforce-prefix to make.globals ..." + echo -e '\nFEATURES=3D"${FEATURES} force-prefix"' >> cnf/make.globals = \ + || die "failed to append to make.globals" fi } =20 1.922 sys-apps/portage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/C= hangeLog?rev=3D1.922&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/C= hangeLog?rev=3D1.922&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/C= hangeLog?r1=3D1.921&r2=3D1.922 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.921 retrieving revision 1.922 diff -u -r1.921 -r1.922 --- ChangeLog 8 Dec 2011 22:44:01 -0000 1.921 +++ ChangeLog 9 Dec 2011 17:59:29 -0000 1.922 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/portage # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.921 20= 11/12/08 22:44:01 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.922 20= 11/12/09 17:59:29 zmedico Exp $ + + 09 Dec 2011; Zac Medico portage-9999.ebuild: + Enable FEATURES=3Dforce-prefix in make.globals for prefix installs. =20 08 Dec 2011; Zac Medico portage-9999.ebuild: Add support for prefix installs.