ssuominen 14/08/01 19:42:47 Modified: libcaca-0.99_beta18-r2.ebuild ChangeLog Log: Use -latex_hacks.patch also with =dev-texlive/texlive-latex-2012* wrt #517474 by Torsten Kaiser (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.9 media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild?r1=1.8&r2=1.9 Index: libcaca-0.99_beta18-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libcaca-0.99_beta18-r2.ebuild 28 Jul 2014 13:45:37 -0000 1.8 +++ libcaca-0.99_beta18-r2.ebuild 1 Aug 2014 19:42:47 -0000 1.9 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.8 2014/07/28 13:45:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/libcaca-0.99_beta18-r2.ebuild,v 1.9 2014/08/01 19:42:47 ssuominen Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools eutils flag-o-matic mono multilib java-pkg-opt-2 python-single-r1 multilib-minimal MY_P=${P/_/.} @@ -73,10 +73,12 @@ append-cflags -DX_DISPLAY_MISSING fi - has_version '>=dev-texlive/texlive-latex-2013' && epatch "${FILESDIR}/${P}-latex_hacks.patch" + # Removed 'has_version '>=dev-texlive/texlive-latex-2013' &&' that prefixed this + # patch before wrt #517474 + epatch "${FILESDIR}"/${P}-latex_hacks.patch # fix out of source tests - epatch "${FILESDIR}/${P}-fix-tests.patch" + epatch "${FILESDIR}"/${P}-fix-tests.patch eautoreconf 1.120 media-libs/libcaca/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.120&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?rev=1.120&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libcaca/ChangeLog?r1=1.119&r2=1.120 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- ChangeLog 28 Jul 2014 13:45:37 -0000 1.119 +++ ChangeLog 1 Aug 2014 19:42:47 -0000 1.120 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libcaca # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.119 2014/07/28 13:45:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcaca/ChangeLog,v 1.120 2014/08/01 19:42:47 ssuominen Exp $ + + 01 Aug 2014; Samuli Suominen <[email protected]> + libcaca-0.99_beta18-r2.ebuild: + Use -latex_hacks.patch also with =dev-texlive/texlive-latex-2012* wrt #517474 + by Torsten Kaiser 28 Jul 2014; Agostino Sarubbo <[email protected]> libcaca-0.99_beta18-r2.ebuild: Stable for ppc, wrt bug #512012
