summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-05 21:09:39 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-05 21:09:39 +0000
commite849694c364244ebb3e3230404edb07e0737286b (patch)
treeac093f80e38b40acf3da19069a9b64f154c47f82 /man/ebuild.5
parent20e0bdf9d568512be357f26867ef7535251e33a4 (diff)
downloadportage-e849694c364244ebb3e3230404edb07e0737286b.tar.gz
portage-e849694c364244ebb3e3230404edb07e0737286b.tar.bz2
portage-e849694c364244ebb3e3230404edb07e0737286b.zip
clean up the last few sections so that they are consistent
svn path=/main/branches/2.0/; revision=2260
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.526
1 files changed, 12 insertions, 14 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 28acec824..59c202d9e 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -16,7 +16,7 @@ Here's a simple example ebuild:
.nf
# Copyright 1999\-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id:
+# $Header: $
inherit some_eclass another_eclass
@@ -811,14 +811,18 @@ All these functions act like the do* functions, but they only work with one
file and the file is installed as \fI[new filename]\fR.
.SH "REPORTING BUGS"
Please report bugs via http://bugs.gentoo.org/
-.SH "SEE ALSO"
-.BR ebuild (1),
-.BR make.conf (5)
+.SH "AUTHORS"
+.nf
+Achim Gottinger <achim@gentoo.org>
+Mark Guertin <gerk@gentoo.org>
+Nicholas Jones <carpaski@gentoo.org>
+Mike Frysinger <vapier@gentoo.org>
+.fi
+.SH "FILES"
.TP
The \fI/usr/sbin/ebuild.sh\fR script.
.TP
The helper apps in \fI/usr/lib/portage/bin\fR.
-.SH "FILES"
.TP
\fB/etc/make.conf\fR
Contains variables for the build\-process and overwrites those in make.defaults.
@@ -826,12 +830,6 @@ Contains variables for the build\-process and overwrites those in make.defaults.
\fB/etc/make.globals\fR
Contains the default variables for the build\-process, you should edit
\fI/etc/make.conf\fR instead.
-.SH "AUTHORS"
-.nf
-Achim Gottinger <achim@gentoo.org>
-Mark Guertin <gerk@gentoo.org>
-Nicholas Jones <carpaski@gentoo.org>
-Mike Frysinger <vapier@gentoo.org>
-.fi
-.SH "CVS HEADER"
-$Id: /var/cvsroot/gentoo-src/portage/man/ebuild.5,v 1.73.2.8 2005/05/22 09:56:55 vapier Exp $
+.SH "SEE ALSO"
+.BR ebuild (1),
+.BR make.conf (5)