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 1Q3J4K-00015w-Hi for garchives@archives.gentoo.org; Sat, 26 Mar 2011 02:17:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD2261C04B; Sat, 26 Mar 2011 02:17:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8A0511C09D for ; Sat, 26 Mar 2011 02:17:28 +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 CE7F31B410B for ; Sat, 26 Mar 2011 02:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 341F48006A for ; Sat, 26 Mar 2011 02:17:27 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" 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: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: c86772db9002e58d9f0d6ccc051ac0c0b4b90474 Date: Sat, 26 Mar 2011 02:17:27 +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: c37b77d250b6112f79858650098c8d94 commit: c86772db9002e58d9f0d6ccc051ac0c0b4b90474 Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Mar 26 02:15:41 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Mar 26 02:15:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dc86772db gnome2.eclass: add massive ewarn to pkg_postinst about reporting bugs * Some users have been going straight to upstream which wastes upstream t= ime * They should check with us first --- eclass/gnome2.eclass | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 878cd50..bf38bbd 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -177,6 +177,12 @@ gnome2_pkg_postinst() { if [[ "${SCROLLKEEPER_UPDATE}" =3D "1" ]]; then gnome2_scrollkeeper_update fi + # 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 "**************************************************************" } =20 #gnome2_pkg_prerm() {