summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-05-24 22:01:20 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-05-24 22:01:20 +0000
commit6099efaf5e24de21bb5e423540574fa0e210dd83 (patch)
treed1b5e81315e63d8dd590dec45143bd4d553ba40b /sci-chemistry
parentmake sure the config file is setup properly #93809 by Andreas Simon. (diff)
downloadgentoo-2-6099efaf5e24de21bb5e423540574fa0e210dd83.tar.gz
gentoo-2-6099efaf5e24de21bb5e423540574fa0e210dd83.tar.bz2
gentoo-2-6099efaf5e24de21bb5e423540574fa0e210dd83.zip
(#54595) Inherit fortran eclass so we require a fortran compiler.
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mpqc/ChangeLog6
-rw-r--r--sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild6
-rw-r--r--sci-chemistry/mpqc/mpqc-2.2.3.ebuild4
3 files changed, 12 insertions, 4 deletions
diff --git a/sci-chemistry/mpqc/ChangeLog b/sci-chemistry/mpqc/ChangeLog
index e58c616bff6b..8df52b2f91fc 100644
--- a/sci-chemistry/mpqc/ChangeLog
+++ b/sci-chemistry/mpqc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/mpqc
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mpqc/ChangeLog,v 1.3 2005/05/24 21:57:34 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mpqc/ChangeLog,v 1.4 2005/05/24 22:01:20 spyderous Exp $
+
+ 24 May 2005; Donnie Berkholz <spyderous@gentoo.org>; mpqc-2.2.2-r1.ebuild,
+ mpqc-2.2.3.ebuild:
+ (#54595) Inherit fortran eclass so we require a fortran compiler.
*mpqc-2.2.3 (24 May 2005)
diff --git a/sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild b/sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild
index 43798f00be21..80f9d888c2ca 100644
--- a/sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild
+++ b/sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild,v 1.1 2004/12/24 16:49:51 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild,v 1.2 2005/05/24 22:01:20 spyderous Exp $
+
+inherit fortran
DESCRIPTION="The Massively Parallel Quantum Chemistry Program"
HOMEPAGE="http://www.mpqc.org/"
diff --git a/sci-chemistry/mpqc/mpqc-2.2.3.ebuild b/sci-chemistry/mpqc/mpqc-2.2.3.ebuild
index 41fd9e403d52..7eec6207368b 100644
--- a/sci-chemistry/mpqc/mpqc-2.2.3.ebuild
+++ b/sci-chemistry/mpqc/mpqc-2.2.3.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mpqc/mpqc-2.2.3.ebuild,v 1.1 2005/05/24 21:57:34 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mpqc/mpqc-2.2.3.ebuild,v 1.2 2005/05/24 22:01:20 spyderous Exp $
+
+inherit fortran
DESCRIPTION="The Massively Parallel Quantum Chemistry Program"
HOMEPAGE="http://www.mpqc.org/"