From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EA3131395E4 for ; Mon, 3 Aug 2015 11:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B98B4E07EC; Mon, 3 Aug 2015 11:36:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27B41E07EC for ; Mon, 3 Aug 2015 11:36:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F8F13406A7 for ; Mon, 3 Aug 2015 11:36:50 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2281) id 720FC123; Mon, 3 Aug 2015 11:36:48 +0000 (UTC) From: "Thomas Kahle (tomka)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tomka@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/freeorion: freeorion-0.4.5_pre.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: freeorion-0.4.5_pre.ebuild ChangeLog X-VCS-Directories: games-strategy/freeorion X-VCS-Committer: tomka X-VCS-Committer-Name: Thomas Kahle Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150803113648.720FC123@oystercatcher.gentoo.org> Date: Mon, 3 Aug 2015 11:36:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6540b6b2-bb69-417a-9e4a-5680c00ab60a X-Archives-Hash: 6c12d4dbfff19c75d4f916ef8defaecf tomka 15/08/03 11:36:48 Modified: freeorion-0.4.5_pre.ebuild ChangeLog Log: Fix compatibility with boost-1.5{7,8} (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 565C32BC) Revision Changes Path 1.4 games-strategy/freeorion/freeorion-0.4.5_pre.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?r1=1.3&r2=1.4 Index: freeorion-0.4.5_pre.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- freeorion-0.4.5_pre.ebuild 26 May 2015 07:49:18 -0000 1.3 +++ freeorion-0.4.5_pre.ebuild 3 Aug 2015 11:36:48 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 1.3 2015/05/26 07:49:18 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 1.4 2015/08/03 11:36:48 tomka Exp $ EAPI=5 @@ -45,6 +45,10 @@ } src_prepare() { + + epatch "${FILESDIR}/${P}-boost-1.57.patch" + epatch "${FILESDIR}/${P}-boost-1.58.patch" + # parse subdir sets -O3 sed -e "s:-O3::" -i parse/CMakeLists.txt 1.17 games-strategy/freeorion/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 26 May 2015 07:49:18 -0000 1.16 +++ ChangeLog 3 Aug 2015 11:36:48 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for games-strategy/freeorion # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.16 2015/05/26 07:49:18 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.17 2015/08/03 11:36:48 tomka Exp $ + + 03 Aug 2015; Thomas Kahle + +files/freeorion-0.4.5_pre-boost-1.57.patch, + +files/freeorion-0.4.5_pre-boost-1.58.patch, freeorion-0.4.5_pre.ebuild: + Fix compatibility with boost-1.5{7,8} 26 May 2015; Thomas Kahle freeorion-0.4.5_pre.ebuild: Add missing glew dependency (bug 550382)