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.5.9.ebuild ChangeLog
Date: Tue, 28 Apr 2009 17:18:53
Message-Id: E1LyqxF-0008Lp-22@stork.gentoo.org
1 zmedico 09/04/28 17:18:49
2
3 Modified: calibre-0.5.9.ebuild ChangeLog
4 Log:
5 28 Apr 2009; Zac Medico <zmedico@g.o> calibre-0.5.9.ebuild:
6 Remove bundled pyPdf and pull it in as a dep (bug #258938, comment #25).
7 (Portage version: 2.2_rc31_p13404/cvs/Linux i686)
8
9 Revision Changes Path
10 1.4 app-text/calibre/calibre-0.5.9.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.5.9.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.5.9.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/calibre-0.5.9.ebuild?r1=1.3&r2=1.4
15
16 Index: calibre-0.5.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.5.9.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- calibre-0.5.9.ebuild 28 Apr 2009 10:07:43 -0000 1.3
23 +++ calibre-0.5.9.ebuild 28 Apr 2009 17:18:48 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 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.5.9.ebuild,v 1.3 2009/04/28 10:07:43 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.5.9.ebuild,v 1.4 2009/04/28 17:18:48 zmedico Exp $
29
30 EAPI=2
31 NEED_PYTHON=2.6
32 @@ -35,7 +35,8 @@
33 >=dev-python/python-dateutil-1.4.1
34 >=dev-python/beautifulsoup-3.0.5
35 >=dev-python/dnspython-1.6.0
36 - >=sys-apps/help2man-1.36.4"
37 + >=sys-apps/help2man-1.36.4
38 + >=dev-python/pyPdf-1.12"
39
40 RDEPEND="$SHARED_DEPEND
41 >=dev-python/reportlab-2.1"
42 @@ -101,7 +102,8 @@
43 # Removing junk.
44 rm -r "${D}"/usr/share/applications/{mimeinfo.cache,defaults.list} \
45 "${D}"/usr/share/mime/{subclasses,XMLnamespaces,globs{,2},mime.cache,magic,aliases,{generic-,}icons} \
46 - "${D}"/usr/share/{applnk,desktop-directories}
47 + "${D}"/usr/share/{applnk,desktop-directories} \
48 + "${D}$(python_get_sitedir)"/pyPdf
49 }
50
51 pkg_postinst() {
52
53
54
55 1.12 app-text/calibre/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?rev=1.12&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?rev=1.12&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/calibre/ChangeLog?r1=1.11&r2=1.12
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
64 retrieving revision 1.11
65 retrieving revision 1.12
66 diff -u -r1.11 -r1.12
67 --- ChangeLog 28 Apr 2009 10:07:43 -0000 1.11
68 +++ ChangeLog 28 Apr 2009 17:18:48 -0000 1.12
69 @@ -1,6 +1,9 @@
70 # ChangeLog for app-text/calibre
71 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.11 2009/04/28 10:07:43 zmedico Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.12 2009/04/28 17:18:48 zmedico Exp $
74 +
75 + 28 Apr 2009; Zac Medico <zmedico@g.o> calibre-0.5.9.ebuild:
76 + Remove bundled pyPdf and pull it in as a dep (bug #258938, comment #25).
77
78 28 Apr 2009; Zac Medico <zmedico@g.o> calibre-0.5.9.ebuild:
79 Add missing reportlab dependency (bug #258938, comment #23) and fix