summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 15:18:09 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 15:18:09 +0000
commit76ca2e51a9ab507be89226bd002da5d09f7e05ff (patch)
treec57d70eeb31dc8d25c02fe1e3024c9671086e80a /sci-libs
parentAdd dependency on virtual/fortran (diff)
downloadgentoo-2-76ca2e51a9ab507be89226bd002da5d09f7e05ff.tar.gz
gentoo-2-76ca2e51a9ab507be89226bd002da5d09f7e05ff.tar.bz2
gentoo-2-76ca2e51a9ab507be89226bd002da5d09f7e05ff.zip
Add dependency on virtual/fortran
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/gts/ChangeLog6
-rw-r--r--sci-libs/gts/gts-20081607.ebuild4
-rw-r--r--sci-libs/gts/gts-20090909.ebuild6
-rw-r--r--sci-libs/gts/gts-20100321-r1.ebuild4
-rw-r--r--sci-libs/gts/gts-20100321-r2.ebuild4
5 files changed, 18 insertions, 6 deletions
diff --git a/sci-libs/gts/ChangeLog b/sci-libs/gts/ChangeLog
index abcef5b95fb5..78bb7f0f148d 100644
--- a/sci-libs/gts/ChangeLog
+++ b/sci-libs/gts/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/gts
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.16 2011/06/21 08:25:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/ChangeLog,v 1.17 2011/06/21 15:18:09 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> gts-20081607.ebuild,
+ gts-20090909.ebuild, gts-20100321-r1.ebuild, gts-20100321-r2.ebuild:
+ Add dependency on virtual/fortran
21 Jun 2011; Justin Lecher <jlec@gentoo.org> gts-20081607.ebuild,
gts-20090909.ebuild, gts-20100321-r1.ebuild, gts-20100321-r2.ebuild:
diff --git a/sci-libs/gts/gts-20081607.ebuild b/sci-libs/gts/gts-20081607.ebuild
index 486ac6d4fac8..737996a1e3da 100644
--- a/sci-libs/gts/gts-20081607.ebuild
+++ b/sci-libs/gts/gts-20081607.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-libs/gts/gts-20081607.ebuild,v 1.4 2011/06/21 08:25:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20081607.ebuild,v 1.5 2011/06/21 15:18:09 jlec Exp $
EAPI="1"
@@ -16,6 +16,8 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND="
+ virtual/fortran
+
dev-libs/glib:2
sys-apps/gawk
media-libs/netpbm"
diff --git a/sci-libs/gts/gts-20090909.ebuild b/sci-libs/gts/gts-20090909.ebuild
index 6274e8c986c0..84636785f315 100644
--- a/sci-libs/gts/gts-20090909.ebuild
+++ b/sci-libs/gts/gts-20090909.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-libs/gts/gts-20090909.ebuild,v 1.3 2011/06/21 08:25:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20090909.ebuild,v 1.4 2011/06/21 15:18:09 jlec Exp $
EAPI=2
inherit eutils fortran-2 autotools
@@ -14,7 +14,9 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc examples test"
-RDEPEND="dev-libs/glib:2"
+RDEPEND="
+ virtual/fortran
+ dev-libs/glib:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
test? ( media-libs/netpbm )"
diff --git a/sci-libs/gts/gts-20100321-r1.ebuild b/sci-libs/gts/gts-20100321-r1.ebuild
index b110ac0c8968..19a006e8f854 100644
--- a/sci-libs/gts/gts-20100321-r1.ebuild
+++ b/sci-libs/gts/gts-20100321-r1.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-libs/gts/gts-20100321-r1.ebuild,v 1.3 2011/06/21 08:25:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r1.ebuild,v 1.4 2011/06/21 15:18:09 jlec Exp $
EAPI=2
inherit eutils fortran-2 autotools
@@ -15,6 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc examples test"
RDEPEND="
+ virtual/fortran
+
dev-libs/glib:2
!dev-vcs/rcs
!<=sci-chemistry/ccp4-apps-6.1.3-r2"
diff --git a/sci-libs/gts/gts-20100321-r2.ebuild b/sci-libs/gts/gts-20100321-r2.ebuild
index a24a110edad8..a476213fa067 100644
--- a/sci-libs/gts/gts-20100321-r2.ebuild
+++ b/sci-libs/gts/gts-20100321-r2.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-libs/gts/gts-20100321-r2.ebuild,v 1.2 2011/06/21 08:25:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gts/gts-20100321-r2.ebuild,v 1.3 2011/06/21 15:18:09 jlec Exp $
EAPI=2
inherit eutils fortran-2 autotools
@@ -15,6 +15,8 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc examples test"
RDEPEND="
+ virtual/fortran
+
dev-libs/glib:2
!<=sci-chemistry/ccp4-apps-6.1.3-r2"
DEPEND="${RDEPEND}