From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SXtif-00064K-Fz for garchives@archives.gentoo.org; Fri, 25 May 2012 12:34:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BC04E0830; Fri, 25 May 2012 12:34:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5DC00E0830 for ; Fri, 25 May 2012 12:34:00 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A62F01B4005 for ; Fri, 25 May 2012 12:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 66DEFE542A for ; Fri, 25 May 2012 12:33:58 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1337949175.a4d1997d789d0f7d48dabd8a0a54b7b6ea57895f.bircoph@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: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: a4d1997d789d0f7d48dabd8a0a54b7b6ea57895f X-VCS-Branch: master Date: Fri, 25 May 2012 12:33:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 070e3f64-65d0-41ec-9119-525a66d9eb87 X-Archives-Hash: 8c8d9df92cc5c70a860a7fc92cfce436 commit: a4d1997d789d0f7d48dabd8a0a54b7b6ea57895f Author: Andrew Savchenko gmail com> AuthorDate: Fri May 25 12:32:55 2012 +0000 Commit: Andrew Savchenko gmail com> CommitDate: Fri May 25 12:32:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Da4d1997d sci-physics/root: sync live ebuild with upstream --- sci-physics/root/ChangeLog | 5 +++++ sci-physics/root/root-9999.ebuild | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 9c08600..d6d086b 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 201= 2/03/29 18:21:49 bicatali Exp $ =20 + 25 May 2012; Andrew Savchenko root-9999.ebuild: + Adapt for upstream changes: + - enable-exceptions is gone; + - as-needed patch is upstream. + *root-5.32.03-r1 (23 May 2012) =20 23 May 2012; Andrew Savchenko -root-5.32.03.ebuild= , diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-99= 99.ebuild index 881b65f..d5fb847 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -136,7 +136,6 @@ pkg_setup() { src_prepare() { epatch \ "${FILESDIR}"/${PN}-${PATCH_PV}-prop-ldflags.patch \ - "${FILESDIR}"/${PN}-${PATCH_PV}-asneeded.patch \ "${FILESDIR}"/${PN}-${PATCH_PV2}-nobyte-compile.patch \ "${FILESDIR}"/${PN}-${PATCH_PV}-glibc212.patch \ "${FILESDIR}"/${PN}-${PATCH_PV}-unuran.patch \ @@ -201,7 +200,6 @@ src_configure() { --disable-builtin-zlib \ --disable-builtin-lzma \ --enable-astiff \ - --enable-exceptions \ --enable-explicitlink \ --enable-gdml \ --enable-memstat \