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 4F80713888F for ; Fri, 23 Oct 2015 17:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A127EE088F; Fri, 23 Oct 2015 17:31:00 +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 F389EE088D for ; Fri, 23 Oct 2015 17:30:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47D95340B30 for ; Fri, 23 Oct 2015 17:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1465416AE for ; Fri, 23 Oct 2015 17:30:50 +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: <1445621139.9f7f4d4374d8030e4ab33ad0fd37f63bd475bf2a.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: eapi-cheatsheet.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9f7f4d4374d8030e4ab33ad0fd37f63bd475bf2a X-VCS-Branch: eapi-6 Date: Fri, 23 Oct 2015 17:30:50 +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: 772eb2a8-0230-4d6b-96b7-8ec4aec894fb X-Archives-Hash: f2b976a5f87e66355567973ad34649be commit: 9f7f4d4374d8030e4ab33ad0fd37f63bd475bf2a Author: Ulrich Müller gentoo org> AuthorDate: Fri Oct 16 15:51:22 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Oct 23 17:25:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=9f7f4d43 Cheat sheet: Authors' names. "PMS team" isn't a good attribution because team members may change. Therefore list the two sole contributors as authors, according to git blame and git log. Also slightly reword the licence notice and adjust the footnotes. eapi-cheatsheet.tex | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index 422f7ed..d15bb7d 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -22,8 +22,13 @@ \externaldocument{pms} \title{EAPI Cheat Sheet} -\author{Gentoo PMS team\thanks{% - \url{https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification}}} +\author{% + Christian Faulhammer \\ + \href{mailto:fauli@gentoo.org}{fauli@gentoo.org} + \and + Ulrich Müller \\ + \href{mailto:ulm@gentoo.org}{ulm@gentoo.org} +} \ifthenelse{\equal{\VCDateISO}{}} { \date{Version \version{}, generated on: \\\today} @@ -40,7 +45,7 @@ citecolor=black, linkcolor=black, pdftitle={EAPI Desk Reference}, - pdfauthor={Christian Faulhammer}, + pdfauthor={Christian Faulhammer, Ulrich Müller}, pdfsubject={Making look-up faster for EAPI features}, pdflang={en}, pdfkeywords={Gentoo, package manager, reference}, @@ -52,8 +57,9 @@ \begin{abstract} An overview of the main EAPI changes in Gentoo, for ebuild authors. For full details, consult the Package Manager - Specification found on the project page; this is - an incomplete summary only. + Specification found on the project page;\footnote{% + \url{https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification}} + this is an incomplete summary only. Official Gentoo EAPIs are consecutively numbered integers (0, 1, 2, \dots). Except where otherwise noted, an EAPI is the same as @@ -64,9 +70,9 @@ % Gentoo bug tracking system\footnote{\url{https://bugs.gentoo.org/}} % to the original author or the PMS team. - This document is released under the Creative Commons - Attribution-Share Alike 3.0 - Licence\footnote{\url{http://creativecommons.org/licenses/by-sa/3.0/}}. + This work is released under the Creative Commons + Attribution-Share Alike 3.0 Licence.% + \footnote{\url{http://creativecommons.org/licenses/by-sa/3.0/}} \end{abstract} \section{EAPIs 0, 1, and 2}