vapier 15/05/30 03:41:38 Modified: intel-gpu-tools-1.7.ebuild ChangeLog Log: Add clang patch to older version too. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.8 x11-apps/intel-gpu-tools/intel-gpu-tools-1.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.7.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.7.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.7.ebuild?r1=1.7&r2=1.8 Index: intel-gpu-tools-1.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.7.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- intel-gpu-tools-1.7.ebuild 19 Feb 2015 08:51:42 -0000 1.7 +++ intel-gpu-tools-1.7.ebuild 30 May 2015 03:41:38 -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/x11-apps/intel-gpu-tools/intel-gpu-tools-1.7.ebuild,v 1.7 2015/02/19 08:51:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/intel-gpu-tools-1.7.ebuild,v 1.8 2015/05/30 03:41:38 vapier Exp $ EAPI=5 @@ -21,7 +21,10 @@ python? ( ${PYTHON_DEPS} )" RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/${P}-shader-debugger-Force-file-stdout-IO-as-UTF-8.patch" ) +PATCHES=( + "${FILESDIR}/${P}-shader-debugger-Force-file-stdout-IO-as-UTF-8.patch" + "${FILESDIR}/${PN}-1.10-clang.patch" +) pkg_setup() { use python && python-single-r1_pkg_setup 1.25 x11-apps/intel-gpu-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 28 May 2015 22:52:28 -0000 1.24 +++ ChangeLog 30 May 2015 03:41:38 -0000 1.25 @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/intel-gpu-tools # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v 1.24 2015/05/28 22:52:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/intel-gpu-tools/ChangeLog,v 1.25 2015/05/30 03:41:38 vapier Exp $ + + 30 May 2015; Mike Frysinger <[email protected]> intel-gpu-tools-1.7.ebuild: + Add clang patch to older version too. 28 May 2015; Mike Frysinger <[email protected]> +files/intel-gpu-tools-1.10-clang.patch, intel-gpu-tools-1.10.ebuild:
