1 |
tove 10/01/31 19:49:46 |
2 |
|
3 |
Modified: courier-0.61.2.ebuild courier-0.59.0.ebuild |
4 |
courier-0.60.0.ebuild ChangeLog |
5 |
courier-0.61.1.ebuild |
6 |
Log: |
7 |
Change vecho to echo |
8 |
(Portage version: 2.2_rc62/cvs/Linux x86_64) |
9 |
|
10 |
Revision Changes Path |
11 |
1.4 mail-mta/courier/courier-0.61.2.ebuild |
12 |
|
13 |
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.61.2.ebuild?rev=1.4&view=markup |
14 |
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.61.2.ebuild?rev=1.4&content-type=text/plain |
15 |
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.61.2.ebuild?r1=1.3&r2=1.4 |
16 |
|
17 |
Index: courier-0.61.2.ebuild |
18 |
=================================================================== |
19 |
RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.61.2.ebuild,v |
20 |
retrieving revision 1.3 |
21 |
retrieving revision 1.4 |
22 |
diff -u -r1.3 -r1.4 |
23 |
--- courier-0.61.2.ebuild 26 Dec 2009 17:37:07 -0000 1.3 |
24 |
+++ courier-0.61.2.ebuild 31 Jan 2010 19:49:45 -0000 1.4 |
25 |
@@ -1,6 +1,6 @@ |
26 |
-# Copyright 1999-2009 Gentoo Foundation |
27 |
+# Copyright 1999-2010 Gentoo Foundation |
28 |
# Distributed under the terms of the GNU General Public License v2 |
29 |
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.61.2.ebuild,v 1.3 2009/12/26 17:37:07 pva Exp $ |
30 |
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.61.2.ebuild,v 1.4 2010/01/31 19:49:45 tove Exp $ |
31 |
|
32 |
inherit eutils flag-o-matic |
33 |
|
34 |
@@ -236,7 +236,7 @@ |
35 |
|
36 |
src_test() { |
37 |
addpredict / |
38 |
- vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" |
39 |
+ echo ">>> Test phase [check]: ${CATEGORY}/${PF}" |
40 |
if hasq userpriv "${FEATURES}" ; then |
41 |
if ! emake -j1 check; then |
42 |
hasq test "${FEATURES}" && die "Make check failed. See above for details." |
43 |
|
44 |
|
45 |
|
46 |
1.14 mail-mta/courier/courier-0.59.0.ebuild |
47 |
|
48 |
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild?rev=1.14&view=markup |
49 |
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild?rev=1.14&content-type=text/plain |
50 |
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild?r1=1.13&r2=1.14 |
51 |
|
52 |
Index: courier-0.59.0.ebuild |
53 |
=================================================================== |
54 |
RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild,v |
55 |
retrieving revision 1.13 |
56 |
retrieving revision 1.14 |
57 |
diff -u -r1.13 -r1.14 |
58 |
--- courier-0.59.0.ebuild 26 Dec 2009 17:37:07 -0000 1.13 |
59 |
+++ courier-0.59.0.ebuild 31 Jan 2010 19:49:45 -0000 1.14 |
60 |
@@ -1,6 +1,6 @@ |
61 |
-# Copyright 1999-2009 Gentoo Foundation |
62 |
+# Copyright 1999-2010 Gentoo Foundation |
63 |
# Distributed under the terms of the GNU General Public License v2 |
64 |
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild,v 1.13 2009/12/26 17:37:07 pva Exp $ |
65 |
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild,v 1.14 2010/01/31 19:49:45 tove Exp $ |
66 |
|
67 |
WANT_AUTOCONF="latest" |
68 |
WANT_AUTOMAKE="latest" |
69 |
@@ -247,7 +247,7 @@ |
70 |
|
71 |
src_test() { |
72 |
addpredict / |
73 |
- vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" |
74 |
+ echo ">>> Test phase [check]: ${CATEGORY}/${PF}" |
75 |
if hasq userpriv "${FEATURES}" ; then |
76 |
if ! emake -j1 check; then |
77 |
hasq test "${FEATURES}" && die "Make check failed. See above for details." |
78 |
|
79 |
|
80 |
|
81 |
1.4 mail-mta/courier/courier-0.60.0.ebuild |
82 |
|
83 |
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.60.0.ebuild?rev=1.4&view=markup |
84 |
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.60.0.ebuild?rev=1.4&content-type=text/plain |
85 |
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.60.0.ebuild?r1=1.3&r2=1.4 |
86 |
|
87 |
Index: courier-0.60.0.ebuild |
88 |
=================================================================== |
89 |
RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.60.0.ebuild,v |
90 |
retrieving revision 1.3 |
91 |
retrieving revision 1.4 |
92 |
diff -u -r1.3 -r1.4 |
93 |
--- courier-0.60.0.ebuild 26 Dec 2009 17:37:07 -0000 1.3 |
94 |
+++ courier-0.60.0.ebuild 31 Jan 2010 19:49:45 -0000 1.4 |
95 |
@@ -1,6 +1,6 @@ |
96 |
-# Copyright 1999-2009 Gentoo Foundation |
97 |
+# Copyright 1999-2010 Gentoo Foundation |
98 |
# Distributed under the terms of the GNU General Public License v2 |
99 |
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.60.0.ebuild,v 1.3 2009/12/26 17:37:07 pva Exp $ |
100 |
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.60.0.ebuild,v 1.4 2010/01/31 19:49:45 tove Exp $ |
101 |
|
102 |
inherit eutils flag-o-matic |
103 |
|
104 |
@@ -241,7 +241,7 @@ |
105 |
|
106 |
src_test() { |
107 |
addpredict / |
108 |
- vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" |
109 |
+ echo ">>> Test phase [check]: ${CATEGORY}/${PF}" |
110 |
if hasq userpriv "${FEATURES}" ; then |
111 |
if ! emake -j1 check; then |
112 |
hasq test "${FEATURES}" && die "Make check failed. See above for details." |
113 |
|
114 |
|
115 |
|
116 |
1.125 mail-mta/courier/ChangeLog |
117 |
|
118 |
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/ChangeLog?rev=1.125&view=markup |
119 |
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/ChangeLog?rev=1.125&content-type=text/plain |
120 |
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/ChangeLog?r1=1.124&r2=1.125 |
121 |
|
122 |
Index: ChangeLog |
123 |
=================================================================== |
124 |
RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v |
125 |
retrieving revision 1.124 |
126 |
retrieving revision 1.125 |
127 |
diff -u -r1.124 -r1.125 |
128 |
--- ChangeLog 31 Jan 2010 19:04:58 -0000 1.124 |
129 |
+++ ChangeLog 31 Jan 2010 19:49:45 -0000 1.125 |
130 |
@@ -1,6 +1,10 @@ |
131 |
# ChangeLog for mail-mta/courier |
132 |
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 |
133 |
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.124 2010/01/31 19:04:58 hanno Exp $ |
134 |
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.125 2010/01/31 19:49:45 tove Exp $ |
135 |
+ |
136 |
+ 31 Jan 2010; Torsten Veller <tove@g.o> courier-0.59.0.ebuild, |
137 |
+ courier-0.60.0.ebuild, courier-0.61.1.ebuild, courier-0.61.2.ebuild: |
138 |
+ Change vecho to echo |
139 |
|
140 |
*courier-0.64.0 (31 Jan 2010) |
141 |
|
142 |
|
143 |
|
144 |
|
145 |
1.3 mail-mta/courier/courier-0.61.1.ebuild |
146 |
|
147 |
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.61.1.ebuild?rev=1.3&view=markup |
148 |
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.61.1.ebuild?rev=1.3&content-type=text/plain |
149 |
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/courier-0.61.1.ebuild?r1=1.2&r2=1.3 |
150 |
|
151 |
Index: courier-0.61.1.ebuild |
152 |
=================================================================== |
153 |
RCS file: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.61.1.ebuild,v |
154 |
retrieving revision 1.2 |
155 |
retrieving revision 1.3 |
156 |
diff -u -r1.2 -r1.3 |
157 |
--- courier-0.61.1.ebuild 26 Dec 2009 17:37:07 -0000 1.2 |
158 |
+++ courier-0.61.1.ebuild 31 Jan 2010 19:49:45 -0000 1.3 |
159 |
@@ -1,6 +1,6 @@ |
160 |
-# Copyright 1999-2009 Gentoo Foundation |
161 |
+# Copyright 1999-2010 Gentoo Foundation |
162 |
# Distributed under the terms of the GNU General Public License v2 |
163 |
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.61.1.ebuild,v 1.2 2009/12/26 17:37:07 pva Exp $ |
164 |
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.61.1.ebuild,v 1.3 2010/01/31 19:49:45 tove Exp $ |
165 |
|
166 |
inherit eutils flag-o-matic |
167 |
|
168 |
@@ -239,7 +239,7 @@ |
169 |
|
170 |
src_test() { |
171 |
addpredict / |
172 |
- vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" |
173 |
+ echo ">>> Test phase [check]: ${CATEGORY}/${PF}" |
174 |
if hasq userpriv "${FEATURES}" ; then |
175 |
if ! emake -j1 check; then |
176 |
hasq test "${FEATURES}" && die "Make check failed. See above for details." |