Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/
Date: Mon, 29 Oct 2012 11:00:58
Message-Id: 1351248568.e813ec7ad9df791cb20512e6917c02dbd5f6b6d1.jlec@gentoo
1 commit: e813ec7ad9df791cb20512e6917c02dbd5f6b6d1
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 26 10:49:28 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 26 10:49:28 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e813ec7a
7
8 sci-physics/root: Drop virtual/fortran from DEP as it is provided by the fortran-2.eclass
9
10 Package-Manager: portage-2.2.0_alpha141
11
12 ---
13 sci-physics/root/ChangeLog | 3 +++
14 sci-physics/root/metadata.xml | 14 +++++++-------
15 sci-physics/root/root-9999.ebuild | 4 +---
16 3 files changed, 11 insertions(+), 10 deletions(-)
17
18 diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
19 index 65ee183..8e97e9c 100644
20 --- a/sci-physics/root/ChangeLog
21 +++ b/sci-physics/root/ChangeLog
22 @@ -2,6 +2,9 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 2012/03/29 18:21:49 bicatali Exp $
25
26 + 26 Oct 2012; Justin Lecher <jlec@g.o> root-9999.ebuild, metadata.xml:
27 + Drop virtual/fortran from DEP as it is provided by the fortran-2.eclass
28 +
29 *root-5.34.03 (25 Oct 2012)
30
31 25 Oct 2012; Andrew Savchenko <bircoph@×××××.com>
32
33 diff --git a/sci-physics/root/metadata.xml b/sci-physics/root/metadata.xml
34 index 705abb6..94d70a3 100644
35 --- a/sci-physics/root/metadata.xml
36 +++ b/sci-physics/root/metadata.xml
37 @@ -1,13 +1,13 @@
38 <?xml version="1.0" encoding="UTF-8"?>
39 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
40 <pkgmetadata>
41 -<maintainer>
42 - <email>bircoph@×××××.com</email>
43 - <name>Andrew Savchenko</name>
44 - <description>Maintainer. Assign bugs to him</description>
45 -</maintainer>
46 -<herd>sci-physics</herd>
47 -<longdescription lang="en">
48 + <maintainer>
49 + <email>bircoph@×××××.com</email>
50 + <name>Andrew Savchenko</name>
51 + <description>Maintainer. Assign bugs to him</description>
52 + </maintainer>
53 + <herd>sci-physics</herd>
54 + <longdescription lang="en">
55 ROOT Object Oriented Technologies is an object oriented data
56 analysis framework written in C++ by the CERN. Widely used in
57 high energy physics, but also in other data analysis applications. It
58
59 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
60 index af9c8ad..9523e3a 100644
61 --- a/sci-physics/root/root-9999.ebuild
62 +++ b/sci-physics/root/root-9999.ebuild
63 @@ -100,9 +100,7 @@ CDEPEND="
64 DEPEND="${CDEPEND}
65 virtual/pkgconfig"
66
67 -RDEPEND="
68 - virtual/fortran
69 - ${CDEPEND}
70 +RDEPEND="${CDEPEND}
71 reflex? ( dev-cpp/gccxml )
72 xinetd? ( sys-apps/xinetd )"