Gentoo Archives: gentoo-dev

From: Nirbheek Chauhan <nirbheek.chauhan@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [RFC] Major changes to the Gnome2 Eclasses
Date: Mon, 17 Mar 2008 17:51:24
Message-Id: 8b4c83ad0803171051vf8d5086u3b1ccfef5e67fc57@mail.gmail.com
In Reply to: Re: [gentoo-dev] [RFC] Major changes to the Gnome2 Eclasses by "Rémi Cardona"
1 On Mon, Mar 17, 2008 at 10:02 PM, Rémi Cardona <remi@g.o> wrote:
2 [snip]
3 > [1] The Patch (tm)
4 >
5 > --- gnome2.eclass 10 Feb 2008 14:47:14 -0000 1.83
6 > +++ gnome2.eclass 17 Mar 2008 16:30:31 -0000
7 > @@ -106,6 +106,9 @@
8 > rm -fr "${D}/usr/share/applications/mimeinfo.cache"
9 > }
10 >
11 > +gnome2_pkg_preinst() {
12 > +}
13 > +
14
15 Shouldn't this function be
16
17 gnome2_pkg_preinst() {
18 :
19 }
20
21 ? Because bash chokes on empty functions..
22
23 [snip]
24
25
26 --
27 ~Nirbheek Chauhan
28 --
29 gentoo-dev@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] [RFC] Major changes to the Gnome2 Eclasses "Rémi Cardona" <remi@g.o>