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 1RQ7sW-0000My-S3 for garchives@archives.gentoo.org; Tue, 15 Nov 2011 01:32:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79AC421C04C; Tue, 15 Nov 2011 01:31:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4553A21C053 for ; Tue, 15 Nov 2011 01:31:53 +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 A6E9F1B402D for ; Tue, 15 Nov 2011 01:31:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D404B80042 for ; Tue, 15 Nov 2011 01:31:51 +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-live.eclass X-VCS-Directories: eclass/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: c80d652e31ba7c13735694dbfd4803e0c141db1a Date: Tue, 15 Nov 2011 01:31:51 +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: cfbf006a-5a53-4e11-beed-704bfe49afbe X-Archives-Hash: 845674a86054cb618538084b7559eb58 commit: c80d652e31ba7c13735694dbfd4803e0c141db1a Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Nov 14 23:19:51 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Nov 15 01:31:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dc80d652e gnome2-live.eclass: don't forget to run gnome2_pkg_postinst --- eclass/gnome2-live.eclass | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index 0d15887..1d9988a 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -184,6 +184,8 @@ gnome2_src_prepare() { # @DESCRIPTION: # Must be run manually for ebuilds that have a custom pkg_postinst gnome2-live_pkg_postinst() { + gnome2_pkg_postinst + ewarn "This is a live ebuild, upstream trunks will mostly be UNstable" ewarn "Do NOT report bugs about this package to Gentoo" ewarn "Report upstream bugs (with patches if possible) instead."