From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-518732-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 50DB0138010
	for <garchives@archives.gentoo.org>; Mon, 29 Oct 2012 11:00:58 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0BED3E05A5;
	Mon, 29 Oct 2012 11:00:15 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 7875FE05A4
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 Oct 2012 11:00:15 +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 DDFD233D9A4
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 Oct 2012 11:00:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 5DADEE5441
	for <gentoo-commits@lists.gentoo.org>; Mon, 29 Oct 2012 11:00:13 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1351248568.e813ec7ad9df791cb20512e6917c02dbd5f6b6d1.jlec@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: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: e813ec7ad9df791cb20512e6917c02dbd5f6b6d1
X-VCS-Branch: master
Date: Mon, 29 Oct 2012 11:00:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 16536d9f-9b2b-4726-894e-ec1a62dd51ee
X-Archives-Hash: 9f0d5f7ecfbcc319a5b93e7f47e92b82

commit:     e813ec7ad9df791cb20512e6917c02dbd5f6b6d1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 10:49:28 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 10:49:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e813ec7a

sci-physics/root: Drop virtual/fortran from DEP as it is provided by the fortran-2.eclass

Package-Manager: portage-2.2.0_alpha141

---
 sci-physics/root/ChangeLog        |    3 +++
 sci-physics/root/metadata.xml     |   14 +++++++-------
 sci-physics/root/root-9999.ebuild |    4 +---
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index 65ee183..8e97e9c 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -2,6 +2,9 @@
 # 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 $
 
+  26 Oct 2012; Justin Lecher <jlec@gentoo.org> root-9999.ebuild, metadata.xml:
+  Drop virtual/fortran from DEP as it is provided by the fortran-2.eclass
+
 *root-5.34.03 (25 Oct 2012)
 
   25 Oct 2012; Andrew Savchenko <bircoph@gmail.com>

diff --git a/sci-physics/root/metadata.xml b/sci-physics/root/metadata.xml
index 705abb6..94d70a3 100644
--- a/sci-physics/root/metadata.xml
+++ b/sci-physics/root/metadata.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
-  <email>bircoph@gmail.com</email>
-  <name>Andrew Savchenko</name>
-  <description>Maintainer. Assign bugs to him</description>
-</maintainer>
-<herd>sci-physics</herd>
-<longdescription lang="en">
+	<maintainer>
+		<email>bircoph@gmail.com</email>
+		<name>Andrew Savchenko</name>
+		<description>Maintainer. Assign bugs to him</description>
+	</maintainer>
+	<herd>sci-physics</herd>
+	<longdescription lang="en">
   ROOT Object Oriented Technologies is an object oriented data
   analysis framework written in C++ by the CERN. Widely used in
   high energy physics, but also in other data analysis applications. It

diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
index af9c8ad..9523e3a 100644
--- a/sci-physics/root/root-9999.ebuild
+++ b/sci-physics/root/root-9999.ebuild
@@ -100,9 +100,7 @@ CDEPEND="
 DEPEND="${CDEPEND}
 	virtual/pkgconfig"
 
-RDEPEND="
-	virtual/fortran
-	${CDEPEND}
+RDEPEND="${CDEPEND}
 	reflex? ( dev-cpp/gccxml )
 	xinetd? ( sys-apps/xinetd )"