pesa 14/09/13 01:39:25 Modified: PyQt4-4.11.1.ebuild ChangeLog Removed: PyQt4-4.10.3-r3.ebuild Log: Stop using dohtml, remove old. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.2 dev-python/PyQt4/PyQt4-4.11.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild?r1=1.1&r2=1.2 Index: PyQt4-4.11.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PyQt4-4.11.1.ebuild 15 Jul 2014 17:34:33 -0000 1.1 +++ PyQt4-4.11.1.ebuild 13 Sep 2014 01:39:25 -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/dev-python/PyQt4/PyQt4-4.11.1.ebuild,v 1.1 2014/07/15 17:34:33 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.1.ebuild,v 1.2 2014/09/13 01:39:25 pesa Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) @@ -200,7 +200,7 @@ dodoc NEWS THANKS if use doc; then - dohtml -r doc/html/* + dodoc -r doc/html fi if use examples; then 1.266 dev-python/PyQt4/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.266&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.266&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.265&r2=1.266 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v retrieving revision 1.265 retrieving revision 1.266 diff -u -r1.265 -r1.266 --- ChangeLog 17 Jul 2014 10:21:25 -0000 1.265 +++ ChangeLog 13 Sep 2014 01:39:25 -0000 1.266 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.265 2014/07/17 10:21:25 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.266 2014/09/13 01:39:25 pesa Exp $ + + 13 Sep 2014; Davide Pesavento <[email protected]> -PyQt4-4.10.3-r3.ebuild, + PyQt4-4.11.1.ebuild: + Stop using dohtml, remove old. 17 Jul 2014; Michael Palimaka <[email protected]> -PyQt4-4.11.ebuild: Remove old.
