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 DF5C0138224 for ; Sat, 30 Apr 2016 10:58:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B8F721C0B5; Sat, 30 Apr 2016 10:58:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D66F921C0B5 for ; Sat, 30 Apr 2016 10:58:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3EB1340D54 for ; Sat, 30 Apr 2016 10:58:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1281188 for ; Sat, 30 Apr 2016 05:24:26 +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: <1461992988.3d40a84ab858b0e058495c6e8163785ae6021ebe.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: appendices.tex pms.bib X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3d40a84ab858b0e058495c6e8163785ae6021ebe X-VCS-Branch: master Date: Sat, 30 Apr 2016 05:24:26 +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: 6c76929e-6701-4922-873f-e85daa269d89 X-Archives-Hash: 5ad6ccaa3036af4b127fc559b23fd45b commit: 3d40a84ab858b0e058495c6e8163785ae6021ebe Author: Michał Górny gentoo org> AuthorDate: Fri Apr 29 20:32:20 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 30 05:09:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3d40a84a appendices.tex: metadata.xml is now specified by GLEP 68 appendices.tex | 2 +- pms.bib | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/appendices.tex b/appendices.tex index 0e64bc5..16edce2 100644 --- a/appendices.tex +++ b/appendices.tex @@ -3,7 +3,7 @@ The \t{metadata.xml} file is used to contain extra package- or category-level information beyond what is stored in ebuild metadata. Its exact format is strictly beyond the scope of this document, -and is described in the DTD file located at \url{https://www.gentoo.org/dtd/metadata.dtd}. +and is described in GLEP 68~\cite{Glep68}. \chapter{Unspecified Items} diff --git a/pms.bib b/pms.bib index 88885e2..2221f75 100644 --- a/pms.bib +++ b/pms.bib @@ -13,3 +13,11 @@ month = Dec, howpublished = "\url{https://wiki.gentoo.org/wiki/GLEP:44}" } + +@misc{Glep68, + author = {Michał Górny}, + title = {{GLEP} 68: Package and category metadata}, + year = 2016, + month = Apr, + howpublished = "\url{https://wiki.gentoo.org/wiki/GLEP:68}" +}