Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] eix
Date: Sun, 28 Jun 2015 21:39:56
Message-Id: 55906997.9030807@googlemail.com
In Reply to: [gentoo-user] eix by James
1 Am 28.06.2015 um 23:12 schrieb James:
2 > eix <arg>
3 >
4 >
5 > use to match the <arg> string against all three:
6 > (1) gentoo tree /usr/portage
7 > (2) the /var/lib/layman/ overlays I had installed and manage with layman
8 > (3) my /usr/local/portage local ebuild placed in /usr/local/portage/
9 >
10 >
11 > Now, only option (1) shows the embuilds
12 >
13 > I can manully part (2) as they are still kept in
14 > /var/lib/layman/ and see all the overlay (ebuilds)
15 >
16 >
17 > Likewise, I can manually part (3) /usr/local/portage
18 > any a vast collection of ugly ebuilds reside, fat dumb and happy
19 > to not be published, ATM.
20 >
21 >
22 > but no matter what I try eix shows nothing from (2) or (3) like it
23 > use to with the only requirement to match the string of the <arg>.
24 >
25 > Now I have read all the news items, the new docs like
26 > (https://cgit.gentoo.org/dev/ultrabug.git) and everything else
27 > I can google.
28 >
29 > How do I fix this so a simple (alias if necessary) shows all three
30 > sources of ebuilds on my system like it use to.
31 >
32 > Note I have updated eix to app-portage/eix-0.30.11
33 >
34 > I have all the files in /etc/portage/repos.conf:
35 > gentoo.conf java.conf layman.conf local.conf
36 >
37 > cat layman.conf
38 > [DEFAULT]
39 > main-repo = gentoo
40 >
41 >
42 >
43 > [alunduil]
44 > priority = 50
45 > location = /var/lib/layman/alunduil
46 > layman-type = git
47 > auto-sync = yes
48 > sync-uri = git://anongit.gentoo.org/dev/alunduil.git
49 > sync-type = laymansync
50 >
51 > [java]
52 > priority = 50
53 > location = /var/lib/layman/java
54 > layman-type = git
55 > auto-sync = yes
56 > sync-uri = git://anongit.gentoo.org/proj/java.git
57 > sync-type = laymansync
58 >
59 > [sunrise]
60 > priority = 50
61 > location = /var/lib/layman/sunrise
62 > layman-type = git
63 > auto-sync = yes
64 > sync-uri = git://anongit.gentoo.org/proj/sunrise-reviewed.git
65 > sync-type = laymansync
66 >
67 > [ultrabug]
68 > priority = 50
69 > location = /var/lib/layman/ultrabug
70 > layman-type = git
71 > auto-sync = yes
72 > sync-uri = git://anongit.gentoo.org/dev/ultrabug.git
73 > sync-type = laymansync
74 >
75 > [xmw]
76 > priority = 50
77 > location = /var/lib/layman/xmw
78 > layman-type = git
79 > auto-sync = yes
80 > sync-uri = git://anongit.gentoo.org/dev/xmw.git
81 > sync-type = laymansync
82 >
83 >
84 > I'd deeply appreciate a wee_bit of insight into this, with particular
85 > attention on the java repos and getting the latest java codes the devs are
86 > making available in the java repo, but not the gentoo tree.
87 >
88 >
89 > TIA,
90 > James
91 >
92 >
93 >
94 >
95 >
96 >
97
98 and you use eix-sync? You did eix-update?

Replies

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