summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-11-28 12:11:51 +0000
committerJustin Lecher <jlec@gentoo.org>2012-11-28 12:11:51 +0000
commit7f6cd07dca822ddea358b003bba09925af6b3812 (patch)
tree7de309a56da77e91ba3061b0a239802b91871957 /eclass
parentEAPI5 (diff)
downloadhistorical-7f6cd07dca822ddea358b003bba09925af6b3812.tar.gz
historical-7f6cd07dca822ddea358b003bba09925af6b3812.tar.bz2
historical-7f6cd07dca822ddea358b003bba09925af6b3812.zip
Use man page tags
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/fortran-2.eclass6
2 files changed, 6 insertions, 5 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 810a670ca37c..43512aa49f66 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.526 2012/11/27 17:39:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.527 2012/11/28 12:11:51 jlec Exp $
+
+ 28 Nov 2012; Justin Lecher <jlec@gentoo.org> fortran-2.eclass:
+ Use man page tags
27 Nov 2012; Jeroen Roovers <jer@gentoo.org> nvidia-driver.eclass:
Remove ebeep because newer nvidia-drivers have EAPI=4.
diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass
index 00269a2c4ed9..159d4f4da160 100644
--- a/eclass/fortran-2.eclass
+++ b/eclass/fortran-2.eclass
@@ -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/eclass/fortran-2.eclass,v 1.14 2012/10/18 21:08:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/fortran-2.eclass,v 1.15 2012/11/28 12:11:51 jlec Exp $
# @ECLASS: fortran-2.eclass
# @MAINTAINER:
@@ -20,9 +20,7 @@
# Optionally, it checks for extended capabilities based on
# the variable options selected in the ebuild
# The only phase function exported is fortran-2_pkg_setup.
-#
-# Example:
-#
+# @EXAMPLE:
# FORTRAN_NEEDED="lapack fortran"
#
# inherit fortran-2