Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/calibre: calibre-0.6.37.ebuild ChangeLog calibre-0.6.33.ebuild calibre-0.6.36.ebuild
Date: Wed, 10 Feb 2010 21:04:28
Message-Id: E1NfJjQ-0000NZ-7m@stork.gentoo.org
1 ssuominen 10/02/10 21:04:20
2
3 Modified: calibre-0.6.37.ebuild ChangeLog
4 calibre-0.6.33.ebuild calibre-0.6.36.ebuild
5 Log:
6 Fix poppler depend.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 app-text/calibre/calibre-0.6.37.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild?r1=1.4&r2=1.5
15
16 Index: calibre-0.6.37.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- calibre-0.6.37.ebuild 6 Feb 2010 18:56:51 -0000 1.4
23 +++ calibre-0.6.37.ebuild 10 Feb 2010 21:04:19 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 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.6.37.ebuild,v 1.4 2010/02/06 18:56:51 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild,v 1.5 2010/02/10 21:04:19 ssuominen Exp $
29
30 EAPI=2
31 PYTHON_DEPEND=2:2.6
32 @@ -33,7 +33,7 @@
33 >=dev-python/python-dateutil-1.4.1
34 >=dev-python/beautifulsoup-3.0.5
35 >=dev-python/dnspython-1.6.0
36 - >=virtual/poppler-0.12.0
37 + >=app-text/poppler-0.12.3-r3[qt4,xpdf-headers]
38 >=sys-apps/help2man-1.36.4
39 app-text/podofo"
40
41
42
43
44 1.76 app-text/calibre/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?rev=1.76&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?rev=1.76&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?r1=1.75&r2=1.76
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
53 retrieving revision 1.75
54 retrieving revision 1.76
55 diff -u -r1.75 -r1.76
56 --- ChangeLog 6 Feb 2010 18:56:51 -0000 1.75
57 +++ ChangeLog 10 Feb 2010 21:04:19 -0000 1.76
58 @@ -1,6 +1,10 @@
59 # ChangeLog for app-text/calibre
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.75 2010/02/06 18:56:51 zmedico Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.76 2010/02/10 21:04:19 ssuominen Exp $
63 +
64 + 10 Feb 2010; Samuli Suominen <ssuominen@g.o> calibre-0.6.33.ebuild,
65 + calibre-0.6.36.ebuild, calibre-0.6.37.ebuild:
66 + Fix poppler depend.
67
68 06 Feb 2010; Zac Medico <zmedico@g.o> calibre-0.6.37.ebuild:
69 Set PYTHON_USE_WITH=sqlite to generate the python[sqlite] dep.
70
71
72
73 1.2 app-text/calibre/calibre-0.6.33.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.33.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.33.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.33.ebuild?r1=1.1&r2=1.2
78
79 Index: calibre-0.6.33.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.33.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- calibre-0.6.33.ebuild 13 Jan 2010 01:39:10 -0000 1.1
86 +++ calibre-0.6.33.ebuild 10 Feb 2010 21:04:19 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.33.ebuild,v 1.1 2010/01/13 01:39:10 zmedico Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.33.ebuild,v 1.2 2010/02/10 21:04:19 ssuominen Exp $
92
93 EAPI=2
94 NEED_PYTHON=2.6
95 @@ -33,7 +33,7 @@
96 >=dev-python/python-dateutil-1.4.1
97 >=dev-python/beautifulsoup-3.0.5
98 >=dev-python/dnspython-1.6.0
99 - >=virtual/poppler-0.12.0
100 + >=app-text/poppler-0.12.3-r3[qt4,xpdf-headers]
101 >=sys-apps/help2man-1.36.4
102 app-text/podofo"
103
104
105
106
107 1.2 app-text/calibre/calibre-0.6.36.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.36.ebuild?rev=1.2&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.36.ebuild?rev=1.2&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.6.36.ebuild?r1=1.1&r2=1.2
112
113 Index: calibre-0.6.36.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.36.ebuild,v
116 retrieving revision 1.1
117 retrieving revision 1.2
118 diff -u -r1.1 -r1.2
119 --- calibre-0.6.36.ebuild 30 Jan 2010 11:02:03 -0000 1.1
120 +++ calibre-0.6.36.ebuild 10 Feb 2010 21:04:19 -0000 1.2
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2010 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.36.ebuild,v 1.1 2010/01/30 11:02:03 zmedico Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.36.ebuild,v 1.2 2010/02/10 21:04:19 ssuominen Exp $
126
127 EAPI=2
128 NEED_PYTHON=2.6
129 @@ -33,7 +33,7 @@
130 >=dev-python/python-dateutil-1.4.1
131 >=dev-python/beautifulsoup-3.0.5
132 >=dev-python/dnspython-1.6.0
133 - >=virtual/poppler-0.12.0
134 + >=app-text/poppler-0.12.3-r3[qt4,xpdf-headers]
135 >=sys-apps/help2man-1.36.4
136 app-text/podofo"