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 9625E1381FD for ; Sat, 21 Jul 2012 22:43:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91EC4E06B5; Sat, 21 Jul 2012 22:43:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 48D92E0662 for ; Sat, 21 Jul 2012 22:43:21 +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 706FC1B4165 for ; Sat, 21 Jul 2012 22:43:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3077BE543C for ; Sat, 21 Jul 2012 22:43:19 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1342910488.59f04e92137d70587e29683fa2be0b8934620325.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/metadata.xml 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: 59f04e92137d70587e29683fa2be0b8934620325 X-VCS-Branch: master Date: Sat, 21 Jul 2012 22:43:19 +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: 3f381c3f-47a8-4fa2-910d-60b7a6c9c23c X-Archives-Hash: 271475c51d62cd746c111c50b0ab6603 commit: 59f04e92137d70587e29683fa2be0b8934620325 Author: Andrew Savchenko gmail com> AuthorDate: Sat Jul 21 22:41:28 2012 +0000 Commit: Andrew Savchenko gmail com> CommitDate: Sat Jul 21 22:41:28 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=59f04e92 sci-physics/root: update live ebuild - clarens and peac are purged; - opencascade support is added; --- sci-physics/root/ChangeLog | 5 +++++ sci-physics/root/metadata.xml | 1 + sci-physics/root/root-9999.ebuild | 6 ++---- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index f03cc43..6867500 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 2012/03/29 18:21:49 bicatali Exp $ + 21 Jul 2012; Andrew Savchenko root-9999.ebuild, + metadata.xml: + Clarens and PEAC were removed from ROOT. + CAD interface using sci-libs/opencascade was added. + 21 Jul 2012; Andrew Savchenko -files/root-5.32.00-explicit-functions.patch, +root-5.34.00.ebuild, root-9999.ebuild: diff --git a/sci-physics/root/metadata.xml b/sci-physics/root/metadata.xml index 4e6d2b2..705abb6 100644 --- a/sci-physics/root/metadata.xml +++ b/sci-physics/root/metadata.xml @@ -19,6 +19,7 @@ Build ROOT using the C++11 standard. Not supported, requires sys-devel/gcc>=4.7.0 Build the Clarens and PEAC plug-ins, to use in a GRID enabled analysis Support for images and data from FITS files with sci-libs/cfitsio + Enable ROOT-CAD interface using sci-libs/opencascade Generate html documentation Build the new cling interactive interpreter based on sys-devel/llvm Build all math related libraries plugins, needs sci-libs/gsl diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index d28ef75..4e2f20d 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -37,7 +37,7 @@ SRC_URI="${SRC_URI} SLOT="0" LICENSE="LGPL-2.1" -IUSE="+X afs avahi -c++0x clarens doc emacs examples fits fftw graphviz htmldoc +IUSE="+X afs avahi -c++0x doc emacs examples fits fftw geocad graphviz htmldoc kerberos ldap llvm +math mpi mysql odbc +opengl openmp oracle postgres prefix pythia6 pythia8 python qt4 +reflex ruby ssl xinetd xml xrootd" @@ -75,10 +75,10 @@ CDEPEND=" ) afs? ( net-fs/openafs ) avahi? ( net-dns/avahi ) - clarens? ( dev-libs/xmlrpc-c[curl] ) emacs? ( virtual/emacs ) fits? ( sci-libs/cfitsio ) fftw? ( sci-libs/fftw:3.0 ) + geocad? ( sci-libs/opencascade ) graphviz? ( media-gfx/graphviz ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) @@ -244,8 +244,6 @@ src_configure() { $(use_enable X xft) \ $(use_enable afs) \ $(use_enable avahi bonjour) \ - $(use_enable clarens) \ - $(use_enable clarens peac) \ $(use_enable fits fitsio) \ $(use_enable fftw fftw3) \ $(use_enable graphviz gviz) \