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 8B1841381FD for ; Sun, 22 Jul 2012 12:45:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B5FBE057F; Sun, 22 Jul 2012 12:45:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 381BEE057F for ; Sun, 22 Jul 2012 12:45:16 +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 545931B41D2 for ; Sun, 22 Jul 2012 12:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0EC10E5436 for ; Sun, 22 Jul 2012 12:45:14 +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: <1342960964.634563d106cf6e9d68f1c2db41b2e42a2f1f2dff.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-5.34.00.ebuild sci-physics/root/root-5.34.01.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 634563d106cf6e9d68f1c2db41b2e42a2f1f2dff X-VCS-Branch: master Date: Sun, 22 Jul 2012 12:45:14 +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: 65dcc5ac-6dab-49af-8326-bba0873d5e23 X-Archives-Hash: 1941e2beec30bcf2dba06d933ca3cd04 commit: 634563d106cf6e9d68f1c2db41b2e42a2f1f2dff Author: Andrew Savchenko gmail com> AuthorDate: Sun Jul 22 12:42:44 2012 +0000 Commit: Andrew Savchenko gmail com> CommitDate: Sun Jul 22 12:42:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=634563d1 sci-physics/root: version bump --- sci-physics/root/ChangeLog | 7 +++++++ sci-physics/root/metadata.xml | 1 - .../{root-5.34.00.ebuild => root-5.34.01.ebuild} | 5 +---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index f575ac2..ca85e0b 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -2,6 +2,13 @@ # 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 $ +*root-5.34.01 (22 Jul 2012) + + 22 Jul 2012; Andrew Savchenko -root-5.34.00.ebuild, + +root-5.34.01.ebuild, metadata.xml: + Version bump. Clarens and PEAC are gone, despite this is a minor + release. + 22 Jul 2012; Andrew Savchenko root-9999.ebuild, +files/root-9999-cling.patch: One step further to build with cling. But ATM patched version of diff --git a/sci-physics/root/metadata.xml b/sci-physics/root/metadata.xml index 705abb6..bea8306 100644 --- a/sci-physics/root/metadata.xml +++ b/sci-physics/root/metadata.xml @@ -17,7 +17,6 @@ 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 diff --git a/sci-physics/root/root-5.34.00.ebuild b/sci-physics/root/root-5.34.01.ebuild similarity index 98% rename from sci-physics/root/root-5.34.00.ebuild rename to sci-physics/root/root-5.34.01.ebuild index 358fed1..53119c0 100644 --- a/sci-physics/root/root-5.34.00.ebuild +++ b/sci-physics/root/root-5.34.01.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 graphviz htmldoc kerberos ldap +math mpi mysql odbc +opengl openmp oracle postgres prefix pythia6 pythia8 python qt4 +reflex ruby ssl xinetd xml xrootd" @@ -75,7 +75,6 @@ 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 ) @@ -244,8 +243,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) \