Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] E17 and package.use
Date: Thu, 18 Nov 2010 22:06:25
Message-Id: 201011182204.11937.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] E17 and package.use by Alan McKinnon
1 On Thursday 18 November 2010 20:26:36 Alan McKinnon wrote:
2 > Apparently, though unproven, at 22:10 on Thursday 18 November 2010, Mick
3 > did
4 >
5 > opine thusly:
6 > > I have installed E17 using layman and the efl overlay, but today I just
7 > > ran dispatch-conf and these changes showed up:
8 > > =========================================
9 > > --- /etc/portage/package.use 2010-11-15 12:50:46.000000000 +0000
10 > > +++ /etc/portage/._cfg0000_package.use 2010-11-18 19:35:35.000000000
11 > > +0000 @@ -8,11 +8,11 @@
12 > >
13 > > net-wireless/bluez gstreamer pcmcia
14 > > app-portage/layman subversion
15 > > #entrance
16 > >
17 > > -x11-libs/evas X jpeg png svg xpm
18 > > -x11-libs/ecore X curl
19 > > +media-libs/evas X jpeg png svg xpm
20 > > +dev-libs/ecore X curl
21 > >
22 > > #E17
23 > >
24 > > -x11-libs/e_dbus X
25 > > -x11-libs/evas X jpeg png svg xpm fontconfig
26 > > +dev-libs/e_dbus X
27 > > +media-libs/evas X jpeg png svg xpm fontconfig
28 > >
29 > > #efl overlay
30 > > dev-libs/ecore glib threads xim curl ssl inotify evas opengl X xinerama
31 > >
32 > > xprint xscreensaver -sdl -gnutls
33 > >
34 > > dev-libs/eet ssl threads -gnutls
35 > >
36 > > >> (1 of 1) -- /etc/portage/package.use
37 > > >> q quit, h help, n next, e edit-new, z zap-new, u use-new
38 > > >>
39 > > m merge, t toggle-merge, l look-merge:
40 > > =========================================
41 > >
42 > > Why is this? Do I want to accept these changes? I am not sure if they
43 > > are caused by layman or portage proper.
44 >
45 > You have a mixture of vapier's overlay from layman and barberi's overlay
46 > from enlightenment.org, evas and ecore changed category from x11-libs to
47 > dev-libs in barberi's overlay. You can't have both, they conflict. Do
48 > this:
49 >
50 > delete the vapier overlay - it's WAAAAAAAAAAAAY outdated
51 > accept conf-update changes related to e17
52 > install the efl overlay from enlightenment.org - it's currently maintained
53 > delete any and all e17 packages.
54 > emerge @e17
55 >
56 > keep in mind for the future that you can't update the e17 packages why they
57 > are at version 9999. You must update the entire lot, in order, anytime you
58 > want to update anything. This is normal for -9999 packages
59
60 Thank you Alan, I seem to recall that at one point I did try Vapier's overlay,
61 but it didn't work and then you kindly suggested that I used this:
62
63 $ layman -l
64 * efl [Subversion] (http://svn.enlightenment.org/svn/e/trunk/packaging/gentoo
65
66 Now, when I try to delete vapier's I get this:
67
68 # layman -d enlightenment
69 * Overlay "enlightenment" does not exist.
70
71 Am I right then to assume that it is no longer installed?
72
73 $ ls -la /var/lib/layman/
74 total 158
75 drwxr-xr-x 3 root root 8 Nov 1 20:10 .
76 drwxr-xr-x 32 root root 36 Nov 18 19:14 ..
77 -rw-r--r-- 1 root root 154200 Nov 18 21:21
78 cache_ac494f50f5736be7871962c0dec7b3bb.xml
79 -rw-r--r-- 1 root root 379 Nov 18 21:06
80 cache_f4870c06236b316a7c7915b9c5fa4960.xml
81 drwxr-xr-x 20 root root 21 Nov 18 20:08 efl
82 -rw-r--r-- 1 root root 0 Nov 1 20:10 .keep_app-portage_layman-0
83 -rw-r--r-- 1 root root 57 Jun 11 07:23 make.conf
84 -rw-r--r-- 1 root root 480 Jun 11 07:23 overlays.xml
85
86 So I *should* be safe to accept the changes that dispatch-conf suggests,
87 right?
88 --
89 Regards,
90 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] E17 and package.use Alan McKinnon <alan.mckinnon@×××××.com>