From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A665198006 for ; Fri, 1 Mar 2013 22:51:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5ECBE05EB; Fri, 1 Mar 2013 22:51:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14CECE05EB for ; Fri, 1 Mar 2013 22:51:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21F5F33DF56 for ; Fri, 1 Mar 2013 22:51:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B4EA6E42E1 for ; Fri, 1 Mar 2013 22:51:50 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1362178196.6c78996f304e08989e4b56c8580ad6096f94d955.eva@gentoo> Subject: [gentoo-commits] proj/gnome:gnome-next commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 6c78996f304e08989e4b56c8580ad6096f94d955 X-VCS-Branch: gnome-next Date: Fri, 1 Mar 2013 22:51:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 43446602-11ce-4308-a7d4-128b7e63629d X-Archives-Hash: 595d499d1f042352f75032bef707e07e commit: 6c78996f304e08989e4b56c8580ad6096f94d955 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Fri Mar 1 22:49:56 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Mar 1 22:49:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6c78996f eclass/gnome2.eclass: update ewarn for this branch --- eclass/gnome2.eclass | 16 +++------------- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index c4f42fc..78953b1 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -296,23 +296,13 @@ gnome2_pkg_postinst() { gnome2_scrollkeeper_update # This should only be in the overlay -# ewarn "**************************************************************" -# ewarn "This is the *experimental* Gentoo GNOME Overlay" -# ewarn "Please report bugs at #gentoo-desktop @ FreeNode" -# ewarn "Do NOT go to upstream with bugs without checking with us first" -# ewarn "**************************************************************" ewarn "**************************************************************" ewarn "This is the gnome-next branch of the *experimental* Gentoo" ewarn "GNOME Overlay." - ewarn - ewarn "This branch is currently on hiatus and is not being updated." - ewarn - ewarn "GNOME 3.2 is in the master branch since Oct. 1 2011" - ewarn - ewarn "If you want to try out GNOME 3.2, please use the master branch" - ewarn "of the overlay instead." + ewarn "" + ewarn "Please report bugs at #gentoo-desktop @ FreeNode" + ewarn "Do NOT go to upstream with bugs without checking with us first" ewarn "**************************************************************" - } # # FIXME Handle GConf schemas removal