Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-session/
Date: Sat, 29 Oct 2011 19:56:58
Message-Id: f1c236a014e1dc13ee88aa8dfc5f0b6f3c8cebb6.tetromino@gentoo
1 commit: f1c236a014e1dc13ee88aa8dfc5f0b6f3c8cebb6
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 19:51:28 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 29 19:51:28 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f1c236a0
7
8 gnome-base/gnome-session: moved 3.2.1 to gx86 + qa
9
10 ---
11 .../gnome-session/gnome-session-3.2.1.ebuild | 109 --------------------
12 gnome-base/gnome-session/gnome-session-9999.ebuild | 1 -
13 2 files changed, 0 insertions(+), 110 deletions(-)
14
15 diff --git a/gnome-base/gnome-session/gnome-session-3.2.1.ebuild b/gnome-base/gnome-session/gnome-session-3.2.1.ebuild
16 deleted file mode 100644
17 index 7523909..0000000
18 --- a/gnome-base/gnome-session/gnome-session-3.2.1.ebuild
19 +++ /dev/null
20 @@ -1,109 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-2.32.1.ebuild,v 1.4 2011/01/03 11:41:21 pacho Exp $
24 -
25 -EAPI="4"
26 -GCONF_DEBUG="yes"
27 -
28 -inherit gnome2
29 -if [[ ${PV} = 9999 ]]; then
30 - inherit gnome2-live
31 -fi
32 -
33 -DESCRIPTION="Gnome session manager"
34 -HOMEPAGE="http://www.gnome.org/"
35 -
36 -LICENSE="GPL-2 LGPL-2 FDL-1.1"
37 -SLOT="0"
38 -if [[ ${PV} = 9999 ]]; then
39 - KEYWORDS=""
40 -else
41 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
42 -fi
43 -IUSE="doc ipv6 elibc_FreeBSD"
44 -
45 -# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and
46 -# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
47 -# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome below).
48 -# gdk-pixbuf used in the inhibit dialog
49 -COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
50 - x11-libs/gdk-pixbuf:2
51 - >=x11-libs/gtk+-2.90.7:3
52 - >=dev-libs/json-glib-0.10
53 - >=dev-libs/dbus-glib-0.76
54 - >=gnome-base/gconf-2:2
55 - >=sys-power/upower-0.9.0
56 - elibc_FreeBSD? ( dev-libs/libexecinfo )
57 -
58 - virtual/opengl
59 - x11-libs/libSM
60 - x11-libs/libICE
61 - x11-libs/libXau
62 - x11-libs/libX11
63 - x11-libs/libXcomposite
64 - x11-libs/libXext
65 - x11-libs/libXrender
66 - x11-libs/libXtst
67 - x11-misc/xdg-user-dirs
68 - x11-misc/xdg-user-dirs-gtk
69 - x11-apps/xdpyinfo"
70 -# Pure-runtime deps from the session files should *NOT* be added here
71 -# Otherwise, things like gdm pull in gnome-shell
72 -# gnome-themes-standard is needed for the failwhale dialog themeing
73 -# sys-apps/dbus[X] is needed for session management
74 -RDEPEND="${COMMON_DEPEND}
75 - gnome-base/gnome-settings-daemon
76 - >=gnome-base/gsettings-desktop-schemas-0.1.7
77 - >=x11-themes/gnome-themes-standard-2.91.92
78 - sys-apps/dbus[X]"
79 -DEPEND="${COMMON_DEPEND}
80 - >=dev-lang/perl-5
81 - >=sys-devel/gettext-0.10.40
82 - >=dev-util/pkgconfig-0.17
83 - >=dev-util/intltool-0.40.6
84 - !<gnome-base/gdm-2.20.4
85 - doc? (
86 - app-text/xmlto
87 - dev-libs/libxslt )"
88 -# gnome-common needed for eautoreconf
89 -# gnome-base/gdm does not provide gnome.desktop anymore
90 -
91 -pkg_setup() {
92 - # TODO: convert libnotify to a configure option
93 - G2CONF="${G2CONF}
94 - --disable-deprecation-flags
95 - --disable-maintainer-mode
96 - --disable-schemas-compile
97 - --docdir="${EPREFIX}/usr/share/doc/${PF}"
98 - $(use_enable doc docbook-docs)
99 - $(use_enable ipv6)"
100 - DOCS="AUTHORS ChangeLog NEWS README"
101 -}
102 -
103 -src_install() {
104 - gnome2_src_install
105 -
106 - dodir /etc/X11/Sessions
107 - exeinto /etc/X11/Sessions
108 - doexe "${FILESDIR}/Gnome"
109 -
110 - dodir /usr/share/gnome/applications/
111 - insinto /usr/share/gnome/applications/
112 - doins "${FILESDIR}/defaults.list"
113 -
114 - dodir /etc/X11/xinit/xinitrc.d/
115 - exeinto /etc/X11/xinit/xinitrc.d/
116 - doexe "${FILESDIR}/15-xdg-data-gnome"
117 -
118 - # This should be done here as discussed in bug #270852
119 - doexe "${FILESDIR}/10-user-dirs-update-gnome"
120 -}
121 -
122 -pkg_postinst() {
123 - gnome2_pkg_postinst
124 -
125 - if ! has_version gnome-base/gdm && ! has_version kde-base/kdm; then
126 - ewarn "If you use a custom .xinitrc for your X session,"
127 - ewarn "make sure that the commands in the xinitrc.d scripts are run."
128 - fi
129 -}
130
131 diff --git a/gnome-base/gnome-session/gnome-session-9999.ebuild b/gnome-base/gnome-session/gnome-session-9999.ebuild
132 index 7523909..ec83c63 100644
133 --- a/gnome-base/gnome-session/gnome-session-9999.ebuild
134 +++ b/gnome-base/gnome-session/gnome-session-9999.ebuild
135 @@ -72,7 +72,6 @@ pkg_setup() {
136 # TODO: convert libnotify to a configure option
137 G2CONF="${G2CONF}
138 --disable-deprecation-flags
139 - --disable-maintainer-mode
140 --disable-schemas-compile
141 --docdir="${EPREFIX}/usr/share/doc/${PF}"
142 $(use_enable doc docbook-docs)