Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-light: ChangeLog gnome-light-3.6.2.ebuild gnome-light-3.2.1.ebuild
Date: Wed, 26 Dec 2012 23:19:43
Message-Id: 20121226231933.822812171D@flycatcher.gentoo.org
1 eva 12/12/26 23:19:33
2
3 Modified: ChangeLog
4 Added: gnome-light-3.6.2.ebuild
5 Removed: gnome-light-3.2.1.ebuild
6 Log:
7 Version bump.
8
9 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.166 gnome-base/gnome-light/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-light/ChangeLog?rev=1.166&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-light/ChangeLog?rev=1.166&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-light/ChangeLog?r1=1.165&r2=1.166
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v
21 retrieving revision 1.165
22 retrieving revision 1.166
23 diff -u -r1.165 -r1.166
24 --- ChangeLog 5 Nov 2012 21:38:53 -0000 1.165
25 +++ ChangeLog 26 Dec 2012 23:19:33 -0000 1.166
26 @@ -1,6 +1,12 @@
27 # ChangeLog for gnome-base/gnome-light
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.165 2012/11/05 21:38:53 ulm Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/ChangeLog,v 1.166 2012/12/26 23:19:33 eva Exp $
31 +
32 +*gnome-light-3.6.2 (26 Dec 2012)
33 +
34 + 26 Dec 2012; Gilles Dartiguelongue <eva@g.o>
35 + -gnome-light-3.2.1.ebuild, +gnome-light-3.6.2.ebuild:
36 + Version bump.
37
38 05 Nov 2012; Ulrich Müller <ulm@g.o> gnome-light-2.32.1-r2.ebuild,
39 gnome-light-3.2.1.ebuild, gnome-light-3.4.1.ebuild:
40
41
42
43 1.1 gnome-base/gnome-light/gnome-light-3.6.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-light/gnome-light-3.6.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-light/gnome-light-3.6.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-light-3.6.2.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-3.6.2.ebuild,v 1.1 2012/12/26 23:19:33 eva Exp $
53
54 EAPI="5"
55
56 DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
57 HOMEPAGE="http://www.gnome.org/"
58 LICENSE="metapackage"
59 SLOT="2.0"
60 IUSE="cups +fallback +gnome-shell"
61
62 # when unmasking for an arch
63 # double check none of the deps are still masked !
64 KEYWORDS="~amd64 ~x86"
65
66 # XXX: Note to developers:
67 # This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
68 # the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
69 # any apps, but shouldn't be used by users unless they know what they are doing.
70 RDEPEND="!gnome-base/gnome
71 >=gnome-base/gnome-core-libs-${PV}[cups?]
72
73 >=gnome-base/gnome-session-${PV}
74 >=gnome-base/gnome-menus-3.6.1:3
75 >=gnome-base/gnome-settings-daemon-${PV}[cups?]
76 >=gnome-base/gnome-control-center-${PV}[cups?]
77
78 >=gnome-base/nautilus-${PV}
79
80 gnome-shell? (
81 >=x11-wm/mutter-${PV}
82 >=gnome-base/gnome-shell-${PV} )
83
84 fallback? ( >=gnome-base/gnome-fallback-${PV} )
85
86 >=x11-themes/gnome-icon-theme-3.6.2
87 >=x11-themes/gnome-icon-theme-symbolic-3.6.2
88 >=x11-themes/gnome-themes-standard-${PV}
89
90 >=x11-terms/gnome-terminal-3.6.1
91 "
92 DEPEND=""
93 PDEPEND=">=gnome-base/gvfs-1.14.2"
94 S="${WORKDIR}"
95
96 pkg_pretend() {
97 if ! use fallback && ! use gnome-shell; then
98 # Users probably want to use e16, sawfish, etc
99 ewarn "You're installing neither GNOME Shell nor GNOME Fallback!"
100 ewarn "You will have to install and manage a window manager by yourself"
101 # https://bugs.gentoo.org/show_bug.cgi?id=303375
102 ewarn "See: <add link to docs about component handling in gnome-session>"
103 fi
104 }