axs 14/12/05 18:04:47 Modified: calibre-1.48-r1.ebuild ChangeLog Log: added alternative PyQt4 dep, for Funtoo (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.2 app-text/calibre/calibre-1.48-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-1.48-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-1.48-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/calibre-1.48-r1.ebuild?r1=1.1&r2=1.2 Index: calibre-1.48-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.48-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- calibre-1.48-r1.ebuild 23 Nov 2014 12:37:49 -0000 1.1 +++ calibre-1.48-r1.ebuild 5 Dec 2014 18:04:47 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.48-r1.ebuild,v 1.1 2014/11/23 12:37:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.48-r1.ebuild,v 1.2 2014/12/05 18:04:47 axs Exp $ EAPI=5 @@ -53,7 +53,10 @@ >=dev-python/lxml-3.2.1[${PYTHON_USEDEP}] >=dev-python/mechanize-0.1.11[${PYTHON_USEDEP}] >=dev-python/python-dateutil-1.4.1[${PYTHON_USEDEP}] - <dev-python/PyQt4-4.11.3[X,svg,webkit,${PYTHON_USEDEP}] + || ( + <dev-python/PyQt4-4.11.3[X,svg,webkit,${PYTHON_USEDEP}] + =dev-python/PyQt4-4.11.3-r1000[X,svg,webkit,${PYTHON_USEDEP}] + ) dev-python/netifaces[${PYTHON_USEDEP}] dev-qt/qtdbus:4= dev-qt/qtsvg:4= 1.337 app-text/calibre/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.337&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?rev=1.337&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/calibre/ChangeLog?r1=1.336&r2=1.337 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v retrieving revision 1.336 retrieving revision 1.337 diff -u -r1.336 -r1.337 --- ChangeLog 23 Nov 2014 12:37:49 -0000 1.336 +++ ChangeLog 5 Dec 2014 18:04:47 -0000 1.337 @@ -1,6 +1,9 @@ # ChangeLog for app-text/calibre # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.336 2014/11/23 12:37:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.337 2014/12/05 18:04:47 axs Exp $ + + 05 Dec 2014; Ian Stakenvicius (_AxS_) <[email protected]> calibre-1.48-r1.ebuild: + added alternative PyQt4 dep, for Funtoo *calibre-1.48-r1 (23 Nov 2014)
