From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-29939-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1JbJUZ-000139-VS
	for garchives@archives.gentoo.org; Mon, 17 Mar 2008 17:51:24 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 43016E056E;
	Mon, 17 Mar 2008 17:51:22 +0000 (UTC)
Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231])
	by pigeon.gentoo.org (Postfix) with ESMTP id 222F1E056E
	for <gentoo-dev@lists.gentoo.org>; Mon, 17 Mar 2008 17:51:22 +0000 (UTC)
Received: by wr-out-0506.google.com with SMTP id c48so4078876wra.1
        for <gentoo-dev@lists.gentoo.org>; Mon, 17 Mar 2008 10:51:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        bh=1tLfZ8w6v2F0TgagUeZX3coX6xu4RhPHmASgHwivuBk=;
        b=RqxRLaIGejdLFFt6sETsoYy39hJgF5Xl202LbxE05ThTNJTbSm+pCbod50+Qbve8Jvr8O5VTznobKvRlzuqYJY1h7doBloF1gZd6pzGY1uhJPpwpQq0T4BnN2T3ctmptRHeYSS+ajjPmrKa+a2+a2K+dTjO2h5OL3+qENUnlAs0=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=cb30FGA3XdXfWo5tvpuG31+xcU1/a5CAHpAhtqa1e/Y/7euLG/lfp0rtS2kru5udsry0VDuESyb/b7sDR4xGJxFDMO8e/uzeAGRtbe3EUYb9HVLFfcjynIsPlP8RSR3cCp/xJQbBsEOXcC5VKEoQgEizjgYvcH6c0JSCgeeoyuc=
Received: by 10.141.27.16 with SMTP id e16mr351113rvj.141.1205776280996;
        Mon, 17 Mar 2008 10:51:20 -0700 (PDT)
Received: by 10.140.142.10 with HTTP; Mon, 17 Mar 2008 10:51:20 -0700 (PDT)
Message-ID: <8b4c83ad0803171051vf8d5086u3b1ccfef5e67fc57@mail.gmail.com>
Date: Mon, 17 Mar 2008 23:21:20 +0530
From: "Nirbheek Chauhan" <nirbheek.chauhan@gmail.com>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] [RFC] Major changes to the Gnome2 Eclasses
In-Reply-To: <47DE9D30.7060107@gentoo.org>
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
References: <47DA25CF.10205@gentoo.org> <47DE9D30.7060107@gentoo.org>
X-Archives-Salt: b7570721-705c-4581-918d-ca21d0e6b7fb
X-Archives-Hash: a904dd9f1f2dfeb72dbb0b1979db4256

On Mon, Mar 17, 2008 at 10:02 PM, R=E9mi Cardona <remi@gentoo.org> wrote:
[snip]
>  [1] The Patch (tm)
>
>  --- gnome2.eclass       10 Feb 2008 14:47:14 -0000      1.83
>  +++ gnome2.eclass       17 Mar 2008 16:30:31 -0000
>  @@ -106,6 +106,9 @@
>          rm -fr "${D}/usr/share/applications/mimeinfo.cache"
>   }
>
>  +gnome2_pkg_preinst() {
>  +}
>  +

Shouldn't this function be

gnome2_pkg_preinst() {
       :
}

? Because bash chokes on empty functions..

[snip]


--=20
~Nirbheek Chauhan
-- 
gentoo-dev@lists.gentoo.org mailing list