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 1SX40V-0002V3-4S for garchives@archives.gentoo.org; Wed, 23 May 2012 05:21:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EAEBE062C; Wed, 23 May 2012 05:20:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 24302E062C for ; Wed, 23 May 2012 05:20:58 +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 E64321B4026 for ; Wed, 23 May 2012 05:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A79AAE542A for ; Wed, 23 May 2012 05:20:56 +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: <1337750410.2185e8ccd2ff4d5e008d4342277de9a4fb4901f7.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.32.03-r1.ebuild sci-physics/root/root-5.32.03.ebuild 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: 2185e8ccd2ff4d5e008d4342277de9a4fb4901f7 X-VCS-Branch: master Date: Wed, 23 May 2012 05:20:56 +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: be23b231-09c8-42ca-bc12-ee06141e1054 X-Archives-Hash: 482e4f827a657a44dd048ceb9617d99d commit: 2185e8ccd2ff4d5e008d4342277de9a4fb4901f7 Author: Andrew Savchenko gmail com> AuthorDate: Wed May 23 05:20:10 2012 +0000 Commit: Andrew Savchenko gmail com> CommitDate: Wed May 23 05:20:10 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D2185e8cc sci-physics/root: update User's Guide --- sci-physics/root/ChangeLog | 6 ++++++ ...{root-5.32.03.ebuild =3D> root-5.32.03-r1.ebuild} | 5 ++--- sci-physics/root/root-9999.ebuild | 5 ++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index cb21ccb..9c08600 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -2,6 +2,12 @@ # 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 +*root-5.32.03-r1 (23 May 2012) + + 23 May 2012; Andrew Savchenko -root-5.32.03.ebuild= , + +root-5.32.03-r1.ebuild, root-9999.ebuild: + Update ROOT User's Guide. + 22 May 2012; Justin Lecher root-5.32.03.ebuild, root-9999.ebuild: Add missing eutils.eclass diff --git a/sci-physics/root/root-5.32.03.ebuild b/sci-physics/root/root= -5.32.03-r1.ebuild similarity index 98% rename from sci-physics/root/root-5.32.03.ebuild rename to sci-physics/root/root-5.32.03-r1.ebuild index c356d2d..c20b911 100644 --- a/sci-physics/root/root-5.32.03.ebuild +++ b/sci-physics/root/root-5.32.03-r1.ebuild @@ -19,7 +19,6 @@ fi =20 inherit elisp-common eutils fdo-mime fortran-2 python toolchain-funcs ${= _SVN} =20 -DOC_PV=3D5_26 ROOFIT_DOC_PV=3D2.91-33 TMVA_DOC_PV=3D4.03 PATCH_PV=3D5.28.00b @@ -28,7 +27,7 @@ PATCH_PV2=3D5.32.00 DESCRIPTION=3D"C++ data analysis framework and interpreter from CERN" HOMEPAGE=3D"http://root.cern.ch/" SRC_URI=3D"${SRC_URI} - doc? ( ftp://root.cern.ch/${PN}/doc/Users_Guide_${DOC_PV}.pdf + doc? ( ftp://root.cern.ch/${PN}/doc/ROOTUsersGuide.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 ) )" @@ -261,7 +260,7 @@ doc_install() { cd "${S}" if use doc; then einfo "Installing user's guides" - dodoc "${DISTDIR}"/Users_Guide_${DOC_PV}.pdf + dodoc "${DISTDIR}"/ROOTUsersGuide.pdf use math && dodoc \ "${DISTDIR}"/RooFit_Users_Manual_${ROOFIT_DOC_PV}.pdf \ "${DISTDIR}"/TMVAUsersGuide-v${TMVA_DOC_PV}.pdf diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-99= 99.ebuild index 33a705f..762ce88 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -19,7 +19,6 @@ fi =20 inherit elisp-common eutils fdo-mime fortran-2 python toolchain-funcs ${= _SVN} =20 -DOC_PV=3D5_26 ROOFIT_DOC_PV=3D2.91-33 TMVA_DOC_PV=3D4.03 PATCH_PV=3D5.28.00b @@ -28,7 +27,7 @@ PATCH_PV2=3D5.32.00 DESCRIPTION=3D"C++ data analysis framework and interpreter from CERN" HOMEPAGE=3D"http://root.cern.ch/" SRC_URI=3D"${SRC_URI} - doc? ( ftp://root.cern.ch/${PN}/doc/Users_Guide_${DOC_PV}.pdf + doc? ( ftp://root.cern.ch/${PN}/doc/ROOTUsersGuide.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 ) )" @@ -262,7 +261,7 @@ doc_install() { cd "${S}" if use doc; then einfo "Installing user's guides" - dodoc "${DISTDIR}"/Users_Guide_${DOC_PV}.pdf + dodoc "${DISTDIR}"/ROOTUsersGuide.pdf use math && dodoc \ "${DISTDIR}"/RooFit_Users_Manual_${ROOFIT_DOC_PV}.pdf \ "${DISTDIR}"/TMVAUsersGuide-v${TMVA_DOC_PV}.pdf