Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gdm: gdm-3.16.1.1.ebuild ChangeLog gdm-3.14.1-r1.ebuild
Date: Tue, 30 Jun 2015 18:55:32
Message-Id: 20150630185526.1654C744@oystercatcher.gentoo.org
1 pacho 15/06/30 18:55:26
2
3 Modified: gdm-3.16.1.1.ebuild ChangeLog
4 Removed: gdm-3.14.1-r1.ebuild
5 Log:
6 Add a warning about new GDM opening new sessions on separate TTYs and point to documentation suggesting how to handle it (#551726), drop old.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.2 gnome-base/gdm/gdm-3.16.1.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/gdm-3.16.1.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/gdm-3.16.1.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/gdm-3.16.1.1.ebuild?r1=1.1&r2=1.2
16
17 Index: gdm-3.16.1.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.16.1.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- gdm-3.16.1.1.ebuild 9 Jun 2015 15:26:22 -0000 1.1
24 +++ gdm-3.16.1.1.ebuild 30 Jun 2015 18:55:26 -0000 1.2
25 @@ -1,12 +1,12 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.16.1.1.ebuild,v 1.1 2015/06/09 15:26:22 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.16.1.1.ebuild,v 1.2 2015/06/30 18:55:26 pacho Exp $
30
31 EAPI="5"
32 GCONF_DEBUG="yes"
33 GNOME2_LA_PUNT="yes"
34
35 -inherit autotools eutils gnome2 pam readme.gentoo systemd user
36 +inherit autotools eutils gnome2 pam readme.gentoo systemd user versionator
37
38 DESCRIPTION="GNOME Display Manager for managing graphical display servers and user logins"
39 HOMEPAGE="https://wiki.gnome.org/Projects/GDM"
40 @@ -21,8 +21,10 @@
41 "
42
43 SLOT="0"
44 +
45 IUSE="accessibility audit branding fprint +introspection ipv6 plymouth selinux smartcard +systemd tcpd test wayland xinerama"
46 REQUIRED_USE="wayland? ( systemd )"
47 +
48 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
49
50 # NOTE: x11-base/xorg-server dep is for X_SERVER_PATH etc, bug #295686
51 @@ -31,7 +33,7 @@
52 # We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784
53 COMMON_DEPEND="
54 app-text/iso-codes
55 - >=dev-libs/glib-2.36:2
56 + >=dev-libs/glib-2.36:2[dbus]
57 >=x11-libs/gtk+-2.91.1:3
58 >=gnome-base/dconf-0.20
59 >=gnome-base/gnome-settings-daemon-3.1.4
60 @@ -61,7 +63,7 @@
61 sys-auth/pambase[systemd?]
62
63 audit? ( sys-process/audit )
64 - introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
65 + introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
66 plymouth? ( sys-boot/plymouth )
67 selinux? ( sys-libs/libselinux )
68 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
69 @@ -90,6 +92,7 @@
70 app-text/docbook-xml-dtd:4.1.2
71 dev-util/gdbus-codegen
72 >=dev-util/intltool-0.40.0
73 + dev-util/itstool
74 virtual/pkgconfig
75 x11-proto/inputproto
76 x11-proto/randrproto
77 @@ -176,7 +179,6 @@
78 $(use_with tcpd tcp-wrappers) \
79 $(use_enable wayland wayland-support) \
80 $(use_with xinerama) \
81 - ITSTOOL=$(type -P true) \
82 ${myconf}
83 }
84
85 @@ -219,4 +221,9 @@
86 eend ${ret}
87
88 readme.gentoo_print_elog
89 +
90 + if ! version_is_at_least 3.16.0 ${REPLACING_VERSIONS}; then
91 + ewarn "GDM will now use a new TTY per logged user as explained at:"
92 + ewarn "https://wiki.gentoo.org/wiki/Project:GNOME/GNOME3-Troubleshooting#GDM_.3E.3D_3.16_opens_one_graphical_session_per_user"
93 + fi
94 }
95
96
97
98 1.422 gnome-base/gdm/ChangeLog
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/ChangeLog?rev=1.422&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/ChangeLog?rev=1.422&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/ChangeLog?r1=1.421&r2=1.422
103
104 Index: ChangeLog
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v
107 retrieving revision 1.421
108 retrieving revision 1.422
109 diff -u -r1.421 -r1.422
110 --- ChangeLog 26 Jun 2015 09:21:48 -0000 1.421
111 +++ ChangeLog 30 Jun 2015 18:55:26 -0000 1.422
112 @@ -1,6 +1,11 @@
113 # ChangeLog for gnome-base/gdm
114 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
115 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.421 2015/06/26 09:21:48 ago Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.422 2015/06/30 18:55:26 pacho Exp $
117 +
118 + 30 Jun 2015; Pacho Ramos <pacho@g.o> -gdm-3.14.1-r1.ebuild,
119 + gdm-3.16.1.1.ebuild:
120 + Add a warning about new GDM opening new sessions on separate TTYs and point to
121 + documentation suggesting how to handle it (#551726), drop old.
122
123 26 Jun 2015; Agostino Sarubbo <ago@g.o> gdm-3.14.2.ebuild:
124 Stable for x86, wrt bug #551814