summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-03-14 17:16:30 +0000
committerJustin Lecher <jlec@gentoo.org>2011-03-14 17:16:30 +0000
commit44e32a67e539e44cbbbb8e32f56b9465b3a3ff85 (patch)
tree681c3877c3524bd0e266cb9e5673d82aaf148019 /eclass
parentFixes security bug #356893 (diff)
downloadgentoo-2-44e32a67e539e44cbbbb8e32f56b9465b3a3ff85.tar.gz
gentoo-2-44e32a67e539e44cbbbb8e32f56b9465b3a3ff85.tar.bz2
gentoo-2-44e32a67e539e44cbbbb8e32f56b9465b3a3ff85.zip
EWARN for fortran.eclass deprecation
Diffstat (limited to 'eclass')
-rw-r--r--eclass/fortran.eclass10
1 files changed, 9 insertions, 1 deletions
diff --git a/eclass/fortran.eclass b/eclass/fortran.eclass
index fcd091c79139..f4fa38bdf419 100644
--- a/eclass/fortran.eclass
+++ b/eclass/fortran.eclass
@@ -1,10 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/fortran.eclass,v 1.21 2009/03/07 10:02:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/fortran.eclass,v 1.22 2011/03/14 17:16:30 jlec Exp $
#
# Author: Danny van Dyk <kugelfang@gentoo.org>
#
+# @DEPRECATED
+# This eclass has been superseded by functions in toolchain-funcs.eclass:
+# Please use tc-getFC to set the fortran compiler!
+# https://bugs.gentoo.org/348851
+
+ewarn "The fortran.eclass is deprecated! Please use the toolchains-funcs.eclass"
+ewarn "https://bugs.gentoo.org/348851"
+
inherit eutils autotools
DESCRIPTION="Based on the ${ECLASS} eclass"