jlec 15/06/15 08:14:18 Modified: pillow-2.8.1.ebuild pillow-2.8.2.ebuild ChangeLog Log: backport patch for endianess of ico files, hopefully fixing bug #551422 & bug #551424 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.8 dev-python/pillow/pillow-2.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild?r1=1.7&r2=1.8 Index: pillow-2.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pillow-2.8.1.ebuild 11 Jun 2015 07:17:46 -0000 1.7 +++ pillow-2.8.1.ebuild 15 Jun 2015 08:14:18 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild,v 1.7 2015/06/11 07:17:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild,v 1.8 2015/06/15 08:14:18 jlec Exp $ EAPI=5 @@ -47,6 +47,8 @@ # See _render and _clean in Tests/test_imagefont.py DISTUTILS_IN_SOURCE_BUILD=1 +PATCHES=( "${FILESDIR}"/${P}-ico-backport.patch ) + python_prepare_all() { # Disable all the stuff we don't want. local f 1.2 dev-python/pillow/pillow-2.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/pillow-2.8.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/pillow-2.8.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/pillow-2.8.2.ebuild?r1=1.1&r2=1.2 Index: pillow-2.8.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.8.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pillow-2.8.2.ebuild 7 Jun 2015 11:09:21 -0000 1.1 +++ pillow-2.8.2.ebuild 15 Jun 2015 08:14:18 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.8.2.ebuild,v 1.1 2015/06/07 11:09:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.8.2.ebuild,v 1.2 2015/06/15 08:14:18 jlec Exp $ EAPI=5 @@ -47,6 +47,8 @@ # See _render and _clean in Tests/test_imagefont.py DISTUTILS_IN_SOURCE_BUILD=1 +PATCHES=( "${FILESDIR}"/${PN}-2.8.1-ico-backport.patch ) + python_prepare_all() { # Disable all the stuff we don't want. local f 1.60 dev-python/pillow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 11 Jun 2015 07:17:46 -0000 1.59 +++ ChangeLog 15 Jun 2015 08:14:18 -0000 1.60 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pillow # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v 1.59 2015/06/11 07:17:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v 1.60 2015/06/15 08:14:18 jlec Exp $ + + 15 Jun 2015; Justin Lecher <[email protected]> + +files/pillow-2.8.1-ico-backport.patch, pillow-2.8.1.ebuild, + pillow-2.8.2.ebuild: + backport patch for endianess of ico files, hopefully fixing bug #551422 & bug + #551424 11 Jun 2015; Agostino Sarubbo <[email protected]> pillow-2.8.1.ebuild: Stable for x86, wrt bug #534748
