summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 14:44:22 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 14:44:22 +0000
commit53e74942a56e286875f74da69b2517455195cc8f (patch)
tree9e2a2914fae8a1b50279d8b70af083c4ed978576 /sci-mathematics/dataplot
parentAdd dependency on virtual/fortran (diff)
downloadgentoo-2-53e74942a56e286875f74da69b2517455195cc8f.tar.gz
gentoo-2-53e74942a56e286875f74da69b2517455195cc8f.tar.bz2
gentoo-2-53e74942a56e286875f74da69b2517455195cc8f.zip
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/dataplot')
-rw-r--r--sci-mathematics/dataplot/ChangeLog6
-rw-r--r--sci-mathematics/dataplot/dataplot-20080225.ebuild6
-rw-r--r--sci-mathematics/dataplot/dataplot-20090821.ebuild6
3 files changed, 13 insertions, 5 deletions
diff --git a/sci-mathematics/dataplot/ChangeLog b/sci-mathematics/dataplot/ChangeLog
index baf6c7092b4a..1cd176b8bc58 100644
--- a/sci-mathematics/dataplot/ChangeLog
+++ b/sci-mathematics/dataplot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/dataplot
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.11 2011/06/21 10:19:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v 1.12 2011/06/21 14:44:22 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> dataplot-20080225.ebuild,
+ dataplot-20090821.ebuild:
+ Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> dataplot-20080225.ebuild,
dataplot-20090821.ebuild:
diff --git a/sci-mathematics/dataplot/dataplot-20080225.ebuild b/sci-mathematics/dataplot/dataplot-20080225.ebuild
index 7415e7371d67..f4671437c7b6 100644
--- a/sci-mathematics/dataplot/dataplot-20080225.ebuild
+++ b/sci-mathematics/dataplot/dataplot-20080225.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.9 2011/06/21 10:19:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20080225.ebuild,v 1.10 2011/06/21 14:44:22 jlec Exp $
EAPI=2
@@ -28,7 +28,9 @@ COMMON_DEPEND="
gs? ( app-text/ghostscript-gpl media-libs/gd[png,jpeg] )"
DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="
+ virtual/fortran
+ ${COMMON_DEPEND}
X? ( x11-misc/xdg-utils )"
S="${WORKDIR}/${MY_P}"
diff --git a/sci-mathematics/dataplot/dataplot-20090821.ebuild b/sci-mathematics/dataplot/dataplot-20090821.ebuild
index a84918df95f5..1260a3bcee98 100644
--- a/sci-mathematics/dataplot/dataplot-20090821.ebuild
+++ b/sci-mathematics/dataplot/dataplot-20090821.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.2 2011/06/21 10:19:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.3 2011/06/21 14:44:22 jlec Exp $
EAPI=3
@@ -30,7 +30,9 @@ COMMON_DEPEND="
gd? ( media-libs/gd[png,jpeg] )"
DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="
+ virtual/fortran
+ ${COMMON_DEPEND}
X? ( x11-misc/xdg-utils )"
S="${WORKDIR}/${MY_P}"