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 <gentoo-commits+bounces-334972-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q8z1C-0000VD-H8
	for garchives@archives.gentoo.org; Sun, 10 Apr 2011 18:05:50 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 90ED01C015;
	Sun, 10 Apr 2011 18:04:48 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 5B7751C015
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 18:04:48 +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 EEAA11B4084
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 18:04:47 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 56DB38006D
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 18:04:47 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org>
Message-ID: <fca337d2e6097b2cc1278fa0e410b71ccc1dbddb.eva@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-menus/
X-VCS-Repository: proj/gnome
X-VCS-Files: gnome-base/gnome-menus/gnome-menus-3.0.0.ebuild
X-VCS-Directories: gnome-base/gnome-menus/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: fca337d2e6097b2cc1278fa0e410b71ccc1dbddb
Date: Sun, 10 Apr 2011 18:04:47 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 73eeba8266c41d3e9b2c16cca689124f

commit:     fca337d2e6097b2cc1278fa0e410b71ccc1dbddb
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 12:04:45 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 18:02:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3Dfca337d2

gnome-base/gnome-menus: QAed

	* Drop old ewarn message
	* Raise gobject-introspection per configure

(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc=
e, signed Manifest commit with key C6085806)

---
 gnome-base/gnome-menus/gnome-menus-3.0.0.ebuild |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/gnome-base/gnome-menus/gnome-menus-3.0.0.ebuild b/gnome-base=
/gnome-menus/gnome-menus-3.0.0.ebuild
index 1abebc3..5e08233 100644
--- a/gnome-base/gnome-menus/gnome-menus-3.0.0.ebuild
+++ b/gnome-base/gnome-menus/gnome-menus-3.0.0.ebuild
@@ -23,7 +23,7 @@ IUSE=3D"debug +introspection python"
=20
 RDEPEND=3D">=3Ddev-libs/glib-2.18
 	python? ( dev-python/pygtk )
-	introspection? ( >=3Ddev-libs/gobject-introspection-0.6.7 )"
+	introspection? ( >=3Ddev-libs/gobject-introspection-0.9.5 )"
 DEPEND=3D"${RDEPEND}
 	sys-devel/gettext
 	>=3Ddev-util/pkgconfig-0.9
@@ -86,11 +86,6 @@ pkg_postinst() {
 	if use python; then
 		python_mod_optimize GMenuSimpleEditor
 	fi
-
-	ewarn "Due to bug #256614, you might lose icons in applications menus."
-	ewarn "If you use a login manager, please re-select your session."
-	ewarn "If you use startx and have no .xinitrc, just export XSESSION=3DG=
nome."
-	ewarn "If you use startx and have .xinitrc, export XDG_MENU_PREFIX=3Dgn=
ome-."
 }
=20
 pkg_postrm() {