Gentoo Archives: gentoo-dev

From: gokturk@××××××××××.edu
To: devmanual@g.o
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v3 18/21] tools-reference: remove the echangelog page #485314
Date: Thu, 04 Feb 2016 01:05:00
Message-Id: 1454547469-22487-19-git-send-email-gokturk@binghamton.edu
In Reply to: [gentoo-dev] [PATCH v3 00/21] devmanual: update the docs for post git-migration by gokturk@binghamton.edu
1 From: Michael Orlitzky <mjo@g.o>
2
3 Since the switch to git, developers should never need to use
4 echangelog. Remove its page from the tools-reference section.
5
6 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=485314
7 ---
8 tools-reference/echangelog/text.xml | 32 --------------------------------
9 tools-reference/text.xml | 1 -
10 2 files changed, 33 deletions(-)
11 delete mode 100644 tools-reference/echangelog/text.xml
12
13 diff --git a/tools-reference/echangelog/text.xml b/tools-reference/echangelog/text.xml
14 deleted file mode 100644
15 index 567dad9..0000000
16 --- a/tools-reference/echangelog/text.xml
17 +++ /dev/null
18 @@ -1,32 +0,0 @@
19 -<?xml version="1.0"?>
20 -<guide self="tools-reference/echangelog/">
21 -<chapter>
22 -<title><c>echangelog</c> -- ChangeLog Generation</title>
23 -<body>
24 -
25 -<p>
26 -The <c>echangelog</c> tool should be used to generate <uri link="::ebuild-writing/misc-files/changelog/">ChangeLog</uri>
27 -entries. This tool uses the <c>ECHANGELOG_USER</c> environment
28 -variable, which should be set in the format "Your Name
29 -&lt;user@g.o&gt;". The changelog message should be passed to
30 -<c>echangelog</c> on the commandline, or otherwise <c>echangelog</c>
31 -will open an editor for you to type your message.
32 -</p>
33 -
34 -<p>
35 -<c>echangelog</c> should be called <e>after</e> any adds, removes or
36 -updates have been made.
37 -</p>
38 -
39 -<p>
40 -See echangelog-1 for details.
41 -</p>
42 -
43 -<note>
44 -The <c>echangelog</c> tool is considered deprecated as <c>repoman commit -m "[your message here]"</c>
45 - will create a ChangeLog entry automatically when used for commits in the portage tree.
46 -</note>
47 -
48 -</body>
49 -</chapter>
50 -</guide>
51 diff --git a/tools-reference/text.xml b/tools-reference/text.xml
52 index a4cadf8..9e0f6bc 100644
53 --- a/tools-reference/text.xml
54 +++ b/tools-reference/text.xml
55 @@ -23,7 +23,6 @@ ebuilds.
56 <include href="cat/"/>
57 <include href="cut/"/>
58 <include href="diff-and-patch/"/>
59 -<include href="echangelog/"/>
60 <include href="echo/"/>
61 <include href="ekeyword/"/>
62 <include href="false-and-true/"/>
63 --
64 2.4.10