Gentoo Archives: gentoo-alt

From: Michael Weiser <michael@×××××××××××××××.net>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] prefix-portage as root
Date: Thu, 28 Feb 2008 21:49:39
Message-Id: 20080228213912.GD18658@weiser.dinsnail.net
In Reply to: Re: [gentoo-alt] prefix-portage as root by Fabian Groffen
1 On Thu, Feb 28, 2008 at 08:48:39PM +0100, Fabian Groffen wrote:
2
3 > > Is there an easy (or hard ;) way to switch Prefix back into privileged
4 > > mode?
5 > Unfortunately not easy. This has been admittedly a short sighted
6 > decision to assume Prefix == unprivileged. There are conditionals that
7 > just say "use prefix || chmod whatever"...
8
9 It doesn't seem too bad. There's only a couple of ebuild using this
10 particular construct. This should be easily changeable to something like
11 "use prefix_unpriv || chmod".
12
13 michael@esgaroth:~/bin/gentoo/usr/portage # grep -lr
14 "use[[:space:]][[:space:]]*prefix" * | grep -v "/\.svn/"
15 app-arch/tar/tar-1.17-r1.ebuild
16 app-arch/tar/tar-1.18-r1.ebuild
17 app-arch/tar/tar-1.18-r2.ebuild
18 app-arch/tar/tar-1.19-r1.ebuild
19 app-arch/tar/tar-1.19.ebuild
20 app-misc/screen/screen-4.0.3.ebuild
21 app-misc/screen/screen-4.0.3_p20070403.ebuild
22 app-text/xmlto/files/xmlto-0.0.18-prefix.patch
23 dev-java/diablo-jdk/diablo-jdk-1.5.0.07.01.ebuild
24 dev-lang/python/files/python-updater-r1-prefix.patch
25 dev-lang/python/python-2.5.1-r3.ebuild
26 dev-lang/python/python-2.5.1-r4.ebuild
27 dev-lang/python/python-2.5.1-r5.ebuild
28 dev-util/aegis/aegis-4.19.ebuild
29 eclass/games.eclass
30 eclass/toolchain.eclass
31 eclass/vim.eclass
32 media-sound/gnump3d/gnump3d-3.0.ebuild
33 net-misc/keychain/keychain-2.6.8.ebuild
34 net-nds/openldap/openldap-2.3.40-r1.ebuild
35 net-nds/openldap/openldap-2.4.7.ebuild
36 sys-apps/man/man-1.6e-r3.ebuild
37 sys-apps/man/man-1.6f-r1.ebuild
38 sys-apps/man/man-1.6f.ebuild
39 sys-apps/sandbox/sandbox-1.2.20_alpha2-r1.ebuild
40 sys-devel/gcc-apple/gcc-apple-4.0.1_p5363-r1.ebuild
41 sys-devel/gcc-apple/gcc-apple-4.0.1_p5465-r1.ebuild
42 sys-devel/gcc-apple/gcc-apple-4.2.1_p5531.ebuild
43 sys-libs/libutempter/libutempter-1.1.5.ebuild
44
45 Are there any more prefix-specific constructs you can recall?
46 --
47 bye, Micha
48 --
49 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] prefix-portage as root Fabian Groffen <grobian@g.o>