Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] ebuild: only auto-generate manifest on first pass
Date: Tue, 16 Apr 2013 18:24:30
Message-Id: 516D9759.3020805@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] ebuild: only auto-generate manifest on first pass by Mike Frysinger
1 On 04/16/2013 08:58 AM, Mike Frysinger wrote:
2 > If you have FEATURES="digest" and run `ebuild` with multiple commands,
3 > then portage will regenerate the Manifest before processing each one.
4 > This can range from annoyingly to painfully slow depending on the package.
5 >
6 > Since it's very unlikely for people to modify the ebuild while `ebuild`
7 > is still running, have the manifest stage only auto-run with the first
8 > command. After that, automatically remove it from FEATURES.
9 >
10 > Signed-off-by: Mike Frysinger <vapier@g.o>
11
12 We already had some related code earlier in the file, so I've merged
13 your change in there:
14
15 http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=8c67a81cdb17096fe2e64ad6fd0d9386da30cb85
16 --
17 Thanks,
18 Zac