summaryrefslogtreecommitdiffstats
path: root/man/check-kernel.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/check-kernel.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/check-kernel.eclass.5')
-rw-r--r--man/check-kernel.eclass.553
1 files changed, 0 insertions, 53 deletions
diff --git a/man/check-kernel.eclass.5 b/man/check-kernel.eclass.5
deleted file mode 100644
index 2539262c5..000000000
--- a/man/check-kernel.eclass.5
+++ /dev/null
@@ -1,53 +0,0 @@
-.TH "CHECK-KERNEL.ECLASS" "5" "Aug 2004" "Portage 2.0.51" "portage"
-.SH "NAME"
-check-kernel.eclass \- check kernel sources
-.SH "DESCRIPTION"
-The \fBcheck-kernel\fR eclass provides an easy interface for detecting kernel
-sources and retrieving various information.
-.SH "VARIABLES"
-The following variables are exported by the \fBcheck-kernel\fR eclass:
-.TP
-.BR KV_full
-Full kernel version (eg. 2.4.27-gentoo-r1)
-.TP
-.BR KV_major
-Major kernel version (eg. 2)
-.TP
-.BR KV_minor
-Minor kernel version (eg. 4)
-.TP
-.BR KV_micro
-Micro kernel version (eg. 27)
-.SH "FUNCTIONS"
-.TP
-.BR check_version_h
-Checks to make sure the /usr/src/linux symlink is correctly setup. If it is not,
-this function will print a huge error message and halt the emerge process.
-.TP
-.BR get_KV_info
-Parses the kernel's version.h to fill in the \fB${KV_full}\fR, \fB${KV_major}\fR,
-\fB${KV_minor}\fR, and \fB${KV_micro}\fR variables.
-.TP
-\fINOTE:\fR The following functions all return shell true/false.
-.TP
-.BR is_2_4_kernel
-Checks for kernel version 2.4.
-.TP
-.BR is_2_5_kernel
-Checks for kernel version 2.5.
-.TP
-.BR is_2_6_kernel
-Checks for kernel version 2.6.
-.TP
-.BR kernel_supports_modules
-Check to see if the kernel supports modules (CONFIG_MODULES).
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.SH "SEE ALSO"
-.BR ebuild (5)
-.SH "FILES"
-.BR /usr/portage/eclass/check-kernel.eclass
-.SH "AUTHORS"
-Aaron Walker <ka0ttic@gentoo.org>
-.SH "CVS HEADER"
-$Id: /var/cvsroot/gentoo-src/portage/man/check-kernel.eclass.5,v 1.3.2.1 2005/01/15 00:19:36 vapier Exp $