Gentoo Archives: gentoo-commits

From: "Timo Gurr (tgurr)" <tgurr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/cups-pdf: cups-pdf-2.4.8.ebuild ChangeLog cups-pdf-2.4.5.ebuild cups-pdf-2.4.2.ebuild cups-pdf-2.5.0.ebuild
Date: Fri, 13 Feb 2009 15:30:21
Message-Id: E1LXzzf-0001Ri-8r@stork.gentoo.org
1 tgurr 09/02/13 15:30:19
2
3 Modified: cups-pdf-2.4.8.ebuild ChangeLog
4 cups-pdf-2.4.5.ebuild cups-pdf-2.4.2.ebuild
5 cups-pdf-2.5.0.ebuild
6 Log:
7 Replace einfo with elog.
8 (Portage version: 2.2_rc23/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 net-print/cups-pdf/cups-pdf-2.4.8.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.8.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.8.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.8.ebuild?r1=1.2&r2=1.3
16
17 Index: cups-pdf-2.4.8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.8.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- cups-pdf-2.4.8.ebuild 13 Feb 2009 15:07:13 -0000 1.2
24 +++ cups-pdf-2.4.8.ebuild 13 Feb 2009 15:30:19 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.8.ebuild,v 1.2 2009/02/13 15:07:13 tgurr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.8.ebuild,v 1.3 2009/02/13 15:30:19 tgurr Exp $
30
31 inherit toolchain-funcs multilib
32
33 @@ -38,8 +38,8 @@
34 }
35
36 pkg_postinst () {
37 - einfo "Please view both the README and contrib_Contents files"
38 - einfo "as you may want to adjust some settings and/or use"
39 - einfo "contributed software. In the latter case you may need"
40 - einfo "to extract some files from the ${P} distfile."
41 + elog "Please view both the README and contrib_Contents files"
42 + elog "as you may want to adjust some settings and/or use"
43 + elog "contributed software. In the latter case you may need"
44 + elog "to extract some files from the ${P} distfile."
45 }
46
47
48
49 1.39 net-print/cups-pdf/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/ChangeLog?rev=1.39&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/ChangeLog?rev=1.39&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/ChangeLog?r1=1.38&r2=1.39
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v
58 retrieving revision 1.38
59 retrieving revision 1.39
60 diff -u -r1.38 -r1.39
61 --- ChangeLog 13 Feb 2009 15:07:13 -0000 1.38
62 +++ ChangeLog 13 Feb 2009 15:30:19 -0000 1.39
63 @@ -1,6 +1,10 @@
64 # ChangeLog for net-print/cups-pdf
65 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.38 2009/02/13 15:07:13 tgurr Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/ChangeLog,v 1.39 2009/02/13 15:30:19 tgurr Exp $
68 +
69 + 13 Feb 2009; Timo Gurr <tgurr@g.o> cups-pdf-2.4.2.ebuild,
70 + cups-pdf-2.4.5.ebuild, cups-pdf-2.4.8.ebuild, cups-pdf-2.5.0.ebuild:
71 + Replace einfo with elog.
72
73 *cups-pdf-2.5.0 (13 Feb 2009)
74
75
76
77
78 1.4 net-print/cups-pdf/cups-pdf-2.4.5.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.5.ebuild?rev=1.4&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.5.ebuild?rev=1.4&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.5.ebuild?r1=1.3&r2=1.4
83
84 Index: cups-pdf-2.4.5.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.5.ebuild,v
87 retrieving revision 1.3
88 retrieving revision 1.4
89 diff -u -r1.3 -r1.4
90 --- cups-pdf-2.4.5.ebuild 13 Feb 2009 15:07:13 -0000 1.3
91 +++ cups-pdf-2.4.5.ebuild 13 Feb 2009 15:30:19 -0000 1.4
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2009 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.5.ebuild,v 1.3 2009/02/13 15:07:13 tgurr Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.5.ebuild,v 1.4 2009/02/13 15:30:19 tgurr Exp $
97
98 inherit toolchain-funcs multilib
99
100 @@ -38,8 +38,8 @@
101 }
102
103 pkg_postinst () {
104 - einfo "Please view both the README and contrib_Contents files"
105 - einfo "as you may want to adjust some settings and/or use"
106 - einfo "contributed software. In the latter case you may need"
107 - einfo "to extract some files from the ${P} distfile."
108 + elog "Please view both the README and contrib_Contents files"
109 + elog "as you may want to adjust some settings and/or use"
110 + elog "contributed software. In the latter case you may need"
111 + elog "to extract some files from the ${P} distfile."
112 }
113
114
115
116 1.6 net-print/cups-pdf/cups-pdf-2.4.2.ebuild
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.2.ebuild?rev=1.6&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.2.ebuild?rev=1.6&content-type=text/plain
120 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.2.ebuild?r1=1.5&r2=1.6
121
122 Index: cups-pdf-2.4.2.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.2.ebuild,v
125 retrieving revision 1.5
126 retrieving revision 1.6
127 diff -u -r1.5 -r1.6
128 --- cups-pdf-2.4.2.ebuild 13 Feb 2009 15:07:13 -0000 1.5
129 +++ cups-pdf-2.4.2.ebuild 13 Feb 2009 15:30:19 -0000 1.6
130 @@ -1,6 +1,6 @@
131 # Copyright 1999-2009 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.2.ebuild,v 1.5 2009/02/13 15:07:13 tgurr Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.4.2.ebuild,v 1.6 2009/02/13 15:30:19 tgurr Exp $
135
136 inherit toolchain-funcs multilib
137
138 @@ -38,8 +38,8 @@
139 }
140
141 pkg_postinst () {
142 - einfo "Please view both the README and contrib_Contents files"
143 - einfo "as you may want to adjust some settings and/or use"
144 - einfo "contributed software. In the latter case you may need"
145 - einfo "to extract some files from the ${P} distfile."
146 + elog "Please view both the README and contrib_Contents files"
147 + elog "as you may want to adjust some settings and/or use"
148 + elog "contributed software. In the latter case you may need"
149 + elog "to extract some files from the ${P} distfile."
150 }
151
152
153
154 1.2 net-print/cups-pdf/cups-pdf-2.5.0.ebuild
155
156 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.5.0.ebuild?rev=1.2&view=markup
157 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.5.0.ebuild?rev=1.2&content-type=text/plain
158 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/cups-pdf/cups-pdf-2.5.0.ebuild?r1=1.1&r2=1.2
159
160 Index: cups-pdf-2.5.0.ebuild
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.5.0.ebuild,v
163 retrieving revision 1.1
164 retrieving revision 1.2
165 diff -u -r1.1 -r1.2
166 --- cups-pdf-2.5.0.ebuild 13 Feb 2009 15:07:13 -0000 1.1
167 +++ cups-pdf-2.5.0.ebuild 13 Feb 2009 15:30:19 -0000 1.2
168 @@ -1,6 +1,6 @@
169 # Copyright 1999-2009 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.5.0.ebuild,v 1.1 2009/02/13 15:07:13 tgurr Exp $
172 +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-pdf/cups-pdf-2.5.0.ebuild,v 1.2 2009/02/13 15:30:19 tgurr Exp $
173
174 inherit toolchain-funcs multilib
175
176 @@ -38,8 +38,8 @@
177 }
178
179 pkg_postinst () {
180 - einfo "Please view both the README and contrib_Contents files"
181 - einfo "as you may want to adjust some settings and/or use"
182 - einfo "contributed software. In the latter case you may need"
183 - einfo "to extract some files from the ${P} distfile."
184 + elog "Please view both the README and contrib_Contents files"
185 + elog "as you may want to adjust some settings and/or use"
186 + elog "contributed software. In the latter case you may need"
187 + elog "to extract some files from the ${P} distfile."
188 }