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.6.16-r1.ebuild ChangeLog
Date: Wed, 07 Oct 2009 22:47:24
Message-Id: E1MvfI1-0005VL-6L@stork.gentoo.org
1 zmedico 09/10/07 22:47:21
2
3 Modified: calibre-0.6.16-r1.ebuild ChangeLog
4 Log:
5 Bug #287686 - Fix poppler and libusb deps.
6 (Portage version: 2.2_rc44_p14508/cvs/Linux i686)
7
8 Revision Changes Path
9 1.4 app-text/calibre/calibre-0.6.16-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.16-r1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.16-r1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.16-r1.ebuild?r1=1.3&r2=1.4
14
15 Index: calibre-0.6.16-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.16-r1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- calibre-0.6.16-r1.ebuild 5 Oct 2009 08:32:33 -0000 1.3
22 +++ calibre-0.6.16-r1.ebuild 7 Oct 2009 22:47:20 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.16-r1.ebuild,v 1.3 2009/10/05 08:32:33 zmedico Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.16-r1.ebuild,v 1.4 2009/10/07 22:47:20 zmedico Exp $
28
29 EAPI=2
30 NEED_PYTHON=2.6
31 @@ -23,7 +23,7 @@
32 SHARED_DEPEND=">=dev-lang/python-2.6[sqlite]
33 >=dev-python/setuptools-0.6_rc5
34 >=dev-python/imaging-1.1.6
35 - dev-libs/libusb:0
36 + >=dev-libs/libusb-0.1.12:0
37 >=dev-python/PyQt4-4.5[X,svg,webkit]
38 >=dev-python/mechanize-0.1.11
39 >=media-gfx/imagemagick-6.3.5
40 @@ -33,6 +33,7 @@
41 >=dev-python/python-dateutil-1.4.1
42 >=dev-python/beautifulsoup-3.0.5
43 >=dev-python/dnspython-1.6.0
44 + >=virtual/poppler-0.12.0
45 >=sys-apps/help2man-1.36.4
46 app-text/podofo"
47
48
49
50
51 1.54 app-text/calibre/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?rev=1.54&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?rev=1.54&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?r1=1.53&r2=1.54
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
60 retrieving revision 1.53
61 retrieving revision 1.54
62 diff -u -r1.53 -r1.54
63 --- ChangeLog 5 Oct 2009 08:32:33 -0000 1.53
64 +++ ChangeLog 7 Oct 2009 22:47:20 -0000 1.54
65 @@ -1,6 +1,9 @@
66 # ChangeLog for app-text/calibre
67 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.53 2009/10/05 08:32:33 zmedico Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.54 2009/10/07 22:47:20 zmedico Exp $
70 +
71 + 07 Oct 2009; Zac Medico <zmedico@g.o> calibre-0.6.16-r1.ebuild:
72 + Bug #287686 - Fix poppler and libusb deps.
73
74 05 Oct 2009; Zac Medico <zmedico@g.o> calibre-0.6.16-r1.ebuild:
75 Bug #287067 - Disable unnecessary privilege dropping during src_install.