vapier 14/11/08 18:31:08 Modified: sam2p-0.49.2.ebuild sam2p-0.49.1.ebuild ChangeLog Log: Fix by Dmitry Derevyanko for building w/glibc-2.20 #524048 by Dale Lukas Peterson. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 media-gfx/sam2p/sam2p-0.49.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/sam2p-0.49.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/sam2p-0.49.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/sam2p-0.49.2.ebuild?r1=1.1&r2=1.2 Index: sam2p-0.49.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.49.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sam2p-0.49.2.ebuild 2 Nov 2014 11:39:13 -0000 1.1 +++ sam2p-0.49.2.ebuild 8 Nov 2014 18:31:08 -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/media-gfx/sam2p/sam2p-0.49.2.ebuild,v 1.1 2014/11/02 11:39:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.49.2.ebuild,v 1.2 2014/11/08 18:31:08 vapier Exp $ EAPI=4 inherit autotools eutils toolchain-funcs @@ -22,7 +22,8 @@ src_prepare() { epatch \ "${FILESDIR}"/${PN}-0.45-fbsd.patch \ - "${FILESDIR}"/${PN}-0.49.1-build.patch + "${FILESDIR}"/${PN}-0.49.1-build.patch \ + "${FILESDIR}"/${PN}-0.49-glibc-2.20.patch eautoreconf tc-export CXX } 1.11 media-gfx/sam2p/sam2p-0.49.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/sam2p-0.49.1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/sam2p-0.49.1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/sam2p-0.49.1.ebuild?r1=1.10&r2=1.11 Index: sam2p-0.49.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.49.1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sam2p-0.49.1.ebuild 27 Aug 2013 21:00:58 -0000 1.10 +++ sam2p-0.49.1.ebuild 8 Nov 2014 18:31:08 -0000 1.11 @@ -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/media-gfx/sam2p/sam2p-0.49.1.ebuild,v 1.10 2013/08/27 21:00:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.49.1.ebuild,v 1.11 2014/11/08 18:31:08 vapier Exp $ EAPI=4 inherit autotools eutils toolchain-funcs @@ -23,7 +23,8 @@ epatch \ "${FILESDIR}"/${PN}-0.45-fbsd.patch \ "${FILESDIR}"/${PN}-0.49.1-build.patch \ - "${FILESDIR}"/${PN}-0.49.1-gcc48.patch + "${FILESDIR}"/${PN}-0.49.1-gcc48.patch \ + "${FILESDIR}"/${PN}-0.49-glibc-2.20.patch eautoreconf tc-export CXX } 1.59 media-gfx/sam2p/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 2 Nov 2014 11:39:13 -0000 1.58 +++ ChangeLog 8 Nov 2014 18:31:08 -0000 1.59 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/sam2p # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.58 2014/11/02 11:39:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.59 2014/11/08 18:31:08 vapier Exp $ + + 08 Nov 2014; Mike Frysinger <[email protected]> + +files/sam2p-0.49-glibc-2.20.patch, sam2p-0.49.1.ebuild, sam2p-0.49.2.ebuild: + Fix by Dmitry Derevyanko for building w/glibc-2.20 #524048 by Dale Lukas + Peterson. *sam2p-0.49.2 (02 Nov 2014)
