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 1Rc9Gd-0004Nm-NQ for garchives@archives.gentoo.org; Sun, 18 Dec 2011 05:26:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6632721C022; Sun, 18 Dec 2011 05:26:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 104E621C022 for ; Sun, 18 Dec 2011 05:26:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2720D1B4002 for ; Sun, 18 Dec 2011 05:26:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4C9E080042 for ; Sun, 18 Dec 2011 05:26:24 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: a84a32969d112bcf57eaa9dd106d4bce72cada04 Date: Sun, 18 Dec 2011 05:26:24 +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: 2ab2a11b-3e14-44d0-969f-312d52d1aa4d X-Archives-Hash: df66874086b5e6067c96bcb93a30067b commit: a84a32969d112bcf57eaa9dd106d4bce72cada04 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sun Dec 18 05:24:40 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sun Dec 18 05:24:40 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Da84a3296 eclass/gnome2.eclass: the overlay is marked broken As discussed with Nirbheek, the overlay is marked broken by a "die" in gnome2.eclass global scope. To continue using the overlay, one should add I_WANT_GNOME_3_3_X=3Dyes to make.conf. This warning should probably be removed in 2 weeks or so. --- eclass/gnome2.eclass | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index b57bafc..3af0b8b 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -22,6 +22,23 @@ case "${EAPI:-0}" in *) die "EAPI=3D${EAPI} is not supported" ;; esac =20 +if [[ "${I_WANT_GNOME_3_3_X}" !=3D "yes" ]]; then + die " + +The GNOME overlay is switching to GNOME 3.3.x prerelease packages. +These are unstable, potentially incompatible with 3.2, and may well +break your system in intriguing ways. + +If you enabled the GNOME overlay to get GNOME 3.2, please disable +it now, since GNOME 3.2 is already in portage and unmasked. + +If you really do want experimental GNOME 3.3.x, please add +I_WANT_GNOME_3_3_X=3Dyes +to your /etc/make.conf and continue. + +" +fi + # @ECLASS-VARIABLE: G2CONF # @DEFAULT-UNSET # @DESCRIPTION: