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.8.66.ebuild ChangeLog calibre-0.8.64.ebuild
Date: Fri, 24 Aug 2012 20:28:41
Message-Id: 20120824202827.09016205F1@flycatcher.gentoo.org
1 zmedico 12/08/24 20:28:26
2
3 Modified: ChangeLog
4 Added: calibre-0.8.66.ebuild
5 Removed: calibre-0.8.64.ebuild
6 Log:
7 0.8.66 version bump.
8
9 (Portage version: 2.2.0_alpha122/cvs/Linux i686)
10
11 Revision Changes Path
12 1.223 app-text/calibre/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.223&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.223&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.222&r2=1.223
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
21 retrieving revision 1.222
22 retrieving revision 1.223
23 diff -u -r1.222 -r1.223
24 --- ChangeLog 17 Aug 2012 21:15:57 -0000 1.222
25 +++ ChangeLog 24 Aug 2012 20:28:26 -0000 1.223
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-text/calibre
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.222 2012/08/17 21:15:57 zmedico Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.223 2012/08/24 20:28:26 zmedico Exp $
31 +
32 +*calibre-0.8.66 (24 Aug 2012)
33 +
34 + 24 Aug 2012; Zac Medico <zmedico@g.o> +calibre-0.8.66.ebuild,
35 + -calibre-0.8.64.ebuild:
36 + 0.8.66 version bump.
37
38 *calibre-0.8.65 (17 Aug 2012)
39
40
41
42
43 1.1 app-text/calibre/calibre-0.8.66.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.8.66.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.8.66.ebuild?rev=1.1&content-type=text/plain
47
48 Index: calibre-0.8.66.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.66.ebuild,v 1.1 2012/08/24 20:28:26 zmedico Exp $
53
54 EAPI=4
55 PYTHON_DEPEND=2:2.7
56 PYTHON_USE_WITH="ssl sqlite"
57
58 inherit python eutils fdo-mime bash-completion-r1 multilib
59
60 DESCRIPTION="Ebook management application."
61 HOMEPAGE="http://calibre-ebook.com/"
62 SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.xz"
63
64 LICENSE="GPL-2"
65
66 KEYWORDS="~amd64 ~x86"
67
68 SLOT="0"
69
70 IUSE="+udisks"
71
72 COMMON_DEPEND="
73 >=app-text/podofo-0.8.2
74 >=app-text/poppler-0.12.3-r3[qt4,xpdf-headers(+)]
75 >=dev-libs/chmlib-0.40
76 >=dev-libs/icu-4.4
77 >=dev-python/beautifulsoup-3.0.5:python-2
78 dev-python/python-dateutil
79 >=dev-python/dnspython-1.6.0
80 >=dev-python/cssutils-0.9.9
81 >=dev-python/dbus-python-0.82.2
82 >=dev-python/imaging-1.1.6
83 >=dev-python/lxml-2.2.1
84 >=dev-python/mechanize-0.1.11
85 >=dev-python/python-dateutil-1.4.1
86 >=dev-python/PyQt4-4.9.1[X,svg,webkit]
87 >=media-gfx/imagemagick-6.5.9[jpeg,png]
88 >=media-libs/libwmf-0.2.8
89 media-libs/libmtp
90 virtual/libusb:0
91 x11-libs/qt-dbus:4
92 x11-libs/qt-svg:4
93 >=x11-misc/xdg-utils-1.0.2-r2"
94
95 RDEPEND="${COMMON_DEPEND}
96 udisks? ( sys-fs/udisks:0 )"
97
98 DEPEND="${COMMON_DEPEND}
99 >=dev-python/setuptools-0.6_rc5"
100
101 S=${WORKDIR}/${PN}
102
103 pkg_setup() {
104 python_set_active_version 2.7
105 python_pkg_setup
106 }
107
108 src_prepare() {
109 # Fix outdated version constant.
110 #sed -e "s#\\(^numeric_version =\\).*#\\1 (${PV//./, })#" \
111 # -i src/calibre/constants.py || \
112 # die "sed failed to patch constants.py"
113
114 # Avoid sandbox violation in /usr/share/gnome/apps when linux.py
115 # calls xdg-* (bug #258938).
116 sed -e "s|'xdg-desktop-menu', 'install'|\\0, '--mode', 'user'|" \
117 -e "s|check_call(\\['xdg-desktop-menu', 'forceupdate'\\])|#\\0|" \
118 -e "s|\\(CurrentDir(tdir)\\), \\\\\$|\\1:|" \
119 -e "s|PreserveMIMEDefaults():||" \
120 -e "s|xdg-icon-resource install|\\0 --mode user|" \
121 -e "s|cc(\\['xdg-desktop-menu', 'forceupdate'\\])|#\\0|" \
122 -e "s|xdg-mime install|\\0 --mode user|" \
123 -i src/calibre/linux.py || die "sed failed to patch linux.py"
124
125 # Disable unnecessary privilege dropping for bug #287067.
126 sed -e "s:if os.geteuid() == 0:if False and os.geteuid() == 0:" \
127 -i setup/install.py || die "sed failed to patch install.py"
128
129 sed -e "/^ self\\.check_call(qmc + \\[.*\\.pro'\\])$/a\
130 \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ self.check_call(['sed', \
131 '-e', 's|^CFLAGS .*|\\\\\\\\0 ${CFLAGS}|', \
132 '-e', 's|^CXXFLAGS .*|\\\\\\\\0 ${CXXFLAGS}|', \
133 '-e', 's|^LFLAGS .*|\\\\\\\\0 ${LDFLAGS}|', \
134 '-i', 'Makefile'])" \
135 -i setup/extensions.py || die "sed failed to patch extensions.py"
136 }
137
138 src_install() {
139
140 # Bypass kbuildsycoca and update-mime-database in order to
141 # avoid sandbox violations if xdg-mime tries to call them.
142 cat - > "${T}/kbuildsycoca" <<-EOF
143 #!${BASH}
144 exit 0
145 EOF
146
147 cp "${T}"/{kbuildsycoca,update-mime-database}
148 chmod +x "${T}"/{kbuildsycoca,update-mime-database}
149
150 # Unset DISPLAY in order to prevent xdg-mime from triggering a sandbox
151 # violation with kbuildsycoca as in bug #287067, comment #13.
152 export -n DISPLAY
153
154 # Bug #352625 - Some LANGUAGE values can trigger the following ValueError:
155 # File "/usr/lib/python2.6/locale.py", line 486, in getdefaultlocale
156 # return _parse_localename(localename)
157 # File "/usr/lib/python2.6/locale.py", line 418, in _parse_localename
158 # raise ValueError, 'unknown locale: %s' % localename
159 #ValueError: unknown locale: 46
160 export -n LANGUAGE
161
162 # Bug #295672 - Avoid sandbox violation in ~/.config by forcing
163 # variables to point to our fake temporary $HOME.
164 export HOME="${T}/fake_homedir"
165 export XDG_CONFIG_HOME="${HOME}/.config"
166 export XDG_DATA_HOME="${HOME}/.local/share"
167 export CALIBRE_CONFIG_DIRECTORY="${XDG_CONFIG_HOME}/calibre"
168 mkdir -p "${XDG_CONFIG_HOME}" "${CALIBRE_CONFIG_DIRECTORY}"
169
170 # Bug #334243 - respect LDFLAGS when building calibre-mount-helper
171 export OVERRIDE_CFLAGS="$CFLAGS" OVERRIDE_LDFLAGS="$LDFLAGS"
172 local libdir=$(get_libdir)
173 [[ -n $libdir ]] || die "get_libdir returned an empty string"
174
175 dodir "$(python_get_sitedir)" # for init_calibre.py
176 PATH=${T}:${PATH} PYTHONPATH=${S}/src${PYTHONPATH:+:}${PYTHONPATH} \
177 python setup.py install \
178 --root="${D}" \
179 --prefix="${EPREFIX}/usr" \
180 --libdir="${EPREFIX}/usr/${libdir}" \
181 --staging-root="${ED}usr" \
182 --staging-libdir="${ED}usr/${libdir}" || die
183
184 grep -rlZ "${ED}" "${ED}" | xargs -0 sed -e "s:${D}:/:g" -i ||
185 die "failed to fix harcoded \$D in paths"
186
187 # Remove dummy calibre-mount-helper which is unused since calibre-0.8.25
188 # due to bug #389515 (instead, calibre now calls udisks via dbus).
189 rm "${ED}usr/bin/calibre-mount-helper" || die
190
191 # The menu entries end up here due to '--mode user' being added to
192 # xdg-* options in src_prepare.
193 dodir /usr/share/mime/packages
194 chmod -fR a+rX,u+w,g-w,o-w "${HOME}"/.local
195 mv "${HOME}"/.local/share/mime/packages/* "${ED}"usr/share/mime/packages/ ||
196 die "failed to register mime types"
197 dodir /usr/share/icons
198 mv "${HOME}"/.local/share/icons/* "${ED}"usr/share/icons/ ||
199 die "failed to install icon files"
200
201 domenu "${HOME}"/.local/share/applications/*.desktop ||
202 die "failed to install .desktop menu files"
203
204 dobashcomp "${ED}"usr/etc/bash_completion.d/calibre
205 rm -r "${ED}"usr/etc/bash_completion.d
206 find "${ED}"usr/etc -type d -empty -delete
207
208 python_convert_shebangs -r $(python_get_version) "${ED}"
209
210 newinitd "${FILESDIR}"/calibre-server.init calibre-server
211 newconfd "${FILESDIR}"/calibre-server.conf calibre-server
212 }
213
214 pkg_postinst() {
215 fdo-mime_desktop_database_update
216 fdo-mime_mime_database_update
217 python_mod_optimize /usr/$(get_libdir)/${PN}
218 }
219
220 pkg_postrm() {
221 python_mod_cleanup /usr/$(get_libdir)/${PN}
222 }