voyageur 14/05/13 06:53:13 Modified: shake-0.999.ebuild ChangeLog Log: Fix compilation with uclibc, patch by René Rhéaume <[email protected]> in bug #509888 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.7 sys-fs/shake/shake-0.999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/shake-0.999.ebuild?r1=1.6&r2=1.7 Index: shake-0.999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- shake-0.999.ebuild 22 Mar 2013 17:20:47 -0000 1.6 +++ shake-0.999.ebuild 13 May 2014 06:53:13 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.6 2013/03/22 17:20:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.7 2014/05/13 06:53:13 voyageur Exp $ EAPI=5 inherit cmake-utils eutils @@ -20,6 +20,7 @@ S=${WORKDIR}/${PN}-fs-${PV} -src_prepare() { - epatch "${FILESDIR}"/${P}-fix_stat_include.patch -} +PATCHES=( + "${FILESDIR}"/${P}-fix_stat_include.patch + "${FILESDIR}"/${P}-uclibc.patch + ) 1.14 sys-fs/shake/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/shake/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 13 Jun 2013 01:37:59 -0000 1.13 +++ ChangeLog 13 May 2014 06:53:13 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/shake -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.13 2013/06/13 01:37:59 creffett Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.14 2014/05/13 06:53:13 voyageur Exp $ + + 13 May 2014; Bernard Cafarelli <[email protected]> shake-0.999.ebuild, + +files/shake-0.999-uclibc.patch: + Fix compilation with uclibc, patch by René Rhéaume <[email protected]> + in bug #509888 13 Jun 2013; Chris Reffett <[email protected]> -shake-0.31.ebuild: Maintainer timeout, remove old wrt bug 460572.
