Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Profile listings
Date: Tue, 16 Jun 2015 17:43:12
Message-Id: loom.20150616T192254-388@post.gmane.org
In Reply to: [gentoo-user] Re: Profile listings by Martin Vaeth
1 Martin Vaeth <martin <at> mvath.de> writes:
2
3
4 > > This is why I was looking for a 'tool' or script that would allow me
5 > > to easily browse the default package listings for the different
6 > > arch types with a default profile.
7
8 > If you only want to see the <at> system set of $PROFILE, use
9
10 > PORTAGE_PROFILE=/usr/portage/profiles/$PROFILE4 eix -c --system
11
12
13 Ah, you tricked me. You should have written:
14
15 'PORTAGE_PROFILE=/usr/portage/profiles/$PROFILE4 eix -c --system'
16
17 This returns: "No matches found." I have this installed:
18 app-portage/eix=0.30.4 so upgrading to 0.30.10 and testing now.
19
20 I finally found your little file 'defaults.cc' on the net. Neat
21 little file that "defaults.cc" as I've got to now dig into the
22 eix sources........
23
24 I have this installed:
25 app-portage/eix=0.30.4 so upgrading to 0.30.10 and testing now.
26
27 Still the same result:
28
29 # PORTAGE_PROFILE=/usr/portage/profiles/$PROFILE4 eix -c --system
30 No matches found.
31
32
33 What did I miss? github? If I unpack the eix sources, where is defaults.cc ?
34
35 <snip>
36 // vim:set noet cinoptions= sw=4 ts=4:
37 // This file is part of the eix project and distributed under the
38 // terms of the GNU General Public License v2.
39 //
40 // Copyright (c)
41 // Wolfgang Frisch <xororand@×××××××××××××××××.net>
42 // Emil Beinroth <emilbeinroth@×××.net>
43 // Martin Väth <vaeth@××××××××××××××××××××××××.de>
44
45
46
47 curiously,
48 James

Replies

Subject Author
Re: [gentoo-user] Re: Profile listings Neil Bothwick <neil@××××××××××.uk>