From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B04D31396D9 for ; Fri, 10 Nov 2017 12:36:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2A24E0EBA; Fri, 10 Nov 2017 12:36:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3548E0EBA for ; Fri, 10 Nov 2017 12:36:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4BB433BE2E for ; Fri, 10 Nov 2017 12:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84CD79868 for ; Fri, 10 Nov 2017 12:36:07 +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: <1510075239.71ba3c3be20643b45993c912fbbba9ac6122bbce.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-vars.tex introduction.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 71ba3c3be20643b45993c912fbbba9ac6122bbce X-VCS-Branch: master Date: Fri, 10 Nov 2017 12:36:07 +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: 5567949f-6f8c-40fb-ae4d-24ba1ab20c79 X-Archives-Hash: 5ae633be838c9b3046c05b4f2c8e25b5 commit: 71ba3c3be20643b45993c912fbbba9ac6122bbce Author: Ulrich Müller gentoo org> AuthorDate: Tue Nov 7 17:20:39 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Nov 7 17:20:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=71ba3c3b Add dilfridge and zmedico to acknowledgements. ebuild-vars.tex | 1 + introduction.tex | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ebuild-vars.tex b/ebuild-vars.tex index 8c05ce9..d653d09 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -21,6 +21,7 @@ Globally defined ebuild variables without a special meaning must similarly not r variable data. \section{Mandatory Ebuild-defined Variables} +\label{sec:mandatory-vars} All ebuilds must define at least the following variables: diff --git a/introduction.tex b/introduction.tex index fa47f7b..5990f86 100644 --- a/introduction.tex +++ b/introduction.tex @@ -61,9 +61,10 @@ applicable to tools or other applications that interact with ebuilds or ebuild r Thanks to Mike Kelly (package manager provided utilities, section~\ref{sec:pkg-mgr-commands}), Danny van Dyk (ebuild functions, section~\ref{sec:ebuild-functions}), David Leverton (various -sections), Petteri Räty (environment state, section~\ref{sec:ebuild-env-state}) and Michał Górny -(various sections) for contributions. Thanks also to Mike Frysinger and Brian Harring for -proof-reading and suggestions for fixes and/or clarification. +sections), Petteri Räty (environment state, section~\ref{sec:ebuild-env-state}), Michał Górny +(various sections), Andreas K. Hüttel (stable use masking, section~\ref{sec:use-masking}) and +Zac Medico (sub-slots, section~\ref{sec:mandatory-vars}) for contributions. Thanks also to +Mike Frysinger and Brian Harring for proof-reading and suggestions for fixes and/or clarification. % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :