mattst88 14/12/09 21:27:32 Modified: cairo-1.12.18.ebuild cairo-9999.ebuild ChangeLog Log: Readd patch to avoid building the test suite. Was silently dropped in the 1.12.16 bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.2 x11-libs/cairo/cairo-1.12.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild?r1=1.1&r2=1.2 Index: cairo-1.12.18.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cairo-1.12.18.ebuild 8 Dec 2014 19:24:49 -0000 1.1 +++ cairo-1.12.18.ebuild 9 Dec 2014 21:27:32 -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/x11-libs/cairo/cairo-1.12.18.ebuild,v 1.1 2014/12/08 19:24:49 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild,v 1.2 2014/12/09 21:27:32 mattst88 Exp $ EAPI=5 @@ -87,6 +87,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.8.8-interix.patch + epatch "${FILESDIR}"/${PN}-1.12.18-disable-test-suite.patch epatch "${FILESDIR}"/${PN}-respect-fontconfig.patch # tests and perf tools require X, bug #483574 1.52 x11-libs/cairo/cairo-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?r1=1.51&r2=1.52 Index: cairo-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- cairo-9999.ebuild 8 Dec 2014 19:19:48 -0000 1.51 +++ cairo-9999.ebuild 9 Dec 2014 21:27:32 -0000 1.52 @@ -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/x11-libs/cairo/cairo-9999.ebuild,v 1.51 2014/12/08 19:19:48 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.52 2014/12/09 21:27:32 mattst88 Exp $ EAPI=5 @@ -87,6 +87,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1.8.8-interix.patch + epatch "${FILESDIR}"/${PN}-1.12.18-disable-test-suite.patch epatch "${FILESDIR}"/${PN}-respect-fontconfig.patch # tests and perf tools require X, bug #483574 1.389 x11-libs/cairo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.389&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.389&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.388&r2=1.389 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v retrieving revision 1.388 retrieving revision 1.389 diff -u -r1.388 -r1.389 --- ChangeLog 8 Dec 2014 19:24:49 -0000 1.388 +++ ChangeLog 9 Dec 2014 21:27:32 -0000 1.389 @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.388 2014/12/08 19:24:49 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.389 2014/12/09 21:27:32 mattst88 Exp $ + + 09 Dec 2014; Matt Turner <[email protected]> + +files/cairo-1.12.18-disable-test-suite.patch, cairo-1.12.18.ebuild, + cairo-9999.ebuild: + Readd patch to avoid building the test suite. Was silently dropped in the + 1.12.16 bump. *cairo-1.12.18 (08 Dec 2014)
