From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SSNd6-0007gK-OH for garchives@archives.gentoo.org; Thu, 10 May 2012 07:17:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7EA6E077E; Thu, 10 May 2012 07:17:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8DA05E077E for ; Thu, 10 May 2012 07:17:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0172C1B404C for ; Thu, 10 May 2012 07:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B757AE542F for ; Thu, 10 May 2012 07:17:26 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1336634459.ccca5ee5665f30d606a6cae599a95e0006405177.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-5 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-vars.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: ccca5ee5665f30d606a6cae599a95e0006405177 X-VCS-Branch: eapi-5 Date: Thu, 10 May 2012 07:17:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: be597d42-f11a-4182-8392-bec012b3370b X-Archives-Hash: 09af11d2aa4c01664e8467299eba03c2 commit: ccca5ee5665f30d606a6cae599a95e0006405177 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Thu May 10 07:20:59 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Thu May 10 07:20:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms.git;a=3Dc= ommit;h=3Dccca5ee5 Reformat paragraph. --- ebuild-vars.tex | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ebuild-vars.tex b/ebuild-vars.tex index b164d66..559291d 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -136,11 +136,11 @@ the assignment statement must match the following r= egular expression: ^[ \t]*EAPI=3D(['"]?)([A-Za-z0-9+_.-]*)\1[ \t]*(#.*)?$ \end{verbatim} =20 -The package manager must determine the EAPI of an ebuild by parsing its = first non-blank -and non-comment line, using above regular expression. If a recognised EA= PI has been determined -such, then the package manager must make sure that the \t{EAPI} value ob= tained by sourcing the -ebuild with bash is identical to the EAPI obtained by parsing. The ebuil= d must be treated as -invalid if these values are different. +The package manager must determine the EAPI of an ebuild by parsing its = first non-blank and +non-comment line, using above regular expression. If a recognised EAPI h= as been determined such, +then the package manager must make sure that the \t{EAPI} value obtained= by sourcing the ebuild +with bash is identical to the EAPI obtained by parsing. The ebuild must = be treated as invalid if +these values are different. =20 \subsection{\t{RDEPEND} value} \label{sec:rdepend-depend}