summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-16 18:50:45 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-16 18:50:45 +0000
commit1b8cb26dae7c247c39fb4737bb5195f1543491e8 (patch)
treec314bf1907ca111da2ec0f993921cb942a3bf46e /sci-physics/root
parentsci-physics/xfoil: Remove virtual/fortran and always call fortran-2_pkg_setup... (diff)
downloadgentoo-2-1b8cb26dae7c247c39fb4737bb5195f1543491e8.tar.gz
gentoo-2-1b8cb26dae7c247c39fb4737bb5195f1543491e8.tar.bz2
gentoo-2-1b8cb26dae7c247c39fb4737bb5195f1543491e8.zip
sci-physics/root: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-physics/root')
-rw-r--r--sci-physics/root/ChangeLog7
-rw-r--r--sci-physics/root/root-5.32.03-r2.ebuild6
-rw-r--r--sci-physics/root/root-5.34.01.ebuild6
3 files changed, 10 insertions, 9 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index 842620a95e12..ec8592d4701c 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-physics/root
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.108 2012/07/22 20:33:47 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.109 2012/10/16 18:50:45 jlec Exp $
+
+ 16 Oct 2012; Justin Lecher <jlec@gentoo.org> root-5.32.03-r2.ebuild,
+ root-5.34.01.ebuild:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
22 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> -root-5.34.00.ebuild,
+root-5.34.01.ebuild, +files/root-5.34.01-glibc216.patch:
diff --git a/sci-physics/root/root-5.32.03-r2.ebuild b/sci-physics/root/root-5.32.03-r2.ebuild
index 07ee173752f4..e1f24607d7b3 100644
--- a/sci-physics/root/root-5.32.03-r2.ebuild
+++ b/sci-physics/root/root-5.32.03-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.32.03-r2.ebuild,v 1.4 2012/07/14 18:46:46 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.32.03-r2.ebuild,v 1.5 2012/10/16 18:50:45 jlec Exp $
EAPI=4
@@ -100,9 +100,7 @@ CDEPEND="
DEPEND="${CDEPEND}
virtual/pkgconfig"
-RDEPEND="
- virtual/fortran
- ${CDEPEND}
+RDEPEND="${CDEPEND}
reflex? ( dev-cpp/gccxml )
xinetd? ( sys-apps/xinetd )"
diff --git a/sci-physics/root/root-5.34.01.ebuild b/sci-physics/root/root-5.34.01.ebuild
index 51c9f319594c..dd57ce2403db 100644
--- a/sci-physics/root/root-5.34.01.ebuild
+++ b/sci-physics/root/root-5.34.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.01.ebuild,v 1.1 2012/07/22 20:33:47 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.01.ebuild,v 1.2 2012/10/16 18:50:45 jlec Exp $
EAPI=4
@@ -99,9 +99,7 @@ CDEPEND="
DEPEND="${CDEPEND}
virtual/pkgconfig"
-RDEPEND="
- virtual/fortran
- ${CDEPEND}
+RDEPEND="${CDEPEND}
reflex? ( dev-cpp/gccxml )
xinetd? ( sys-apps/xinetd )"