Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/gretl: gretl-1.7.2.ebuild ChangeLog gretl-1.7.4.ebuild gretl-1.7.1.ebuild
Date: Sun, 29 Jun 2008 08:04:50
Message-Id: E1KCrts-0004GU-J9@stork.gentoo.org
1 tove 08/06/29 08:04:44
2
3 Modified: gretl-1.7.2.ebuild ChangeLog gretl-1.7.4.ebuild
4 gretl-1.7.1.ebuild
5 Log:
6 Add missing die: || "..." -> || die "..."
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
8
9 Revision Changes Path
10 1.2 sci-mathematics/gretl/gretl-1.7.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.7.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.7.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.7.2.ebuild?r1=1.1&r2=1.2
15
16 Index: gretl-1.7.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gretl-1.7.2.ebuild 26 Feb 2008 09:49:14 -0000 1.1
23 +++ gretl-1.7.2.ebuild 29 Jun 2008 08:04:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.2.ebuild,v 1.1 2008/02/26 09:49:14 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.2.ebuild,v 1.2 2008/06/29 08:04:44 tove Exp $
29
30 USE_EINSTALL=true
31
32 @@ -85,7 +85,7 @@
33 if use gnome; then
34 gnome2_src_install gnome_prefix="${D}"/usr
35 else
36 - einstall || "die einstall failed"
37 + einstall || die "einstall failed"
38 fi
39 if use gtk && ! use gnome; then
40 doicon gnome/gretl.png
41
42
43
44 1.10 sci-mathematics/gretl/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/ChangeLog?r1=1.9&r2=1.10
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- ChangeLog 20 May 2008 13:46:51 -0000 1.9
57 +++ ChangeLog 29 Jun 2008 08:04:44 -0000 1.10
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-mathematics/gretl
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.9 2008/05/20 13:46:51 markusle Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.10 2008/06/29 08:04:44 tove Exp $
63 +
64 + 29 Jun 2008; Torsten Veller <tove@g.o> gretl-1.7.1.ebuild,
65 + gretl-1.7.2.ebuild, gretl-1.7.4.ebuild:
66 + Add missing die: || "..." -> || die "..."
67
68 *gretl-1.7.4 (20 May 2008)
69
70
71
72
73 1.2 sci-mathematics/gretl/gretl-1.7.4.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.7.4.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.7.4.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.7.4.ebuild?r1=1.1&r2=1.2
78
79 Index: gretl-1.7.4.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.4.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- gretl-1.7.4.ebuild 20 May 2008 13:46:51 -0000 1.1
86 +++ gretl-1.7.4.ebuild 29 Jun 2008 08:04:44 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.4.ebuild,v 1.1 2008/05/20 13:46:51 markusle Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.4.ebuild,v 1.2 2008/06/29 08:04:44 tove Exp $
92
93 USE_EINSTALL=true
94
95 @@ -85,7 +85,7 @@
96 if use gnome; then
97 gnome2_src_install gnome_prefix="${D}"/usr
98 else
99 - einstall || "die einstall failed"
100 + einstall || die "einstall failed"
101 fi
102 if use gtk && ! use gnome; then
103 doicon gnome/gretl.png
104
105
106
107 1.2 sci-mathematics/gretl/gretl-1.7.1.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.7.1.ebuild?rev=1.2&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.7.1.ebuild?rev=1.2&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/gretl/gretl-1.7.1.ebuild?r1=1.1&r2=1.2
112
113 Index: gretl-1.7.1.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.1.ebuild,v
116 retrieving revision 1.1
117 retrieving revision 1.2
118 diff -u -r1.1 -r1.2
119 --- gretl-1.7.1.ebuild 12 Jan 2008 19:54:36 -0000 1.1
120 +++ gretl-1.7.1.ebuild 29 Jun 2008 08:04:44 -0000 1.2
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2008 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.1.ebuild,v 1.1 2008/01/12 19:54:36 bicatali Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.7.1.ebuild,v 1.2 2008/06/29 08:04:44 tove Exp $
126
127 USE_EINSTALL=true
128
129 @@ -85,7 +85,7 @@
130 if use gnome; then
131 gnome2_src_install gnome_prefix="${D}"/usr
132 else
133 - einstall || "die einstall failed"
134 + einstall || die "einstall failed"
135 fi
136 if use gtk && ! use gnome; then
137 doicon gnome/gretl.png
138
139
140
141 --
142 gentoo-commits@l.g.o mailing list