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.33.ebuild ChangeLog calibre-0.8.31.ebuild
Date: Fri, 30 Dec 2011 22:07:09
Message-Id: 20111230220655.B13FD2004B@flycatcher.gentoo.org
1 zmedico 11/12/30 22:06:55
2
3 Modified: ChangeLog
4 Added: calibre-0.8.33.ebuild
5 Removed: calibre-0.8.31.ebuild
6 Log:
7 0.8.33 version bump.
8
9 (Portage version: 2.2.0_alpha84/cvs/Linux i686)
10
11 Revision Changes Path
12 1.178 app-text/calibre/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.178&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.178&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.177&r2=1.178
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v
21 retrieving revision 1.177
22 retrieving revision 1.178
23 diff -u -r1.177 -r1.178
24 --- ChangeLog 29 Dec 2011 00:18:37 -0000 1.177
25 +++ ChangeLog 30 Dec 2011 22:06:55 -0000 1.178
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-text/calibre
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.177 2011/12/29 00:18:37 zmedico Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.178 2011/12/30 22:06:55 zmedico Exp $
31 +
32 +*calibre-0.8.33 (30 Dec 2011)
33 +
34 + 30 Dec 2011; Zac Medico <zmedico@g.o> +calibre-0.8.33.ebuild,
35 + -calibre-0.8.31.ebuild:
36 + 0.8.33 version bump.
37
38 29 Dec 2011; Zac Medico <zmedico@g.o> calibre-0.8.31.ebuild,
39 calibre-0.8.32.ebuild:
40
41
42
43 1.1 app-text/calibre/calibre-0.8.33.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.8.33.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-0.8.33.ebuild?rev=1.1&content-type=text/plain
47
48 Index: calibre-0.8.33.ebuild
49 ===================================================================
50 # Copyright 1999-2011 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.33.ebuild,v 1.1 2011/12/30 22:06:55 zmedico Exp $
53
54 EAPI=4
55 PYTHON_DEPEND=2:2.7
56 PYTHON_USE_WITH=sqlite
57
58 inherit python distutils 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/dnspython-1.6.0
79 >=dev-python/cssutils-0.9.7_alpha3
80 >=dev-python/dbus-python-0.82.2
81 >=dev-python/imaging-1.1.6
82 >=dev-python/lxml-2.2.1
83 >=dev-python/mechanize-0.1.11
84 >=dev-python/python-dateutil-1.4.1
85 >=dev-python/PyQt4-4.8.2[X,svg,webkit]
86 >=media-gfx/imagemagick-6.5.9[jpeg]
87 >=media-libs/libwmf-0.2.8
88 virtual/libusb:0
89 >=x11-misc/xdg-utils-1.0.2"
90
91 RDEPEND="${COMMON_DEPEND}
92 >=dev-python/reportlab-2.1
93 udisks? ( sys-fs/udisks )"
94
95 DEPEND="${COMMON_DEPEND}
96 >=dev-python/setuptools-0.6_rc5
97 >=gnome-base/librsvg-2.0.0
98 >=x11-misc/xdg-utils-1.0.2-r2"
99
100 S=${WORKDIR}/${PN}
101
102 pkg_setup() {
103 python_set_active_version 2.7
104 python_pkg_setup
105 }
106
107 src_prepare() {
108 # Fix outdated version constant.
109 #sed -e "s#\\(^numeric_version =\\).*#\\1 (${PV//./, })#" \
110 # -i src/calibre/constants.py || \
111 # die "sed failed to patch constants.py"
112
113 # Avoid sandbox violation in /usr/share/gnome/apps when linux.py
114 # calls xdg-* (bug #258938).
115 sed -e "s:'xdg-desktop-menu', 'install':\\0, '--mode', 'user':" \
116 -e "s:check_call(\\['xdg-desktop-menu', 'forceupdate'\\]):#\\0:" \
117 -e "s:xdg-icon-resource install:\\0 --mode user:" \
118 -e "s:xdg-mime install:\\0 --mode user:" \
119 -i src/calibre/linux.py || die "sed failed to patch linux.py"
120
121 # Disable unnecessary privilege dropping for bug #287067.
122 sed -e "s:if os.geteuid() == 0:if False and os.geteuid() == 0:" \
123 -i setup/install.py || die "sed failed to patch install.py"
124
125 distutils_src_prepare
126 }
127
128 src_install() {
129
130 # Bypass kbuildsycoca and update-mime-database in order to
131 # avoid sandbox violations if xdg-mime tries to call them.
132 cat - > "${T}/kbuildsycoca" <<-EOF
133 #!${BASH}
134 exit 0
135 EOF
136
137 cp "${T}"/{kbuildsycoca,update-mime-database}
138 chmod +x "${T}"/{kbuildsycoca,update-mime-database}
139
140 # Unset DISPLAY in order to prevent xdg-mime from triggering a sandbox
141 # violation with kbuildsycoca as in bug #287067, comment #13.
142 export -n DISPLAY
143
144 # Bug #352625 - Some LANGUAGE values can trigger the following ValueError:
145 # File "/usr/lib/python2.6/locale.py", line 486, in getdefaultlocale
146 # return _parse_localename(localename)
147 # File "/usr/lib/python2.6/locale.py", line 418, in _parse_localename
148 # raise ValueError, 'unknown locale: %s' % localename
149 #ValueError: unknown locale: 46
150 export -n LANGUAGE
151
152 # Bug #295672 - Avoid sandbox violation in ~/.config by forcing
153 # variables to point to our fake temporary $HOME.
154 export HOME="${T}/fake_homedir"
155 export XDG_CONFIG_HOME="${HOME}/.config"
156 export XDG_DATA_HOME="${HOME}/.local/share"
157 export CALIBRE_CONFIG_DIRECTORY="${XDG_CONFIG_HOME}/calibre"
158 mkdir -p "${XDG_CONFIG_HOME}" "${CALIBRE_CONFIG_DIRECTORY}"
159
160 # Bug #334243 - respect LDFLAGS when building calibre-mount-helper
161 export OVERRIDE_CFLAGS="$CFLAGS $LDFLAGS"
162 local libdir=$(get_libdir)
163 [[ -n $libdir ]] || die "get_libdir returned an empty string"
164
165 PATH=${T}:${PATH} PYTHONPATH=${S}/src${PYTHONPATH:+:}${PYTHONPATH} \
166 distutils_src_install \
167 --prefix="${EPREFIX}/usr" \
168 --libdir="${EPREFIX}/usr/${libdir}" \
169 --staging-root="${ED}usr" \
170 --staging-libdir="${ED}usr/${libdir}"
171
172 grep -rlZ "${ED}" "${ED}" | xargs -0 sed -e "s:${D}:/:g" -i ||
173 die "failed to fix harcoded \$D in paths"
174
175 # Remove dummy calibre-mount-helper which is unused since calibre-0.8.25
176 # due to bug #389515 (instead, calibre now calls udisks via dbus).
177 rm "${ED}usr/bin/calibre-mount-helper" || die
178
179 find "${ED}"usr/share/calibre/man -type f -print0 | \
180 while read -r -d $'\0' ; do
181 if [[ ${REPLY} = *.[0-9]calibre.bz2 ]] ; then
182 newname=${REPLY%calibre.bz2}.bz2
183 mv "${REPLY}" "${newname}"
184 doman "${newname}"
185 rm -f "${newname}" || die "rm failed"
186 fi
187 done
188 rmdir "${ED}"usr/share/calibre/man/* || \
189 die "could not remove redundant man subdir(s)"
190 rmdir "${ED}"usr/share/calibre/man || \
191 die "could not remove redundant man dir"
192
193 # The menu entries end up here due to '--mode user' being added to
194 # xdg-* options in src_prepare.
195 dodir /usr/share/mime/packages
196 chmod -fR a+rX,u+w,g-w,o-w "${HOME}"/.local
197 mv "${HOME}"/.local/share/mime/packages/* "${ED}"usr/share/mime/packages/ ||
198 die "failed to register mime types"
199 dodir /usr/share/icons
200 mv "${HOME}"/.local/share/icons/* "${ED}"usr/share/icons/ ||
201 die "failed to install icon files"
202
203 domenu "${HOME}"/.local/share/applications/*.desktop ||
204 die "failed to install .desktop menu files"
205
206 dobashcomp "${ED}"usr/etc/bash_completion.d/calibre
207 rm -r "${ED}"usr/etc/bash_completion.d
208 find "${ED}"usr/etc -type d -empty -delete
209
210 python_convert_shebangs -r $(python_get_version) "${ED}"
211 }
212
213 pkg_postinst() {
214 fdo-mime_desktop_database_update
215 fdo-mime_mime_database_update
216 python_mod_optimize /usr/$(get_libdir)/${PN}
217 }
218
219 pkg_postrm() {
220 python_mod_cleanup /usr/$(get_libdir)/${PN}
221 }