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 9A49B1388C1 for ; Thu, 5 Nov 2015 16:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3073DE086B; Thu, 5 Nov 2015 16:08:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0E2FE086B for ; Thu, 5 Nov 2015 16:08:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEE3C3403A3 for ; Thu, 5 Nov 2015 16:08:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B21D920FE for ; Thu, 5 Nov 2015 16:08:06 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1446703445.658c96d0f74dd2888d821dce63d70705e9f5b412.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-functions.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 658c96d0f74dd2888d821dce63d70705e9f5b412 X-VCS-Branch: eapi-6 Date: Thu, 5 Nov 2015 16:08:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 22535e3b-e494-4526-8e86-2af3ba5ced43 X-Archives-Hash: 9ab723cc857aaccff36d8a9b4919bdf7 commit: 658c96d0f74dd2888d821dce63d70705e9f5b412 Author: Ulrich Müller gentoo org> AuthorDate: Thu Nov 5 05:54:58 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Nov 5 06:04:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=658c96d0 fixup! EAPI 6 has a different src_install implementation. ebuild-functions.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ebuild-functions.tex b/ebuild-functions.tex index 10560b2..77ef59e 100644 --- a/ebuild-functions.tex +++ b/ebuild-functions.tex @@ -333,6 +333,8 @@ src_install() { 6, the default implementation used when the ebuild lacks the \t{src\_install} function shall behave as: +\begin{listing}[H] +\caption{src\_install, format~6} \label{lst:src-install-6} \begin{verbatim} src_install() { if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]]; then @@ -342,6 +344,7 @@ src_install() { einstalldocs } \end{verbatim} +\end{listing} For other EAPIs, the default implementation used when the ebuild lacks the \t{src\_install} function is a no-op.