Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/calibre: calibre-1.34.ebuild ChangeLog
Date: Thu, 01 May 2014 16:14:34
Message-Id: 20140501161431.410102004E@flycatcher.gentoo.org
1 axs 14/05/01 16:14:31
2
3 Modified: calibre-1.34.ebuild ChangeLog
4 Log:
5 added conditional to not throw exception when locale is 'C', bug 508834; cleaned up no-dialog patch
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
8
9 Revision Changes Path
10 1.2 app-text/calibre/calibre-1.34.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-1.34.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-1.34.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-1.34.ebuild?r1=1.1&r2=1.2
15
16 Index: calibre-1.34.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.34.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- calibre-1.34.ebuild 1 May 2014 02:22:00 -0000 1.1
23 +++ calibre-1.34.ebuild 1 May 2014 16:14:31 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.34.ebuild,v 1.1 2014/05/01 02:22:00 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.34.ebuild,v 1.2 2014/05/01 16:14:31 axs Exp $
29
30 EAPI=5
31
32 @@ -104,9 +104,11 @@
33
34 # no_updates: do not annoy user with "new version is availible all the time
35 # disable_plugins: walking sec-hole, wait for upstream to use GHNS interface
36 + # C locale: if LC_ALL=C do not raise an exception when locale cannot be canonicalized
37 epatch \
38 - "${FILESDIR}/${PN}-1.20-no_updates_dialog.patch" \
39 - "${FILESDIR}/${PN}-disable_plugins.patch"
40 + "${FILESDIR}/${P}-no_updates_dialog.patch" \
41 + "${FILESDIR}/${PN}-disable_plugins.patch" \
42 + "${FILESDIR}/${P}-C-locale.patch"
43 }
44
45 src_install() {
46
47
48
49 1.317 app-text/calibre/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.317&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.317&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.316&r2=1.317
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
58 retrieving revision 1.316
59 retrieving revision 1.317
60 diff -u -r1.316 -r1.317
61 --- ChangeLog 1 May 2014 02:22:00 -0000 1.316
62 +++ ChangeLog 1 May 2014 16:14:31 -0000 1.317
63 @@ -1,6 +1,12 @@
64 # ChangeLog for app-text/calibre
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.316 2014/05/01 02:22:00 yngwin Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.317 2014/05/01 16:14:31 axs Exp $
68 +
69 + 01 May 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
70 + +files/calibre-1.34-C-locale.patch,
71 + +files/calibre-1.34-no_updates_dialog.patch, calibre-1.34.ebuild:
72 + added conditional to not throw exception when locale is 'C', bug 508834;
73 + cleaned up no-dialog patch
74
75 *calibre-1.34 (01 May 2014)