diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-12-28 22:55:48 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-12-28 22:55:48 +0000 |
commit | a984b8c3fdcf2a1cb7a4a9df7626844cdac72d81 (patch) | |
tree | b5291887e684ff60fc132d7bfd5717aa07bf17b6 /app-text/calibre | |
parent | Raise clutter dependency, bug #449090. (diff) | |
download | gentoo-2-a984b8c3fdcf2a1cb7a4a9df7626844cdac72d81.tar.gz gentoo-2-a984b8c3fdcf2a1cb7a4a9df7626844cdac72d81.tar.bz2 gentoo-2-a984b8c3fdcf2a1cb7a4a9df7626844cdac72d81.zip |
0.9.12 version bump.
(Portage version: 2.2.0_alpha149_p22/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.9.12.ebuild (renamed from app-text/calibre/calibre-0.9.10.ebuild) | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index e9781d481e71..2dcfb71353b7 100644 --- a/app-text/calibre/ChangeLog +++ b/app-text/calibre/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/calibre # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.248 2012/12/21 20:52:27 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.249 2012/12/28 22:55:48 zmedico Exp $ + +*calibre-0.9.12 (28 Dec 2012) + + 28 Dec 2012; Zac Medico <zmedico@gentoo.org> +calibre-0.9.12.ebuild, + -calibre-0.9.10.ebuild: + 0.9.12 version bump. *calibre-0.9.11 (21 Dec 2012) diff --git a/app-text/calibre/calibre-0.9.10.ebuild b/app-text/calibre/calibre-0.9.12.ebuild index b3ecdf428fbe..c08141ad4182 100644 --- a/app-text/calibre/calibre-0.9.10.ebuild +++ b/app-text/calibre/calibre-0.9.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.10.ebuild,v 1.1 2012/12/14 18:20:44 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.12.ebuild,v 1.1 2012/12/28 22:55:48 zmedico Exp $ EAPI=4 PYTHON_DEPEND=2:2.7 @@ -88,12 +88,6 @@ src_prepare() { '-e', 's|^LFLAGS .*|\\\\\\\\0 ${LDFLAGS}|', \ '-i', 'Makefile'])" \ -i setup/extensions.py || die "sed failed to patch extensions.py" - - # Disable destructive regex for Bug #446790. - if has_version '>=dev-python/PyQt4-4.9.6' ; then - sed -e "s|dat = re\.compile(r'QtGui\.QApplication\.translate\\\\(\..*|#\\0|" \ - -i src/calibre/gui2/__init__.py || die - fi } src_install() { |