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 EDB23138BED for ; Sun, 18 Oct 2015 11:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDF8921C017; Sun, 18 Oct 2015 11:24:54 +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 5EDF021C017 for ; Sun, 18 Oct 2015 11:24: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 713B0340688 for ; Sun, 18 Oct 2015 11:24:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E8BE129F for ; Sun, 18 Oct 2015 11:24: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: <1445167339.f99fef0c407ea39a5a183d501ba90149d3e03170.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: f99fef0c407ea39a5a183d501ba90149d3e03170 X-VCS-Branch: eapi-6 Date: Sun, 18 Oct 2015 11:24: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: f7b2008d-265b-4af8-a8c9-59011339e68e X-Archives-Hash: d7688b2dcdec24ccb234aa4fb3429ce3 commit: f99fef0c407ea39a5a183d501ba90149d3e03170 Author: Ulrich Müller gentoo org> AuthorDate: Fri Oct 16 15:51:22 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 18 11:22:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=f99fef0c 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}