From 0f6518249b6f79119b714dc6a2ed2ac93da8d1a2 Mon Sep 17 00:00:00 2001 From: Leonardo Boshell Date: Thu, 25 Aug 2005 04:31:46 +0000 Subject: Marking 2.10.2 stable (x86) (Portage version: 2.0.51.22-r2) --- x11-wm/metacity/ChangeLog | 6 +++- x11-wm/metacity/files/digest-metacity-2.8.13 | 1 - x11-wm/metacity/metacity-2.10.2.ebuild | 4 +-- x11-wm/metacity/metacity-2.8.13.ebuild | 51 ---------------------------- 4 files changed, 7 insertions(+), 55 deletions(-) delete mode 100644 x11-wm/metacity/files/digest-metacity-2.8.13 delete mode 100644 x11-wm/metacity/metacity-2.8.13.ebuild (limited to 'x11-wm') diff --git a/x11-wm/metacity/ChangeLog b/x11-wm/metacity/ChangeLog index d4d8768c3d9b..2ec5adc74107 100644 --- a/x11-wm/metacity/ChangeLog +++ b/x11-wm/metacity/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/metacity # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.118 2005/08/23 22:05:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.119 2005/08/25 04:31:46 leonardop Exp $ + + 25 Aug 2005; Leonardo Boshell + metacity-2.10.2.ebuild: + Stable on x86. 23 Aug 2005; Aron Griffis metacity-2.10.1.ebuild: stable on ia64 diff --git a/x11-wm/metacity/files/digest-metacity-2.8.13 b/x11-wm/metacity/files/digest-metacity-2.8.13 deleted file mode 100644 index 90652b5e7d41..000000000000 --- a/x11-wm/metacity/files/digest-metacity-2.8.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 81ac009f514c939831d72df52d77f0ed metacity-2.8.13.tar.bz2 2178494 diff --git a/x11-wm/metacity/metacity-2.10.2.ebuild b/x11-wm/metacity/metacity-2.10.2.ebuild index 25e1076001e5..435a2aa3f9fd 100644 --- a/x11-wm/metacity/metacity-2.10.2.ebuild +++ b/x11-wm/metacity/metacity-2.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.10.2.ebuild,v 1.1 2005/07/18 10:13:51 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.10.2.ebuild,v 1.2 2005/08/25 04:31:46 leonardop Exp $ inherit eutils gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="static xinerama" # not parallel-safe; see bug #14405 diff --git a/x11-wm/metacity/metacity-2.8.13.ebuild b/x11-wm/metacity/metacity-2.8.13.ebuild deleted file mode 100644 index 4485ea41e087..000000000000 --- a/x11-wm/metacity/metacity-2.8.13.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.8.13.ebuild,v 1.7 2005/07/07 03:35:06 vapier Exp $ - -inherit gnome2 eutils - -DESCRIPTION="Gnome default windowmanager" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86" -IUSE="xinerama" - -# not parallel-safe; see bug #14405 -MAKEOPTS="${MAKEOPTS} -j1" - -RDEPEND="virtual/x11 - >=x11-libs/pango-1.2 - >=x11-libs/gtk+-2.2.0-r1 - >=gnome-base/gconf-2 - >=x11-libs/startup-notification-0.7 - !x11-misc/expocity" - -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.29" - -# Compositor is too unreliable -G2CONF="${G2CONF} $(use_enable xinerama) --disable-compositor" - -DOCS="AUTHORS ChangeLog HACKING NEWS README *txt" - -src_unpack() { - - unpack ${A} - cd ${S} - # Fix the logout shortcut problems, by moving the keybindings - # into here, from control-center, fixes bug #52034 - epatch ${FILESDIR}/metacity-2-logout.patch - -} - -pkg_postinst() { - - gnome2_pkg_postinst - - einfo "Metacity & Xorg X11 with composite enabled may cause unwanted border effects" - -} -- cgit v1.2.3-65-gdbad