Gentoo Archives: gentoo-dev

From: "Göktürk Yüksek" <gokturk@××××××××××.edu>
To: devmanual@g.o
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2 0/4] devmanual: update the docs per GLEP 67 and 68
Date: Sun, 15 May 2016 00:58:31
Message-Id: 1463273870-28502-1-git-send-email-gokturk@binghamton.edu
1 This is the second iteration of the GLEP 67 and GLEP 68 combined
2 changeset. It also adds documentation about slotting in metadata.xml.
3
4 The changes compared to the previous iteration are:
5 - GLEP 34 reference removed as suggested by ulm
6 - The proper term "slot dependency specifier" is used
7 instead of "slot operator" as suggested by ulm
8 - Clarified that <upstream> may appear at most once
9 - Clarified that <changelog> may appear at most once
10 - Clarified that <bugs-to> may appear at most once
11 - Minor cosmetic fixes
12
13 The previous iteration of the changeset can be found here:
14 https://archives.gentoo.org/gentoo-dev/message/54918d35b9ffe3751abd45e48dbb3da0
15
16 You can review the changes on Github for your own convenience:
17 https://github.com/gktrk/devmanual.gentoo.org/compare/master...gktrk:glep67_68-v2
18
19 The HTML version of the devmanual with the proposed changes can be found at:
20 http://devmanual.qui-gon.org/
21
22 Göktürk Yüksek (4):
23 general-concepts/herds-and-projects: update per GLEP 67 #572144
24 #549490
25 ebuild-writing/misc-files/metadata: rewrite the section per GLEP 67
26 #572144
27 ebuild-writing/misc-files/metadata: update wrt slotting and per GLEP
28 68
29 ebuild-writing/misc-files/metadata: add an example for slots and
30 subslots
31
32 ebuild-writing/misc-files/metadata/text.xml | 588 +++++++++++++++++----------
33 general-concepts/herds-and-projects/text.xml | 101 ++++-
34 2 files changed, 471 insertions(+), 218 deletions(-)
35
36 --
37 2.7.3

Replies