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 11744138A6C for ; Mon, 10 Nov 2014 15:14:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E313CE0839; Mon, 10 Nov 2014 15:14:25 +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 899D4E0839 for ; Mon, 10 Nov 2014 15:14:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 169F23402F9 for ; Mon, 10 Nov 2014 15:14:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B19F39D7D for ; Mon, 10 Nov 2014 15:14:22 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1415579804.6fa7e817a17a98f9dddb4b9094c7877aab433706.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/root/ChangeLog sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6fa7e817a17a98f9dddb4b9094c7877aab433706 X-VCS-Branch: master Date: Mon, 10 Nov 2014 15:14:22 +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: 92dbbad4-7b15-46f7-9081-f1ed6051c2bb X-Archives-Hash: 1a60621a4f008de47b7693704a87240b commit: 6fa7e817a17a98f9dddb4b9094c7877aab433706 Author: Oliver Freyermuth googlemail com> AuthorDate: Mon Nov 10 00:36:44 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 10 00:36:44 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6fa7e817 Drop prop-flags patch for root-9999, patch fails starting from 5.34.23 and ROOT 6 master. Upstream offers configure-flags to set proper flags starting now. --- sci-physics/root/ChangeLog | 6 ++++++ sci-physics/root/root-9999.ebuild | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index aff13e1..9b1b2dd 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 2012/03/29 18:21:49 bicatali Exp $ + 10 Nov 2014; Oliver Freyermuth + root-9999.ebuild: + Drop prop-flags patch for root-9999, patch fails starting from 5.34.23 and + ROOT 6 master. Upstream offers configure-flags to set proper flags starting + now. + 25 Oct 2014; Matthias Maier root-5.34.18-r2.ebuild, root-6.00.01-r1.ebuild, root-6.00.02.ebuild, root-9999.ebuild: sci-physics/root: Fix compilation with USE="mysql" wrt bug #523996; fix diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index 00f4946..361cda0 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -198,7 +198,6 @@ src_prepare() { "${FILESDIR}"/${PN}-5.34.13-desktop.patch \ "${FILESDIR}"/${PN}-6.00.01-dotfont.patch \ "${FILESDIR}"/${PN}-6.00.01-nobyte-compile.patch \ - "${FILESDIR}"/${PN}-6.00.01-prop-flags.patch \ "${FILESDIR}"/${PN}-6.00.01-llvm.patch \ "${FILESDIR}"/${PN}-6.00.01-geocad.patch @@ -299,6 +298,8 @@ src_configure() { --enable-soversion --enable-table --fail-on-missing + --cflags='${CFLAGS}' + --cxxflags='${CXXFLAGS}' $(use_enable X x11) $(use_enable X asimage) $(use_enable X xft)