radhermit 14/09/07 07:22:29 Modified: lilypond-9999.ebuild ChangeLog Log: Sync sandbox fix to live ebuild. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.8 media-sound/lilypond/lilypond-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lilypond/lilypond-9999.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lilypond/lilypond-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lilypond/lilypond-9999.ebuild?r1=1.7&r2=1.8 Index: lilypond-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- lilypond-9999.ebuild 3 Apr 2014 08:32:39 -0000 1.7 +++ lilypond-9999.ebuild 7 Sep 2014 07:22:29 -0000 1.8 @@ -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/media-sound/lilypond/lilypond-9999.ebuild,v 1.7 2014/04/03 08:32:39 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-9999.ebuild,v 1.8 2014/09/07 07:22:29 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -71,6 +71,9 @@ # respect AR sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die + # remove bundled texinfo file (fixes bug #448560) + rm tex/texinfo.tex || die + eautoreconf } 1.188 media-sound/lilypond/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lilypond/ChangeLog?rev=1.188&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lilypond/ChangeLog?rev=1.188&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lilypond/ChangeLog?r1=1.187&r2=1.188 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v retrieving revision 1.187 retrieving revision 1.188 diff -u -r1.187 -r1.188 --- ChangeLog 7 Sep 2014 07:15:16 -0000 1.187 +++ ChangeLog 7 Sep 2014 07:22:29 -0000 1.188 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/lilypond # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.187 2014/09/07 07:15:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.188 2014/09/07 07:22:29 radhermit Exp $ + + 07 Sep 2014; Tim Harder <[email protected]> lilypond-9999.ebuild: + Sync sandbox fix to live ebuild. 07 Sep 2014; Tim Harder <[email protected]> -lilypond-2.19.8.ebuild, -lilypond-2.19.9.ebuild, -lilypond-2.19.10.ebuild:
