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.7.42.ebuild ChangeLog
Date: Tue, 25 Jan 2011 19:37:18
Message-Id: 20110125193707.81BAE20054@flycatcher.gentoo.org
1 zmedico 11/01/25 19:37:07
2
3 Modified: calibre-0.7.42.ebuild ChangeLog
4 Log:
5 Bug #352625 - Some LANGUAGE values can trigger a ValueError.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 app-text/calibre/calibre-0.7.42.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.7.42.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.7.42.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.7.42.ebuild?r1=1.1&r2=1.2
15
16 Index: calibre-0.7.42.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.7.42.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- calibre-0.7.42.ebuild 23 Jan 2011 00:23:55 -0000 1.1
23 +++ calibre-0.7.42.ebuild 25 Jan 2011 19:37:07 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.7.42.ebuild,v 1.1 2011/01/23 00:23:55 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.7.42.ebuild,v 1.2 2011/01/25 19:37:07 zmedico Exp $
29
30 EAPI=3
31 PYTHON_DEPEND=2:2.6
32 @@ -86,6 +86,14 @@
33 # violation with kbuildsycoca as in bug #287067, comment #13.
34 export -n DISPLAY
35
36 + # Bug #352625 - Some LANGUAGE values can trigger the following ValueError:
37 + # File "/usr/lib/python2.6/locale.py", line 486, in getdefaultlocale
38 + # return _parse_localename(localename)
39 + # File "/usr/lib/python2.6/locale.py", line 418, in _parse_localename
40 + # raise ValueError, 'unknown locale: %s' % localename
41 + #ValueError: unknown locale: 46
42 + export -n LANGUAGE
43 +
44 # Bug #295672 - Avoid sandbox violation in ~/.config by forcing
45 # variables to point to our fake temporary $HOME.
46 export HOME="$T/fake_homedir"
47
48
49
50 1.128 app-text/calibre/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.128&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.128&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.127&r2=1.128
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
59 retrieving revision 1.127
60 retrieving revision 1.128
61 diff -u -r1.127 -r1.128
62 --- ChangeLog 23 Jan 2011 00:23:55 -0000 1.127
63 +++ ChangeLog 25 Jan 2011 19:37:07 -0000 1.128
64 @@ -1,6 +1,9 @@
65 # ChangeLog for app-text/calibre
66 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.127 2011/01/23 00:23:55 zmedico Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.128 2011/01/25 19:37:07 zmedico Exp $
69 +
70 + 25 Jan 2011; Zac Medico <zmedico@g.o> calibre-0.7.42.ebuild:
71 + Bug #352625 - Some LANGUAGE values can trigger a ValueError.
72
73 *calibre-0.7.42 (23 Jan 2011)