From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QATwx-000084-7C for garchives@archives.gentoo.org; Thu, 14 Apr 2011 21:19:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EA011C05F; Thu, 14 Apr 2011 21:19:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B9EF61C05F for ; Thu, 14 Apr 2011 21:19:30 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44C321B4164 for ; Thu, 14 Apr 2011 21:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9C3AD80065 for ; Thu, 14 Apr 2011 21:19:29 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <9bb91c77dd6b7b6af34eaff2ed5833b7e09886d9.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-wm/metacity/, x11-wm/metacity/files/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-wm/metacity/files/metacity-2.28.0-sys-wait-header.patch x11-wm/metacity/files/metacity-2.28.1-wif_macros.patch x11-wm/metacity/metacity-2.34.0.ebuild X-VCS-Directories: x11-wm/metacity/ x11-wm/metacity/files/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 9bb91c77dd6b7b6af34eaff2ed5833b7e09886d9 Date: Thu, 14 Apr 2011 21:19:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cfbf4d27e165816538772e27c4eed5a2 commit: 9bb91c77dd6b7b6af34eaff2ed5833b7e09886d9 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Apr 14 21:19:11 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Apr 14 21:19:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D9bb91c77 x11-wm/metacity: moved to gentoo-x86 --- .../files/metacity-2.28.0-sys-wait-header.patch | 19 ----- .../files/metacity-2.28.1-wif_macros.patch | 16 ---- x11-wm/metacity/metacity-2.34.0.ebuild | 82 --------------= ------ 3 files changed, 0 insertions(+), 117 deletions(-) diff --git a/x11-wm/metacity/files/metacity-2.28.0-sys-wait-header.patch = b/x11-wm/metacity/files/metacity-2.28.0-sys-wait-header.patch deleted file mode 100644 index 5d7f4a1..0000000 --- a/x11-wm/metacity/files/metacity-2.28.0-sys-wait-header.patch +++ /dev/null @@ -1,19 +0,0 @@ -From: Alexis Ballier -Date: Thu, 5 Nov 2009 19:48:41 +0100 -Subject: Include sys/wait.h instead of only wait.h as described in POSIX= specs. Fixes build on FreeBSD. - ---- - src/core/main.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - ---- a/src/core/main.c -+++ b/src/core/main.c -@@ -58,7 +58,7 @@ -=20 - #include - #include --#include -+#include - #include - #include - #include diff --git a/x11-wm/metacity/files/metacity-2.28.1-wif_macros.patch b/x11= -wm/metacity/files/metacity-2.28.1-wif_macros.patch deleted file mode 100644 index 4ce382e..0000000 --- a/x11-wm/metacity/files/metacity-2.28.1-wif_macros.patch +++ /dev/null @@ -1,16 +0,0 @@ -WIFEXITED and friends are defined in sys/wait.h -Fixes a build failure on BSD. - -https://bugs.gentoo.org/show_bug.cgi?id=3D309443 -https://bugzilla.gnome.org/show_bug.cgi?id=3D605460 - ---- metacity-2.28.1/src/core/delete.c.old 2010-03-15 07:46:52.000000000 = +0100 -+++ metacity-2.28.1/src/core/delete.c 2010-03-15 07:47:12.000000000 +010= 0 -@@ -32,6 +32,7 @@ - #include "workspace.h" -=20 - #include -+#include /* WIF* macros */ - #include - #include - #include diff --git a/x11-wm/metacity/metacity-2.34.0.ebuild b/x11-wm/metacity/met= acity-2.34.0.ebuild deleted file mode 100644 index 9aa4808..0000000 --- a/x11-wm/metacity/metacity-2.34.0.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.30.3.ebuil= d,v 1.7 2011/03/27 13:04:59 nirbheek Exp $ - -EAPI=3D"3" -GNOME2_LA_PUNT=3D"yes" -# debug only changes CFLAGS -GCONF_DEBUG=3D"no" - -inherit eutils gnome2 - -DESCRIPTION=3D"GNOME default window manager" -HOMEPAGE=3D"http://blogs.gnome.org/metacity/" - -LICENSE=3D"GPL-2" -SLOT=3D"0" -KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fb= sd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE=3D"test xinerama" - -# XXX: libgtop is automagic, hard-enabled instead -RDEPEND=3D">=3Dx11-libs/gtk+-2.20.0:2 - >=3Dx11-libs/pango-1.2[X] - >=3Dgnome-base/gconf-2:2 - >=3Ddev-libs/glib-2.6:2 - >=3Dx11-libs/startup-notification-0.7 - >=3Dx11-libs/libXcomposite-0.2 - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXdamage - x11-libs/libXcursor - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrandr - x11-libs/libSM - x11-libs/libICE - media-libs/libcanberra[gtk] - gnome-base/libgtop - gnome-extra/zenity - - xinerama? ( x11-libs/libXinerama ) - - !x11-misc/expocity" -DEPEND=3D"${RDEPEND} - >=3Dapp-text/gnome-doc-utils-0.8 - sys-devel/gettext - >=3Ddev-util/pkgconfig-0.9 - >=3Ddev-util/intltool-0.35 - test? ( app-text/docbook-xml-dtd:4.5 ) - xinerama? ( x11-proto/xineramaproto ) - x11-proto/xextproto - x11-proto/xproto" - -DOCS=3D"AUTHORS ChangeLog HACKING NEWS README *.txt doc/*.txt" - -pkg_setup() { - G2CONF=3D"${G2CONF} - --disable-static - --enable-canberra - --enable-compositor - --enable-gconf - --enable-render - --enable-shape - --enable-sm - --enable-startup-notification - --enable-xsync - --with-gtk=3D2.0 - $(use_enable xinerama)" -} - -src_prepare() { - gnome2_src_prepare - - # Use sys/wait.h header instead of wait.h as described in posix specs, - # bug 292009 - epatch "${FILESDIR}/${PN}-2.28.0-sys-wait-header.patch" - - # WIFEXITED and friends are defined in sys/wait.h - # Fixes a build failure on BSD. - # https://bugs.gentoo.org/show_bug.cgi?id=3D309443 - # https://bugzilla.gnome.org/show_bug.cgi?id=3D605460 - epatch "${FILESDIR}/${PN}-2.28.1-wif_macros.patch" -}