From 05c6df920855511fd0dbb2bfdbe99817242ed5e4 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Tue, 19 Jan 2010 11:10:41 +0100 Subject: [PATCH] Change author and version of cheat sheet, fix URL to project page --- eapi-cheatsheet.tex | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index 181e457..24c699c 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -14,15 +14,14 @@ \usepackage[orig,english]{isodate} \usepackage[scaled=.90]{helvet} \newcommand{\code}[1]{\texttt{#1}} -\newcommand{\version}{0.2} +\newcommand{\version}{0.3} \newcommand{\featureref}[1]{\textsc{#1} on page~\pageref{feat:#1}} \renewcommand{\familydefault}{\sfdefault} \urlstyle{sf} \externaldocument{pms} \title{EAPI Cheat Sheet} -\author{Christian - Faulhammer\thanks{\href{mailto:fauli@gentoo.org}{fauli@gentoo.org}}} +\author{Gentoo PMS team\thanks{\url{http://www.gentoo.org/proj/en/qa/pms.xml}}} \ifthenelse{\equal{\VCDateISO}{}} { \date{Version \version{}, generated on: \\\today} @@ -51,8 +50,8 @@ \begin{abstract} An overview of the main EAPI changes in Gentoo, for ebuild authors. For full details, consult the Package Manager - Specification\footnote{\url{http://www.gentoo.org/proj/en/qa/pms/}}; - this is an incomplete summary only. + Specification found on the project page; 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 -- 1.6.4.4