From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4780F138010 for ; Mon, 24 Sep 2012 00:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B58C021C0A1 for ; Mon, 24 Sep 2012 00:04:11 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by pigeon.gentoo.org (Postfix) with SMTP id B8232E055C for ; Sun, 23 Sep 2012 22:25:54 +0000 (UTC) Received: (qmail invoked by alias); 23 Sep 2012 22:25:53 -0000 Received: from 77-22-12-19-dynip.superkabel.de (EHLO ernie.fritz.box) [77.22.12.19] by mail.gmx.net (mp071) with SMTP; 24 Sep 2012 00:25:53 +0200 X-Authenticated: #19202771 X-Provags-ID: V01U2FsdGVkX1/iKPxdxG/iuDhJmkOT2CTsRmVsPnNVcbaE5T2TKa 17n+mB89pzSqvK From: Dennis Schridde To: gentoo-portage-dev@lists.gentoo.org Cc: Dennis Schridde Subject: [gentoo-portage-dev] [PATCH 1/5] Adjust code of first paragraph of ebuild(5) to 80 char width Date: Mon, 24 Sep 2012 00:25:36 +0200 Message-Id: <1348439140-28207-2-git-send-email-devurandom@gmx.net> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1348439140-28207-1-git-send-email-devurandom@gmx.net> References: <1348439140-28207-1-git-send-email-devurandom@gmx.net> X-Y-GMX-Trusted: 0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Archives-Salt: ed6d9a11-98ea-442f-8c4d-d30137f9489c X-Archives-Hash: 7928d2c8be79003fb97f04b1a06005b7 --- man/ebuild.5 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index f4a53be..6fca6d4 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -4,12 +4,12 @@ ebuild \- the internal format, variables, and functions in an ebuild script .SH "DESCRIPTION" -The \fBebuild\fR(1) program accepts a single ebuild script as an argument. This script -contains variables and commands that specify how to download, unpack, -patch, compile, install and merge a particular software package from -its original sources. In addition to all of this, the ebuild script -can also contain pre/post install/remove commands, as required. All -ebuild scripts are written in bash. +The \fBebuild\fR(1) program accepts a single ebuild script as an argument. +This script contains variables and commands that specify how to download, +unpack, patch, compile, install and merge a particular software package from +its original sources. In addition to all of this, the ebuild script can also +contain pre/post install/remove commands, as required. All ebuild scripts are +written in bash. .SS "Dependencies" A \fIdepend atom\fR is simply a dependency that is used by portage when calculating -- 1.7.12