axs         14/05/01 16:14:31

  Modified:             calibre-1.34.ebuild ChangeLog
  Log:
  added conditional to not throw exception when locale is 'C', bug 508834; 
cleaned up no-dialog patch
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  Changes    Path
1.2                  app-text/calibre/calibre-1.34.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-1.34.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-1.34.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-1.34.ebuild?r1=1.1&r2=1.2

Index: calibre-1.34.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.34.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- calibre-1.34.ebuild 1 May 2014 02:22:00 -0000       1.1
+++ calibre-1.34.ebuild 1 May 2014 16:14:31 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.34.ebuild,v 1.1 
2014/05/01 02:22:00 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.34.ebuild,v 1.2 
2014/05/01 16:14:31 axs Exp $
 
 EAPI=5
 
@@ -104,9 +104,11 @@
 
        # no_updates: do not annoy user with "new version is availible all the 
time
        # disable_plugins: walking sec-hole, wait for upstream to use GHNS 
interface
+       # C locale: if LC_ALL=C do not raise an exception when locale cannot be 
canonicalized
        epatch \
-               "${FILESDIR}/${PN}-1.20-no_updates_dialog.patch" \
-               "${FILESDIR}/${PN}-disable_plugins.patch"
+               "${FILESDIR}/${P}-no_updates_dialog.patch" \
+               "${FILESDIR}/${PN}-disable_plugins.patch" \
+               "${FILESDIR}/${P}-C-locale.patch"
 }
 
 src_install() {



1.317                app-text/calibre/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.317&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.317&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.316&r2=1.317

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
retrieving revision 1.316
retrieving revision 1.317
diff -u -r1.316 -r1.317
--- ChangeLog   1 May 2014 02:22:00 -0000       1.316
+++ ChangeLog   1 May 2014 16:14:31 -0000       1.317
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/calibre
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.316 
2014/05/01 02:22:00 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.317 
2014/05/01 16:14:31 axs Exp $
+
+  01 May 2014; Ian Stakenvicius (_AxS_) <[email protected]>
+  +files/calibre-1.34-C-locale.patch,
+  +files/calibre-1.34-no_updates_dialog.patch, calibre-1.34.ebuild:
+  added conditional to not throw exception when locale is 'C', bug 508834;
+  cleaned up no-dialog patch
 
 *calibre-1.34 (01 May 2014)
 




Reply via email to