Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/metacity: ChangeLog metacity-2.20.0.ebuild
Date: Fri, 05 Oct 2007 05:49:17
Message-Id: E1Idfun-0002HM-Cn@stork.gentoo.org
1 leio 07/10/05 05:39:57
2
3 Modified: ChangeLog
4 Added: metacity-2.20.0.ebuild
5 Log:
6 New series for Gnome 2.20
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.196 x11-wm/metacity/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/metacity/ChangeLog?rev=1.196&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/metacity/ChangeLog?rev=1.196&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/metacity/ChangeLog?r1=1.195&r2=1.196
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v
19 retrieving revision 1.195
20 retrieving revision 1.196
21 diff -u -r1.195 -r1.196
22 --- ChangeLog 22 Sep 2007 05:42:44 -0000 1.195
23 +++ ChangeLog 5 Oct 2007 05:39:56 -0000 1.196
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-wm/metacity
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.195 2007/09/22 05:42:44 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.196 2007/10/05 05:39:56 leio Exp $
29 +
30 +*metacity-2.20.0 (05 Oct 2007)
31 +
32 + 05 Oct 2007; Mart Raudsepp <leio@g.o> +metacity-2.20.0.ebuild:
33 + New series for Gnome 2.20
34
35 22 Sep 2007; Tom Gall <tgall@g.o> metacity-2.18.5.ebuild:
36 stable on ppc64
37
38
39
40 1.1 x11-wm/metacity/metacity-2.20.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/metacity/metacity-2.20.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/metacity/metacity-2.20.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: metacity-2.20.0.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.20.0.ebuild,v 1.1 2007/10/05 05:39:56 leio Exp $
50
51 inherit eutils gnome2
52
53 DESCRIPTION="Gnome default windowmanager"
54 HOMEPAGE="http://www.gnome.org/"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE="xinerama"
60 # compositor needs libcm as well, not activating it for the time being
61
62 RDEPEND=">=x11-libs/gtk+-2.10
63 >=x11-libs/pango-1.2
64 >=gnome-base/gconf-2
65 >=dev-libs/glib-2.6
66 >=x11-libs/startup-notification-0.7
67 !x11-misc/expocity"
68
69 # needs libcm too
70 # compositor? ( >=x11-libs/libXcomposite-0.2 )
71
72 DEPEND="${RDEPEND}
73 sys-devel/gettext
74 >=dev-util/pkgconfig-0.9
75 >=dev-util/intltool-0.35"
76
77 DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt"
78
79 pkg_setup() {
80 G2CONF="$(use_enable xinerama) \
81 --disable-compositor"
82 }
83
84
85
86 --
87 gentoo-commits@g.o mailing list