Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/calibre: calibre-0.9.27.ebuild calibre-0.9.30.ebuild calibre-0.9.31.ebuild ChangeLog
Date: Sat, 18 May 2013 17:21:34
Message-Id: 20130518172128.2ACAD2171D@flycatcher.gentoo.org
1 zmedico 13/05/18 17:21:28
2
3 Modified: calibre-0.9.27.ebuild calibre-0.9.30.ebuild
4 calibre-0.9.31.ebuild ChangeLog
5 Log:
6 Update LICENSE and remove non-free prs500 fonts for bug #470212.
7
8 (Portage version: 2.2.0_alpha175/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
9
10 Revision Changes Path
11 1.5 app-text/calibre/calibre-0.9.27.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.27.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.27.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.27.ebuild?r1=1.4&r2=1.5
16
17 Index: calibre-0.9.27.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.27.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- calibre-0.9.27.ebuild 5 May 2013 02:13:32 -0000 1.4
24 +++ calibre-0.9.27.ebuild 18 May 2013 17:21:27 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.27.ebuild,v 1.4 2013/05/05 02:13:32 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.27.ebuild,v 1.5 2013/05/18 17:21:27 zmedico Exp $
30
31 EAPI=5
32
33 @@ -10,7 +10,26 @@
34 HOMEPAGE="http://calibre-ebook.com/"
35 SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.xz"
36
37 -LICENSE="GPL-2"
38 +LICENSE="
39 + GPL-3+
40 + GPL-3
41 + GPL-2+
42 + GPL-2
43 + GPL-1+
44 + LGPL-3+
45 + LGPL-2.1+
46 + LGPL-2.1
47 + BSD
48 + MIT
49 + Old-MIT
50 + Apache-2.0
51 + public-domain
52 + || ( Artistic GPL-1+ )
53 + CC-BY-3.0
54 + OFL-1.1
55 + PSF-2
56 + unRAR
57 +"
58
59 KEYWORDS="amd64 x86"
60
61 @@ -88,6 +107,9 @@
62 epatch \
63 "${FILESDIR}/${PN}-no_updates_dialog.patch" \
64 "${FILESDIR}/${PN}-disable_plugins.patch"
65 +
66 + # Remove non-free fonts (bug #470212).
67 + rm -r resources/fonts/prs500 || die
68 }
69
70 src_install() {
71
72
73
74 1.2 app-text/calibre/calibre-0.9.30.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.30.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.30.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.30.ebuild?r1=1.1&r2=1.2
79
80 Index: calibre-0.9.30.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.30.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- calibre-0.9.30.ebuild 12 May 2013 21:43:15 -0000 1.1
87 +++ calibre-0.9.30.ebuild 18 May 2013 17:21:27 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2013 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.30.ebuild,v 1.1 2013/05/12 21:43:15 zmedico Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.30.ebuild,v 1.2 2013/05/18 17:21:27 zmedico Exp $
93
94 EAPI=5
95
96 @@ -10,7 +10,26 @@
97 HOMEPAGE="http://calibre-ebook.com/"
98 SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.xz"
99
100 -LICENSE="GPL-2"
101 +LICENSE="
102 + GPL-3+
103 + GPL-3
104 + GPL-2+
105 + GPL-2
106 + GPL-1+
107 + LGPL-3+
108 + LGPL-2.1+
109 + LGPL-2.1
110 + BSD
111 + MIT
112 + Old-MIT
113 + Apache-2.0
114 + public-domain
115 + || ( Artistic GPL-1+ )
116 + CC-BY-3.0
117 + OFL-1.1
118 + PSF-2
119 + unRAR
120 +"
121
122 KEYWORDS="~amd64 ~x86"
123
124 @@ -88,6 +107,9 @@
125 epatch \
126 "${FILESDIR}/${PN}-no_updates_dialog.patch" \
127 "${FILESDIR}/${PN}-disable_plugins.patch"
128 +
129 + # Remove non-free fonts (bug #470212).
130 + rm -r resources/fonts/prs500 || die
131 }
132
133 src_install() {
134
135
136
137 1.2 app-text/calibre/calibre-0.9.31.ebuild
138
139 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.31.ebuild?rev=1.2&view=markup
140 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.31.ebuild?rev=1.2&content-type=text/plain
141 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.31.ebuild?r1=1.1&r2=1.2
142
143 Index: calibre-0.9.31.ebuild
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.31.ebuild,v
146 retrieving revision 1.1
147 retrieving revision 1.2
148 diff -u -r1.1 -r1.2
149 --- calibre-0.9.31.ebuild 17 May 2013 20:13:39 -0000 1.1
150 +++ calibre-0.9.31.ebuild 18 May 2013 17:21:28 -0000 1.2
151 @@ -1,6 +1,6 @@
152 # Copyright 1999-2013 Gentoo Foundation
153 # Distributed under the terms of the GNU General Public License v2
154 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.31.ebuild,v 1.1 2013/05/17 20:13:39 zmedico Exp $
155 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.31.ebuild,v 1.2 2013/05/18 17:21:28 zmedico Exp $
156
157 EAPI=5
158
159 @@ -10,7 +10,26 @@
160 HOMEPAGE="http://calibre-ebook.com/"
161 SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.xz"
162
163 -LICENSE="GPL-2"
164 +LICENSE="
165 + GPL-3+
166 + GPL-3
167 + GPL-2+
168 + GPL-2
169 + GPL-1+
170 + LGPL-3+
171 + LGPL-2.1+
172 + LGPL-2.1
173 + BSD
174 + MIT
175 + Old-MIT
176 + Apache-2.0
177 + public-domain
178 + || ( Artistic GPL-1+ )
179 + CC-BY-3.0
180 + OFL-1.1
181 + PSF-2
182 + unRAR
183 +"
184
185 KEYWORDS="~amd64 ~x86"
186
187 @@ -88,6 +107,9 @@
188 epatch \
189 "${FILESDIR}/${PN}-no_updates_dialog.patch" \
190 "${FILESDIR}/${PN}-disable_plugins.patch"
191 +
192 + # Remove non-free fonts (bug #470212).
193 + rm -r resources/fonts/prs500 || die
194 }
195
196 src_install() {
197
198
199
200 1.279 app-text/calibre/ChangeLog
201
202 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.279&view=markup
203 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.279&content-type=text/plain
204 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.278&r2=1.279
205
206 Index: ChangeLog
207 ===================================================================
208 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
209 retrieving revision 1.278
210 retrieving revision 1.279
211 diff -u -r1.278 -r1.279
212 --- ChangeLog 17 May 2013 20:13:39 -0000 1.278
213 +++ ChangeLog 18 May 2013 17:21:28 -0000 1.279
214 @@ -1,6 +1,10 @@
215 # ChangeLog for app-text/calibre
216 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
217 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.278 2013/05/17 20:13:39 zmedico Exp $
218 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.279 2013/05/18 17:21:28 zmedico Exp $
219 +
220 + 18 May 2013; Zac Medico <zmedico@g.o> calibre-0.9.27.ebuild,
221 + calibre-0.9.30.ebuild, calibre-0.9.31.ebuild:
222 + Update LICENSE and remove non-free prs500 fonts for bug #470212.
223
224 *calibre-0.9.31 (17 May 2013)