aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-08-28 08:37:44 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-08-28 08:37:44 +0000
commitd9fc4acc572c6647a4f27b838d35d27d805d190e (patch)
tree262a8de35d8c7567312757da5f1f66efdc8cece5 /man/fixheadtails.eclass.5
downloadportage-d9fc4acc572c6647a4f27b838d35d27d805d190e.tar.gz
portage-d9fc4acc572c6647a4f27b838d35d27d805d190e.tar.bz2
portage-d9fc4acc572c6647a4f27b838d35d27d805d190e.zip
Migration (without history) of the current stable line to subversion.
svn path=/main/branches/2.0/; revision=1941
Diffstat (limited to 'man/fixheadtails.eclass.5')
-rw-r--r--man/fixheadtails.eclass.532
1 files changed, 32 insertions, 0 deletions
diff --git a/man/fixheadtails.eclass.5 b/man/fixheadtails.eclass.5
new file mode 100644
index 000000000..4ddd59404
--- /dev/null
+++ b/man/fixheadtails.eclass.5
@@ -0,0 +1,32 @@
+.TH "FIXHEADTAILS.ECLASS" "5" "Aug 2004" "Portage 2.0.51" "portage"
+.SH "NAME"
+fixheadtails.eclass \- functions for replacing obsolete head/tail invocations
+with newer POSIX compliant ones.
+.SH "DESCRIPTION"
+The \fBfixheadtails\fR eclass contains functions for parsing file(s) and
+replacing obsolete head/tail invocations in the form similar to:
+.TP
+head -# <file>
+.TP
+with the newer POSIX compliant form of:
+.TP
+head -n# <file>
+.SH "FUNCTIONS"
+\fBNOTE\fR: these functions are usually used in the \fIsrc_unpack\fR function.
+.TP
+.BR "ht_fix_file " "\fI<file1> [file2] [file3] [...]\fR"
+Fixes head/tail invocations in specific files.
+.TP
+.BR "ht_fix_all"
+Scans the current directory (recursively), calling \fBht_fix_file\fR for each
+file that contains an obsolete head/tail invocation.
+.SH "REPORTING BUGS"
+Please report bugs via http://bugs.gentoo.org/
+.SH "SEE ALSO"
+.BR ebuild (5)
+.SH "FILES"
+.BR /usr/portage/eclass/fixheadtails.eclass
+.SH "AUTHORS"
+Aaron Walker <ka0ttic@gentoo.org>
+.SH "CVS HEADER"
+$Header: /var/cvsroot/gentoo-src/portage/man/fixheadtails.eclass.5,v 1.3.2.1 2005/01/15 00:19:36 vapier Exp $