diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-06-14 07:53:44 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-06-14 07:53:44 +0000 |
commit | a3d8c6d233ef3caa8e3d75a0b6f320f2e2404d9d (patch) | |
tree | e21b189a3f799c54452af1828230a7cf8e62d038 /app-text | |
parent | sys-kernel/aufs-sources: Drop old, bump to latest gepatches (diff) | |
download | gentoo-2-a3d8c6d233ef3caa8e3d75a0b6f320f2e2404d9d.tar.gz gentoo-2-a3d8c6d233ef3caa8e3d75a0b6f320f2e2404d9d.tar.bz2 gentoo-2-a3d8c6d233ef3caa8e3d75a0b6f320f2e2404d9d.zip |
0.9.35 version bump.
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.9.35.ebuild (renamed from app-text/calibre/calibre-0.9.33.ebuild) | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index 28a826bee7ac..e0e9ba2d2367 100644 --- a/app-text/calibre/ChangeLog +++ b/app-text/calibre/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/calibre # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.286 2013/06/09 03:25:26 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.287 2013/06/14 07:53:44 zmedico Exp $ + +*calibre-0.9.35 (14 Jun 2013) + + 14 Jun 2013; Zac Medico <zmedico@gentoo.org> +calibre-0.9.35.ebuild, + -calibre-0.9.33.ebuild: + 0.9.35 version bump. 09 Jun 2013; Zac Medico <zmedico@gentoo.org> calibre-0.9.27.ebuild, calibre-0.9.33.ebuild, calibre-0.9.34-r1.ebuild: diff --git a/app-text/calibre/calibre-0.9.33.ebuild b/app-text/calibre/calibre-0.9.35.ebuild index f881e76543c8..51af2dcecfb8 100644 --- a/app-text/calibre/calibre-0.9.33.ebuild +++ b/app-text/calibre/calibre-0.9.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.33.ebuild,v 1.4 2013/06/09 03:25:26 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.35.ebuild,v 1.1 2013/06/14 07:53:44 zmedico Exp $ EAPI=5 @@ -53,7 +53,7 @@ COMMON_DEPEND=" >=dev-python/cssselect-0.7.1 >=dev-python/cssutils-0.9.9 >=dev-python/dbus-python-0.82.2 - dev-python/imaging + virtual/python-imaging >=dev-python/lxml-2.2.1 >=dev-python/mechanize-0.1.11 >=dev-python/python-dateutil-1.4.1 @@ -82,6 +82,10 @@ src_prepare() { # -i src/calibre/constants.py || \ # die "sed failed to patch constants.py" + # Fix deprecated pillow import (bug #471500). + sed -e 's: import ImageFile: from PIL import ImageFile:' \ + -i src/calibre/ebooks/textile/functions.py || die + # Avoid sandbox violation in /usr/share/gnome/apps when linux.py # calls xdg-* (bug #258938). sed -e "s|'xdg-desktop-menu', 'install'|\\0, '--mode', 'user'|" \ @@ -158,7 +162,6 @@ src_install() { [[ -e ${x} ]] && addpredict ${x} done - mkdir -p src/calibre/plugins dodir "/usr/$(get_libdir)/python2.7/site-packages" # for init_calibre.py PATH=${T}:${PATH} PYTHONPATH=${S}/src${PYTHONPATH:+:}${PYTHONPATH} \ "${EPREFIX}"/usr/bin/python2.7 setup.py install \ |