tamiko 15/05/26 23:41:12 Modified: tarsync-0.2.1-r1.ebuild ChangeLog Log: fix compilation with gcc-5.1, bug #548314 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Revision Changes Path 1.8 app-arch/tarsync/tarsync-0.2.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tarsync/tarsync-0.2.1-r1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tarsync/tarsync-0.2.1-r1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tarsync/tarsync-0.2.1-r1.ebuild?r1=1.7&r2=1.8 Index: tarsync-0.2.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1-r1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tarsync-0.2.1-r1.ebuild 26 Jan 2014 22:38:39 -0000 1.7 +++ tarsync-0.2.1-r1.ebuild 26 May 2015 23:41:12 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1-r1.ebuild,v 1.7 2014/01/26 22:38:39 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/tarsync-0.2.1-r1.ebuild,v 1.8 2015/05/26 23:41:12 tamiko Exp $ EAPI=5 @@ -26,6 +26,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-make.patch + epatch "${FILESDIR}"/${P}-gcc5.patch } src_install() { 1.24 app-arch/tarsync/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tarsync/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tarsync/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/tarsync/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 26 Jan 2014 22:38:39 -0000 1.23 +++ ChangeLog 26 May 2015 23:41:12 -0000 1.24 @@ -1,6 +1,10 @@ # ChangeLog for app-arch/tarsync -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v 1.23 2014/01/26 22:38:39 ottxor Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/tarsync/ChangeLog,v 1.24 2015/05/26 23:41:12 tamiko Exp $ + + 26 May 2015; Matthias Maier <[email protected]> + +files/tarsync-0.2.1-gcc5.patch, tarsync-0.2.1-r1.ebuild: + fix compilation with gcc-5.1, bug #548314 26 Jan 2014; Christoph Junghans <[email protected]> tarsync-0.2.1-r1.ebuild: added prefix support
