Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/policyd: policyd-1.80.ebuild ChangeLog policyd-1.81.ebuild policyd-1.82.ebuild
Date: Sun, 29 Jun 2008 10:23:47
Message-Id: E1KCu4K-0005hm-Mp@stork.gentoo.org
1 tove 08/06/29 10:23:40
2
3 Modified: policyd-1.80.ebuild ChangeLog policyd-1.81.ebuild
4 policyd-1.82.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.3 mail-filter/policyd/policyd-1.80.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/policyd-1.80.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/policyd-1.80.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/policyd-1.80.ebuild?r1=1.2&r2=1.3
15
16 Index: policyd-1.80.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.80.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- policyd-1.80.ebuild 15 Jul 2007 02:43:38 -0000 1.2
23 +++ policyd-1.80.ebuild 29 Jun 2008 10:23:40 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.80.ebuild,v 1.2 2007/07/15 02:43:38 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.80.ebuild,v 1.3 2008/06/29 10:23:40 tove Exp $
30
31 inherit eutils
32
33 @@ -30,12 +30,12 @@
34 -e s:DAEMON=0:DAEMON=1:g \
35 -e s:DEBUG=3:DEBUG=0:g \
36 -e s:DATABASE_KEEPALIVE=0:DATABASE_KEEPALIVE=1:g \
37 - policyd.conf || "sed failed"
38 + policyd.conf || die "sed failed"
39 eend
40 }
41
42 src_compile() {
43 - emake build || "emake build failed"
44 + emake build || die "emake build failed"
45 }
46
47 src_install() {
48
49
50
51 1.4 mail-filter/policyd/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/ChangeLog?rev=1.4&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/ChangeLog?rev=1.4&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/ChangeLog?r1=1.3&r2=1.4
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/mail-filter/policyd/ChangeLog,v
60 retrieving revision 1.3
61 retrieving revision 1.4
62 diff -u -r1.3 -r1.4
63 --- ChangeLog 17 Oct 2007 14:33:52 -0000 1.3
64 +++ ChangeLog 29 Jun 2008 10:23:40 -0000 1.4
65 @@ -1,6 +1,10 @@
66 # ChangeLog for mail-filter/policyd
67 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/ChangeLog,v 1.3 2007/10/17 14:33:52 strerror Exp $
69 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/ChangeLog,v 1.4 2008/06/29 10:23:40 tove Exp $
71 +
72 + 29 Jun 2008; Torsten Veller <tove@g.o> policyd-1.80.ebuild,
73 + policyd-1.81.ebuild, policyd-1.82.ebuild:
74 + Add missing die: || "..." -> || die "..."
75
76 *policyd-1.82 (17 Oct 2007)
77
78
79
80
81 1.2 mail-filter/policyd/policyd-1.81.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/policyd-1.81.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/policyd-1.81.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/policyd-1.81.ebuild?r1=1.1&r2=1.2
86
87 Index: policyd-1.81.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.81.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- policyd-1.81.ebuild 30 Jul 2007 00:58:02 -0000 1.1
94 +++ policyd-1.81.ebuild 29 Jun 2008 10:23:40 -0000 1.2
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2007 Gentoo Foundation
97 +# Copyright 1999-2008 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.81.ebuild,v 1.1 2007/07/30 00:58:02 strerror Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.81.ebuild,v 1.2 2008/06/29 10:23:40 tove Exp $
101
102 inherit eutils
103
104 @@ -27,12 +27,12 @@
105 -e s:DAEMON=0:DAEMON=1:g \
106 -e s:DEBUG=3:DEBUG=0:g \
107 -e s:DATABASE_KEEPALIVE=0:DATABASE_KEEPALIVE=1:g \
108 - policyd.conf || "sed failed"
109 + policyd.conf || die "sed failed"
110 eend
111 }
112
113 src_compile() {
114 - emake build || "emake build failed"
115 + emake build || die "emake build failed"
116 }
117
118 src_install() {
119
120
121
122 1.2 mail-filter/policyd/policyd-1.82.ebuild
123
124 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/policyd-1.82.ebuild?rev=1.2&view=markup
125 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/policyd-1.82.ebuild?rev=1.2&content-type=text/plain
126 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/policyd/policyd-1.82.ebuild?r1=1.1&r2=1.2
127
128 Index: policyd-1.82.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.82.ebuild,v
131 retrieving revision 1.1
132 retrieving revision 1.2
133 diff -u -r1.1 -r1.2
134 --- policyd-1.82.ebuild 17 Oct 2007 14:33:52 -0000 1.1
135 +++ policyd-1.82.ebuild 29 Jun 2008 10:23:40 -0000 1.2
136 @@ -1,6 +1,6 @@
137 -# Copyright 1999-2007 Gentoo Foundation
138 +# Copyright 1999-2008 Gentoo Foundation
139 # Distributed under the terms of the GNU General Public License v2
140 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.82.ebuild,v 1.1 2007/10/17 14:33:52 strerror Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/policyd/policyd-1.82.ebuild,v 1.2 2008/06/29 10:23:40 tove Exp $
142
143 inherit eutils
144
145 @@ -27,12 +27,12 @@
146 -e s:DAEMON=0:DAEMON=1:g \
147 -e s:DEBUG=3:DEBUG=0:g \
148 -e s:DATABASE_KEEPALIVE=0:DATABASE_KEEPALIVE=1:g \
149 - policyd.conf || "sed failed"
150 + policyd.conf || die "sed failed"
151 eend
152 }
153
154 src_compile() {
155 - emake build || "emake build failed"
156 + emake build || die "emake build failed"
157 }
158
159 src_install() {
160
161
162
163 --
164 gentoo-commits@l.g.o mailing list