Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/metacity: ChangeLog metacity-2.34.13.ebuild metacity-2.34.1.ebuild metacity-2.34.3.ebuild
Date: Sun, 28 Oct 2012 21:15:59
Message-Id: 20121028211549.4224821600@flycatcher.gentoo.org
1 eva 12/10/28 21:15:49
2
3 Modified: ChangeLog
4 Added: metacity-2.34.13.ebuild
5 Removed: metacity-2.34.1.ebuild metacity-2.34.3.ebuild
6 Log:
7 Version bump. Clean up old revisions.
8
9 (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.275 x11-wm/metacity/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/metacity/ChangeLog?rev=1.275&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/metacity/ChangeLog?rev=1.275&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/metacity/ChangeLog?r1=1.274&r2=1.275
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v
21 retrieving revision 1.274
22 retrieving revision 1.275
23 diff -u -r1.274 -r1.275
24 --- ChangeLog 4 Sep 2012 23:34:37 -0000 1.274
25 +++ ChangeLog 28 Oct 2012 21:15:49 -0000 1.275
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-wm/metacity
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.274 2012/09/04 23:34:37 nirbheek Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.275 2012/10/28 21:15:49 eva Exp $
31 +
32 +*metacity-2.34.13 (28 Oct 2012)
33 +
34 + 28 Oct 2012; Gilles Dartiguelongue <eva@g.o> -metacity-2.34.1.ebuild,
35 + -metacity-2.34.3.ebuild, +metacity-2.34.13.ebuild:
36 + Version bump. Clean up old revisions.
37
38 *metacity-2.34.8 (04 Sep 2012)
39
40
41
42
43 1.1 x11-wm/metacity/metacity-2.34.13.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/metacity/metacity-2.34.13.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/metacity/metacity-2.34.13.ebuild?rev=1.1&content-type=text/plain
47
48 Index: metacity-2.34.13.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/x11-wm/metacity/metacity-2.34.13.ebuild,v 1.1 2012/10/28 21:15:49 eva Exp $
53
54 EAPI="5"
55 # debug only changes CFLAGS
56 GCONF_DEBUG="no"
57 GNOME2_LA_PUNT="yes"
58
59 inherit eutils gnome2
60
61 DESCRIPTION="GNOME default window manager"
62 HOMEPAGE="http://blogs.gnome.org/metacity/"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
67 IUSE="test xinerama"
68
69 # XXX: libgtop is automagic, hard-enabled instead
70 RDEPEND=">=x11-libs/gtk+-2.24:2
71 >=x11-libs/pango-1.2[X]
72 >=dev-libs/glib-2.25.10:2
73 >=gnome-base/gsettings-desktop-schemas-3.3
74 >=x11-libs/startup-notification-0.7
75 >=x11-libs/libXcomposite-0.2
76 x11-libs/libXfixes
77 x11-libs/libXrender
78 x11-libs/libXdamage
79 x11-libs/libXcursor
80 x11-libs/libX11
81 x11-libs/libXext
82 x11-libs/libXrandr
83 x11-libs/libSM
84 x11-libs/libICE
85 media-libs/libcanberra[gtk]
86 gnome-base/libgtop
87 gnome-extra/zenity
88 xinerama? ( x11-libs/libXinerama )
89 !x11-misc/expocity"
90 DEPEND="${RDEPEND}
91 sys-devel/gettext
92 >=dev-util/intltool-0.35
93 virtual/pkgconfig
94 test? ( app-text/docbook-xml-dtd:4.5 )
95 xinerama? ( x11-proto/xineramaproto )
96 x11-proto/xextproto
97 x11-proto/xproto"
98
99 src_prepare() {
100 DOCS="AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt"
101 G2CONF="${G2CONF}
102 ITSTOOL=$(type -P true)
103 --disable-static
104 --enable-canberra
105 --enable-compositor
106 --enable-render
107 --enable-shape
108 --enable-sm
109 --enable-startup-notification
110 --enable-xsync
111 --enable-themes-documentation
112 $(use_enable xinerama)"
113
114 gnome2_src_prepare
115
116 # WIFEXITED and friends are defined in sys/wait.h
117 # Fixes a build failure on BSD.
118 # https://bugs.gentoo.org/show_bug.cgi?id=309443
119 # https://bugzilla.gnome.org/show_bug.cgi?id=605460
120 epatch "${FILESDIR}/${PN}-2.28.1-wif_macros.patch"
121 }