Re: [gentoo-user] Re: banshee installation without systemd

2014-03-21 Thread Tom Wijsman
On Mon, 24 Feb 2014 03:11:25 +0100
eroen er...@falcon.eroen.eu wrote:

 One would hope (mostly for their image's sake) the gnome team does
 not remove gnome-settings-daemon-2 until at least one of
 cinnamon-settings-daemon and mate-settings-daemon are included in
 gentoo proper.

+  05 Mar 2014; Tom Wijsman tom...@gentoo.org
+  +files/mate-settings-daemon-1.2.0-syndaemon-mode.patch,
+  +files/mate-settings-daemon-1.4.0-netfs-monitor.patch,
+  +mate-settings-daemon-1.6.2.ebuild, +metadata.xml:
+  New ebuild for mate-base/mate-settings-daemon, MATE Settings Daemon;
+  imported from the mate-overlay, reviewed and adjusted.

Hoping to see it unmasked in the next week, just a few more to add...

-- 
With kind regards,

Tom Wijsman (TomWij)
Gentoo Developer

E-mail address  : tom...@gentoo.org
GPG Public Key  : 6D34E57D
GPG Fingerprint : C165 AF18 AB4C 400B C3D2  ABF0 95B2 1FCD 6D34 E57D


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: banshee installation without systemd

2014-02-24 Thread William Kenworthy
On 24/02/14 09:31, eroen wrote:
 On Sun, 23 Feb 2014 18:02:01 +0100, Fox halfsocial...@gmail.com wrote:
 Hello,
 after reading the thread about systemd somebody mentioned
 sys-fs/eudev. I decided used because I had systemd only to used udev
 and unmerge systemd.

 Now I can't use Banshee which I use as my music player because of the 
 next dependency tree:

 banshee
  - gnome-base/gnome-settings-daemon
  - sys-apps/gentoo-systemd-integration
  - sys-apps/systemd

 and systemd can't be used because it conflicts with eudev.

 Is there anyway to avoid emerge systemd in this case?

 Thank you,
 Quim


 
 On a system running ~amd64 with eudev/openrc:
 

moriah ~ # emerge gnome-base/gnome-settings-daemon -vp

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N ] gnome-base/gnome-desktop-3.8.4:3/7  USE=introspection
-debug 1,019 kB
[ebuild  N ] x11-themes/gnome-themes-standard-3.8.4  USE=gtk 3,765 kB
[ebuild  N ] sys-apps/systemd-208-r2:0/1  USE=filecaps
firmware-loader gcrypt kmod lzma pam policykit python tcpd xattr -acl
-audit -cryptsetup -doc -gudev -http -introspection -qrcode (-selinux)
{-test} -vanilla PYTHON_SINGLE_TARGET=python2_7
PYTHON_TARGETS=python2_7 2,335 kB
[ebuild  N ] sys-apps/gentoo-systemd-integration-2  0 kB
[ebuild  N ] gnome-base/gnome-settings-daemon-3.8.6.1  USE=colord
cups i18n policykit short-touchpad-timeout udev -debug (-openrc-force)
(-packagekit) {-test} INPUT_DEVICES=-wacom 1,543 kB
[blocks B  ] sys-apps/systemd (sys-apps/systemd is blocking
sys-fs/eudev-1.4-r1)


I have a system like the above ... eudev/openrc with openrc-force in the
USE flags and the 13.0 profile (not desktop/gnome etc)

As you can see above, something is forcing (-openrc-force) - any ideas
on how to get it to honour the openrc-force flag or find out what is
causing the problem?

BillK






Re: [gentoo-user] Re: banshee installation without systemd

2014-02-24 Thread Neil Bothwick
On Mon, 24 Feb 2014 17:52:13 +0800, William Kenworthy wrote:

 As you can see above, something is forcing (-openrc-force) - any ideas
 on how to get it to honour the openrc-force flag or find out what is
 causing the problem?

The flag is masked because it is an unsupported option. Unmask it by
adding this to /etc/portage/profile/package.use.mask

gnome-base/gnome-settings-daemon -openrc-force


-- 
Neil Bothwick

MSDOS didn't get as bad as it is overnight -- it took over ten years
of careful development.


signature.asc
Description: PGP signature


Re: [gentoo-user] Re: banshee installation without systemd

