commit: 3d40a84ab858b0e058495c6e8163785ae6021ebe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 20:32:20 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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}"
+}