Gentoo Archives: gentoo-dev

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