2014-02-24 Thread William Kenworthy
On 24/02/14 18:39, Neil Bothwick wrote:
 On Mon, 24 Feb 2014 17:52:13 +0800, William Kenworthy wrote:
 
 As you can see above, something is forcing (-openrc-force) - any ideas
 on how to get it to honour the openrc-force flag or find out what is
 causing the problem?
 
 The flag is masked because it is an unsupported option. Unmask it by
 adding this to /etc/portage/profile/package.use.mask
 
 gnome-base/gnome-settings-daemon -openrc-force
 
 

Ta, thats the hint I needed.

Thanks,
BillK





Re: [gentoo-user] Re: banshee installation without systemd

2014-02-23 Thread Canek Peláez Valdés
On Sun, Feb 23, 2014 at 7:31 PM, eroen er...@falcon.eroen.eu wrote:
 On Sun, 23 Feb 2014 18:02:01 +0100, Fox halfsocial...@gmail.com wrote:
 Hello,
 after reading the thread about systemd somebody mentioned
 sys-fs/eudev. I decided used because I had systemd only to used udev
 and unmerge systemd.

 Now I can't use Banshee which I use as my music player because of the
 next dependency tree:

 banshee
  - gnome-base/gnome-settings-daemon
  - sys-apps/gentoo-systemd-integration
  - sys-apps/systemd

 and systemd can't be used because it conflicts with eudev.

 Is there anyway to avoid emerge systemd in this case?

 Thank you,
 Quim


 On a system running ~amd64 with eudev/openrc:

 eroen@falcon ~ $ emerge -pv media-sound/banshee 
 =gnome-base/gnome-settings-daemon-2.32.1-r2

[ snip emerge output ]

 For ease of upgrades, you might want to add
 =gnome-base/gnome-settings-daemon-3
 in /etc/portage/package.mask rather than specifying it with a specific
 version on the command line.

That solution is a dead end. GNOME 2 is being removed from the tree[1].

Regards.

[1] http://blogs.gentoo.org/eva/2014/02/16/the-future-of-gnome-2/
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] Re: banshee installation without systemd

2014-02-23 Thread Canek Peláez Valdés
On Sun, Feb 23, 2014 at 8:11 PM, eroen er...@falcon.eroen.eu wrote:
 On Sun, 23 Feb 2014 19:47:55 -0600, Canek Peláez Valdés
 can...@gmail.com wrote:
 On Sun, Feb 23, 2014 at 7:31 PM, eroen er...@falcon.eroen.eu wrote:
  On Sun, 23 Feb 2014 18:02:01 +0100, Fox halfsocial...@gmail.com
  wrote:
  Hello,
  after reading the thread about systemd somebody mentioned
  sys-fs/eudev. I decided used because I had systemd only to used
  udev and unmerge systemd.
 
  Now I can't use Banshee which I use as my music player because of
  the next dependency tree:
 
  banshee
   - gnome-base/gnome-settings-daemon
   - sys-apps/gentoo-systemd-integration
   - sys-apps/systemd
 
  and systemd can't be used because it conflicts with eudev.
 
  Is there anyway to avoid emerge systemd in this case?
 
  Thank you,
  Quim
 
 
  On a system running ~amd64 with eudev/openrc:
 
  eroen@falcon ~ $ emerge -pv media-sound/banshee
  =gnome-base/gnome-settings-daemon-2.32.1-r2
 
 [ snip emerge output ]
 
  For ease of upgrades, you might want to add
  =gnome-base/gnome-settings-daemon-3
  in /etc/portage/package.mask rather than specifying it with a
  specific version on the command line.

 That solution is a dead end. GNOME 2 is being removed from the
 tree[1].

 Regards.

 [1] http://blogs.gentoo.org/eva/2014/02/16/the-future-of-gnome-2/

 You probably mean temporary. The expression dead end would imply it
 makes future migration more difficult in some way.

Call it temporary if you want to. The point is that
gnome-settings-daemon 2.x has been unmaintained for years now.

 One would hope (mostly for their image's sake) the gnome team does
 not remove gnome-settings-daemon-2 until at least one of
 cinnamon-settings-daemon and mate-settings-daemon are included in
 gentoo proper.

Nobody cares about any team image, I suppose. They are all
volunteers. If you want cinnamon-sd or mate-sd to get into the tree,
help out. Don't assume someone is going to do it for you.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México