Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/file-format/
Date: Fri, 03 Mar 2017 05:54:16
Message-Id: 1488520439.2aed99e2d0d660162cf4d4aa436247bbf4c1559d.ulm@gentoo
1 commit: 2aed99e2d0d660162cf4d4aa436247bbf4c1559d
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 21:28:29 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 05:53:59 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2aed99e2
7
8 ebuild-writing/file-format: use the gitweb link for header.txt
9
10 Amended: Mention that the header must be followed by an empty line.
11
12 ebuild-writing/file-format/text.xml | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
16 index 1717d27..754b81e 100644
17 --- a/ebuild-writing/file-format/text.xml
18 +++ b/ebuild-writing/file-format/text.xml
19 @@ -144,8 +144,10 @@ version components.
20
21 <p>
22 All ebuilds committed to the tree should have a two line header immediately at
23 -the start indicating copyright. This must be an exact copy of the contents of
24 -<c>$(portageq get_repo_path / gentoo)/header.txt</c>.
25 +the start indicating copyright, followed by an empty line. This must be an
26 +exact copy of the contents of
27 +<c><uri link="https://gitweb.gentoo.org/repo/gentoo.git/tree/header.txt">
28 +header.txt</uri></c> in the top directory of the Gentoo repository.
29 </p>
30
31 <codesample lang="ebuild">