Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Layman and eix-sync
Date: Thu, 12 Nov 2009 11:47:58
Message-Id: 4AFBF5E9.2060700@gmail.com
In Reply to: Re: [gentoo-user] Layman and eix-sync by Alan McKinnon
1 Alan McKinnon wrote:
2 > On Thursday 12 November 2009 04:17:47 Dale wrote:
3 >
4 >> Hi,
5 >>
6 >> I'm using layman to keep KDE 3.5 installed and have a question. I run
7 >> eix-sync to sync my tree. From what I see, it appears it also syncs the
8 >> layman part as well. Does it? This is what I see:
9 >>
10 >> [0] "gentoo" /usr/portage/ (cache: metadata-flat)
11 >> Reading 100%
12 >> [1] "kde-sunset" /usr/local/portage/layman/kde-sunset (cache:
13 >> parse|ebuild*#metadata-flat#assign)
14 >> Reading 100%
15 >>
16 >> I just want to make sure I am seeing this correctly.
17 >>
18 >
19 > No, eix-sync does an emerge --sync and updates the local cache for portage and
20 > all overlays trees. To sync the overlays you need this:
21 >
22 > layman -S && eix-sync
23 >
24 >
25
26 I'm wondering if something is set differently here. After running
27 eix-sync, there were updates from the layman part. I got lines like this:
28
29 >>> Fetching (15 of 16) kde-base/konq-plugins-3.5.10 from kde-sunset
30 >>> Fetching (16 of 16) kde-base/kdeaddons-meta-3.5.10 from kde-sunset
31
32 But also some like this:
33
34 >>> Fetching (3 of 16) media-libs/libsdl-1.2.13-r1
35 >>> Fetching (5 of 16) sci-calculators/kconvert-1.1-r1
36
37 I haven't changed any configs for layman except to add that one line to
38 make.conf that tells it where where the source is. This is odd.
39
40 >> While I am here, I plan to get rid of all the layman stuff when KDE 4 is
41 >> ready enough for me to use. Do I just run layman -d all and unmerge
42 >> layman? Does that get the job done?
43 >>
44 >
45 > Leave layman installed, it's useful. You also need it if you want the sunrise
46 > stuff.
47 >
48 > Run KDE4 and 3.5 side by side for a bit till you are happy. They use different
49 > directories in ~ so they don't clash:
50 >
51 > kde-3.5 ~/.kde
52 > kde-4 ~/.kde4
53 >
54 > then unmerge all of kde-3.5, verify with depclean, then delete the overlay
55 >
56 >
57
58 I thought they changed all that? I have /usr/kde/3.5 but nothing for
59 KDE 4. Equery shows this:
60
61 root@smoker ~ # equery files kde-base/kdelibs-4.3.3
62 [ Searching for packages matching kde-base/kdelibs-4.3.3... ]
63 * Contents of kde-base/kdelibs-4.3.3:
64 /etc
65 /etc/xdg
66 /etc/xdg/menus
67 /etc/xdg/menus/kde-4.3-applications.menu
68 /usr
69 /usr/bin
70 /usr/bin/checkXML
71 /usr/bin/kbuildsycoca4
72 /usr/bin/kconfig_compiler
73 /usr/bin/kcookiejar4
74 /usr/bin/kde4-config
75 /usr/bin/kded4
76 /usr/bin/kdeinit4
77 /usr/bin/kdeinit4_shutdown
78 /usr/bin/kdeinit4_wrapper
79 /usr/bin/kjs
80 /usr/bin/kjscmd
81 /usr/bin/kross
82 /usr/bin/kshell4
83 /usr/bin/kunittestmodrunner
84 /usr/bin/kwrapper4
85 /usr/bin/makekdewidgets
86 /usr/bin/meinproc4
87 /usr/bin/nepomuk-rcgen
88 /usr/bin/preparetips
89
90 I used to have the kdeprefix flag set but they masked it.
91
92 I do have both KDE 3.5 and KDE 4 installed. It's just that some things
93 don't work in KDE 4 yet. I like it but I still use KDE 3.5 for the most
94 part. We been discussing this on the KDE list.
95
96 I'm just not a real big fan of this layman thing, yet anyway. It may
97 grow on me. Who knows.
98
99 Dale
100
101 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Layman and eix-sync Daniel Pielmeier <billie@g.o>
Re: [gentoo-user] Layman and eix-sync Frank Steinmetzger <Warp_7@×××.de>