summaryrefslogtreecommitdiffstats
path: root/man/fortran.eclass.5
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-10-03 13:32:30 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-10-03 13:32:30 +0000
commitf2537492cca9e468d8d016e97ca78b323ed2aeec (patch)
tree20eb7a65a228c2a8d469c8a7d8405f658bcc0cc1 /man/fortran.eclass.5
parent6ae828fbda08e9b185774f029be992ebea65c8f6 (diff)
downloadportage-f2537492cca9e468d8d016e97ca78b323ed2aeec.tar.gz
portage-f2537492cca9e468d8d016e97ca78b323ed2aeec.tar.bz2
portage-f2537492cca9e468d8d016e97ca78b323ed2aeec.zip
Remove app-portage/portage-docs files from portage-2.0 branch
svn path=/main/branches/2.0/; revision=2081
Diffstat (limited to 'man/fortran.eclass.5')
-rw-r--r--man/fortran.eclass.553
1 files changed, 0 insertions, 53 deletions
diff --git a/man/fortran.eclass.5 b/man/fortran.eclass.5
deleted file mode 100644
index a0efc9bc2..000000000
--- a/man/fortran.eclass.5
+++ /dev/null
@@ -1,53 +0,0 @@
-.TH FORTRAN.ECLASS 5 "Nov 2004" "Portage 2.0.51" "portage"
-.SH NAME
-fortran.eclass \- functions for fortran packages
-.SH DESCRIPTION
-The \fBfortran\fR eclass provides an interface to ease the integration of the
-various fortran compilers available.
-.SH VARIABLES
-\fBNOTE\fR: since the \fBfortran\fR eclass does not check to see if the
-following variables are set prior to inheritance, you must ensure that if you
-need to define any of them, that you do so after inheritance occurs.
-.TP
-.B FORTRAN
-Defines a list of fortran compilers that can be used for the build. Defaults
-to 'f77'.
-.TP
-.B f77_CONF
-Defines configure option that enables the use of the f77 compiler. Defaults
-to '--with-f77'.
-.TP
-.B f2c_CONF
-Defines configure option that enables the use of the f2c compiler. Defaults
-to '--with-f2c'.
-.SH FUNCTIONS
-.TP
-.B fortran_conf
-Displays the necessary configure options for the currently selected fortran
-compiler.
-.TP
-.B need_fortran \fI[ profile1 ] < profile2 >\fR
-Checks to see if at least one of the specified profiles is installed. Currently
-supported profiles include \fBf77\fR, \fBf2c\fR, and \fBifc\fR.
-.TP
-.B patch_fortran
-Applies any patches located in \fB${FILESDIR}\fR named "\fB${P}\fR-COMPILER*",
-where COMPILER is the fortran compiler currently selected for use.
-.TP
-.B fortran_pkg_setup
-Default pkg_setup which calls \fBneed_fortran\fR to ensure that a suitable
-fortran compiler is installed.
-.TP
-.B fortran_src_unpack
-Default src_unpack which besides unpacking the distfile(s), calls
-\fBpatch_fortran\fR to apply any compiler-specific patches.
-.SH REPORTING BUGS
-Please report bugs via http://bugs.gentoo.org/
-.SH SEE ALSO
-.BR ebuild (5)
-.SH FILES
-.BR /usr/portage/eclass/fortran.eclass
-.SH AUTHORS
-Aaron Walker <ka0ttic@gentoo.org>
-.SH CVS HEADER
-$Id: /var/cvsroot/gentoo-src/portage/man/fortran.eclass.5,v 1.1.2.2 2005/01/15 00:19:36 vapier Exp $