Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/gnumail: gnumail-1.2.0_pre3-r1.ebuild ChangeLog
Date: Wed, 26 Sep 2007 15:21:13
Message-Id: E1IaYZ6-0007DE-TU@stork.gentoo.org
1 voyageur 07/09/26 15:12:40
2
3 Modified: gnumail-1.2.0_pre3-r1.ebuild ChangeLog
4 Log:
5 egnustep_install dies by itself
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: gnumail-1.2.0_pre3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gnumail-1.2.0_pre3-r1.ebuild 26 Sep 2007 11:52:46 -0000 1.1
22 +++ gnumail-1.2.0_pre3-r1.ebuild 26 Sep 2007 15:12:40 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild,v 1.1 2007/09/26 11:52:46 voyageur Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3-r1.ebuild,v 1.2 2007/09/26 15:12:40 voyageur Exp $
28
29 inherit gnustep-2
30
31 @@ -64,22 +64,22 @@
32 gnustep-base_src_install
33
34 cd Bundles/Clock
35 - egnustep_install || die
36 + egnustep_install
37 cd "${S}"
38
39 if use xface ; then
40 cd Bundles/Face
41 - egnustep_install || die
42 + egnustep_install
43 cd "${S}"
44 fi
45 if use crypt ; then
46 cd Bundles/PGP
47 - egnustep_install || die
48 + egnustep_install
49 cd "${S}"
50 fi
51 if use emoticon ; then
52 cd Bundles/Emoticon
53 - egnustep_install || die
54 + egnustep_install
55 cd "${S}"
56 fi
57
58
59
60
61 1.26 gnustep-apps/gnumail/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.26&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.26&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gnumail/ChangeLog?r1=1.25&r2=1.26
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v
70 retrieving revision 1.25
71 retrieving revision 1.26
72 diff -u -r1.25 -r1.26
73 --- ChangeLog 26 Sep 2007 11:52:46 -0000 1.25
74 +++ ChangeLog 26 Sep 2007 15:12:40 -0000 1.26
75 @@ -1,6 +1,10 @@
76 # ChangeLog for gnustep-apps/gnumail
77 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.25 2007/09/26 11:52:46 voyageur Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.26 2007/09/26 15:12:40 voyageur Exp $
80 +
81 + 26 Sep 2007; Bernard Cafarelli <voyageur@g.o>
82 + gnumail-1.2.0_pre3-r1.ebuild:
83 + egnustep_install dies by itself, no need to do it in the ebuild
84
85 *gnumail-1.2.0_pre3-r1 (26 Sep 2007)
86
87
88
89
90 --
91 gentoo-commits@g.o mailing list