From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5EBE813897A for ; Sun, 10 Feb 2013 20:08:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE6D621C14E; Sun, 10 Feb 2013 20:08:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 669E521C14E for ; Sun, 10 Feb 2013 20:08:50 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5287733E41E for ; Sun, 10 Feb 2013 20:08:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 1DB1E2171D; Sun, 10 Feb 2013 20:08:48 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-text/calibre: calibre-0.9.18.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: calibre-0.9.18.ebuild ChangeLog X-VCS-Directories: app-text/calibre X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130210200848.1DB1E2171D@flycatcher.gentoo.org> Date: Sun, 10 Feb 2013 20:08:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ab281d69-e22c-47db-9f17-290d1197c20d X-Archives-Hash: e0e7dde20112ac670a889c7bfab86b73 scarabeus 13/02/10 20:08:47 Modified: calibre-0.9.18.ebuild ChangeLog Log: Augh I had those patches on one line, trimmed by vim, add backslash. (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) Revision Changes Path 1.3 app-text/calibre/calibre-0.9.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.18.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.18.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.9.18.ebuild?r1=1.2&r2=1.3 Index: calibre-0.9.18.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.18.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- calibre-0.9.18.ebuild 10 Feb 2013 20:03:46 -0000 1.2 +++ calibre-0.9.18.ebuild 10 Feb 2013 20:08:47 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.18.ebuild,v 1.2 2013/02/10 20:03:46 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.18.ebuild,v 1.3 2013/02/10 20:08:47 scarabeus Exp $ EAPI=5 PYTHON_DEPEND=2:2.7 @@ -92,7 +92,7 @@ # 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 epatch \ - "${FILESDIR}/${PN}-no_updates_dialog.patch" + "${FILESDIR}/${PN}-no_updates_dialog.patch" \ "${FILESDIR}/${PN}-disable_plugins.patch" } @@ -117,7 +117,7 @@ # File "/usr/lib/python2.6/locale.py", line 418, in _parse_localename # raise ValueError, 'unknown locale: %s' % localename #ValueError: unknown locale: 46 - export -n LANGUAGE + #export -n LANGUAGE # Bug #295672 - Avoid sandbox violation in ~/.config by forcing # variables to point to our fake temporary $HOME. 1.259 app-text/calibre/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.259&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.259&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.258&r2=1.259 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v retrieving revision 1.258 retrieving revision 1.259 diff -u -r1.258 -r1.259 --- ChangeLog 10 Feb 2013 20:03:46 -0000 1.258 +++ ChangeLog 10 Feb 2013 20:08:47 -0000 1.259 @@ -1,6 +1,9 @@ # ChangeLog for app-text/calibre # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.258 2013/02/10 20:03:46 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.259 2013/02/10 20:08:47 scarabeus Exp $ + + 10 Feb 2013; Tomáš Chvátal calibre-0.9.18.ebuild: + Augh I had those patches on one line, trimmed by vim, add backslash. 10 Feb 2013; Tomáš Chvátal +files/calibre-disable_plugins.patch, +files/calibre-no_updates_dialog.patch,