rhill 15/07/19 09:57:36 Modified: ChangeLog Added: boost-m4-0.4-r1.ebuild Log: Deal with gcc-5 preprocessor output changes (bug #549618). Signed-off-by: Ryan Hill <[email protected]> (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Revision Changes Path 1.23 sys-devel/boost-m4/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 27 Jan 2014 07:23:54 -0000 1.22 +++ ChangeLog 19 Jul 2015 09:57:35 -0000 1.23 @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/boost-m4 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.22 2014/01/27 07:23:54 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.23 2015/07/19 09:57:35 rhill Exp $ + +*boost-m4-0.4-r1 (19 Jul 2015) + + 19 Jul 2015; Ryan Hill <[email protected]> +boost-m4-0.4-r1.ebuild, + +files/boost-m4-0.4-gcc5.patch: + Deal with gcc-5 preprocessor output changes (bug #549618). 27 Jan 2014; Justin Lecher <[email protected]> -boost-m4-0.3_pre121130.ebuild, metadata.xml: 1.1 sys-devel/boost-m4/boost-m4-0.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/boost-m4-0.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/boost-m4/boost-m4-0.4-r1.ebuild?rev=1.1&content-type=text/plain Index: boost-m4-0.4-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/boost-m4-0.4-r1.ebuild,v 1.1 2015/07/19 09:57:35 rhill Exp $ EAPI=4 inherit eutils vcs-snapshot DESCRIPTION="Another set of autoconf macros for compiling against boost" HOMEPAGE="http://github.com/tsuna/boost.m4" SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" src_prepare() { epatch "${FILESDIR}"/${P}-gcc5.patch } # boost.m4 has a buildsystem, but the distributer didn't use make dist # so we'd have to eautoreconf to use it. Also, its ./configure script # DEPENDs on boost. For installing one file, bootstrapping the # buildsystem isn't worth it. src_configure() { :; } src_compile() { :; } src_install() { insinto /usr/share/aclocal doins build-aux/boost.m4 dodoc AUTHORS NEWS README THANKS }
