aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-02-03 19:57:46 -0500
committerUlrich Müller <ulm@gentoo.org>2016-02-05 13:58:21 +0100
commit95c7bef75d9daa8742e4742c19ed33946e84c285 (patch)
treedd0fb8c532ef7b3cc139c26bdb42a37dd34af3e2 /tools-reference
parentebuild-writing/misc-files: remove ChangeLog section #485314 (diff)
downloaddevmanual-95c7bef75d9daa8742e4742c19ed33946e84c285.tar.gz
devmanual-95c7bef75d9daa8742e4742c19ed33946e84c285.tar.bz2
devmanual-95c7bef75d9daa8742e4742c19ed33946e84c285.zip
tools-reference: remove the echangelog page #485314
Since the switch to git, developers should never need to use echangelog. Remove its page from the tools-reference section. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=485314
Diffstat (limited to 'tools-reference')
-rw-r--r--tools-reference/echangelog/text.xml32
-rw-r--r--tools-reference/text.xml1
2 files changed, 0 insertions, 33 deletions
diff --git a/tools-reference/echangelog/text.xml b/tools-reference/echangelog/text.xml
deleted file mode 100644
index 567dad9..0000000
--- a/tools-reference/echangelog/text.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<guide self="tools-reference/echangelog/">
-<chapter>
-<title><c>echangelog</c> -- ChangeLog Generation</title>
-<body>
-
-<p>
-The <c>echangelog</c> tool should be used to generate <uri link="::ebuild-writing/misc-files/changelog/">ChangeLog</uri>
-entries. This tool uses the <c>ECHANGELOG_USER</c> environment
-variable, which should be set in the format "Your Name
-&lt;user@gentoo.org&gt;". The changelog message should be passed to
-<c>echangelog</c> on the commandline, or otherwise <c>echangelog</c>
-will open an editor for you to type your message.
-</p>
-
-<p>
-<c>echangelog</c> should be called <e>after</e> any adds, removes or
-updates have been made.
-</p>
-
-<p>
-See echangelog-1 for details.
-</p>
-
-<note>
-The <c>echangelog</c> tool is considered deprecated as <c>repoman commit -m "[your message here]"</c>
- will create a ChangeLog entry automatically when used for commits in the portage tree.
-</note>
-
-</body>
-</chapter>
-</guide>
diff --git a/tools-reference/text.xml b/tools-reference/text.xml
index a4cadf8..9e0f6bc 100644
--- a/tools-reference/text.xml
+++ b/tools-reference/text.xml
@@ -23,7 +23,6 @@ ebuilds.
<include href="cat/"/>
<include href="cut/"/>
<include href="diff-and-patch/"/>
-<include href="echangelog/"/>
<include href="echo/"/>
<include href="ekeyword/"/>
<include href="false-and-true/"/>