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 08D691381F3 for ; Sat, 8 Jun 2013 15:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68925E098A; Sat, 8 Jun 2013 15:00:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C051E098A for ; Sat, 8 Jun 2013 15:00:22 +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 105DB33E292 for ; Sat, 8 Jun 2013 15:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A9B89E468F for ; Sat, 8 Jun 2013 15:00:20 +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: <1370703552.ab3ad8f5afa35110c2327e436a600fdcd48ada8d.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-5.34.07.ebuild sci-physics/root/root-5.34.08.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: ab3ad8f5afa35110c2327e436a600fdcd48ada8d X-VCS-Branch: master Date: Sat, 8 Jun 2013 15:00:20 +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: 23e1dfa7-6050-43c8-875d-2bd7a9889554 X-Archives-Hash: 39ba47b8c9468f5ec55b647237ad99a8 commit: ab3ad8f5afa35110c2327e436a600fdcd48ada8d Author: Andrew Savchenko gmail com> AuthorDate: Sat Jun 8 14:59:12 2013 +0000 Commit: Andrew Savchenko gmail com> CommitDate: Sat Jun 8 14:59:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ab3ad8f5 sci-physics/root: version bump --- sci-physics/root/ChangeLog | 6 ++++++ sci-physics/root/{root-5.34.07.ebuild => root-5.34.08.ebuild} | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index 78c4b9c..34d215b 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 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.08 (08 Jun 2013) + + 08 Jun 2013; Andrew Savchenko -root-5.34.07.ebuild, + +root-5.34.08.ebuild: + Version bump. Adapt for src path changes. + 04 Jun 2013; Justin Lecher root-5.34.07.ebuild: Fix for correct usage of new python eclasses diff --git a/sci-physics/root/root-5.34.07.ebuild b/sci-physics/root/root-5.34.08.ebuild similarity index 98% rename from sci-physics/root/root-5.34.07.ebuild rename to sci-physics/root/root-5.34.08.ebuild index d196d6e..42e4cbd 100644 --- a/sci-physics/root/root-5.34.07.ebuild +++ b/sci-physics/root/root-5.34.08.ebuild @@ -26,7 +26,7 @@ PATCH_PV3=5.34.05 DESCRIPTION="C++ data analysis framework and interpreter from CERN" HOMEPAGE="http://root.cern.ch/" SRC_URI="${SRC_URI} - doc? ( ftp://root.cern.ch/${PN}/doc/ROOTUsersGuide.pdf -> ROOTUsersGuide-${PV}.pdf + doc? ( ftp://root.cern.ch/${PN}/doc/ROOTUsersGuideA4.pdf -> ROOTUsersGuide-${PV}.pdf math? ( ftp://root.cern.ch/${PN}/doc/RooFit_Users_Manual_${ROOFIT_DOC_PV}.pdf http://tmva.sourceforge.net/docu/TMVAUsersGuide.pdf -> TMVAUsersGuide-v${TMVA_DOC_PV}.pdf ) @@ -112,7 +112,7 @@ RDEPEND="${CDEPEND} PDEPEND="htmldoc? ( ~app-doc/root-docs-${PV} )" -S="${WORKDIR}/${PN}" +S="${WORKDIR}/${PN}-v5-34-00-patches" pkg_setup() { fortran-2_pkg_setup