Gentoo Archives: gentoo-portage-dev

From: Jason Stubbs <jstubbs@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] [PATCH]es -- several of 'em
Date: Tue, 27 Sep 2005 03:34:17
Message-Id: 200509271233.51454.jstubbs@gentoo.org
1 Hi all,
2
3 Bunch of patches here that have been sitting on my disk for a couple of
4 months. There's actually a few more beyond this, but they'll likely need a
5 little discussion. These are pretty much all open and shut. Acks would still
6 be nice though.
7
8
9 DUAL-remove-CDEPEND-and-disable-RDEPENDs-on-buildpkgonly.patch
10
11 Kills of the reading of CDEPEND as it's not used at all. The second part
12 clears RDEPEND and PDEPEND when --build-pkg-only is specified as these deps
13 are not required to build the package(s).
14
15
16 add-newuse-to-help.patch
17
18 Completes the monstrosity that is `emerge --help` by adding the short hand
19 option for --newuse.
20
21
22 check-world-writable-files.patch
23
24 Submitted by solar. Sets o-w on any u+s or g+s files and warns on any other
25 file that is o+w.
26
27
28 correct-sizes-in-pretend-fetch.patch
29
30 Makes fetch() use the supplied USE flags rather than blanketly overriding
31 them. This was causing emerge -p output to be incorrect when package.use came
32 into play.
33
34
35 disallow-relative-globs.patch
36
37 Present portage looks at ">=sys-apps/portage-2.0*" as being valid. It's not.
38
39
40 dispatch-conf-typo-fix.patch
41
42 Harmless typo fix.
43
44
45 dist-mirror-update.patch
46
47 Decaptilizes "Linux" to match the upstream change.
48
49
50 ignore-pprovided-system-packages.patch
51
52 Removes anything in system that is satisfied by package.provided.
53
54
55 --
56 Jason Stubbs

Attachments

File name MIME type
check-world-writable-files.patch text/x-diff
add-newuse-to-help.patch text/x-diff
disallow-relative-globs.patch text/x-diff
correct-sizes-in-pretend-fetch.patch text/x-diff
dispatch-conf-typo-fix.patch text/x-diff
dist-mirror-update.patch text/x-diff
DUAL-remove-CDEPEND-and-disable-RDEPENDs-on-buildpkgonly.patch text/x-diff