aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-01-21 12:02:00 +0100
committerUlrich Müller <ulm@gentoo.org>2020-01-23 08:48:07 +0100
commit450692994d68bed141e324284ac9be671f8c84bf (patch)
tree5e2b9ae177a3a9bf0516d291eabeed1183db09a5 /ebuild-maintenance
parentebuild-maintenance/collisions: New chapter. (diff)
downloaddevmanual-450692994d68bed141e324284ac9be671f8c84bf.tar.gz
devmanual-450692994d68bed141e324284ac9be671f8c84bf.tar.bz2
devmanual-450692994d68bed141e324284ac9be671f8c84bf.zip
ebuild-maintenance/maintenance-tasks: Drop "Homepage unavailable" section.
This isn't really a maintenance task. Also, we already mention this twice elsewhere, namely in ebuild-writing/variables and in ebuild-writing/common-mistakes. Update and fix link in the latter. Move the introductory paragraph to the parent document, and remove the chapter which has become empty. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-maintenance')
-rw-r--r--ebuild-maintenance/maintenance-tasks/text.xml28
-rw-r--r--ebuild-maintenance/text.xml7
2 files changed, 5 insertions, 30 deletions
diff --git a/ebuild-maintenance/maintenance-tasks/text.xml b/ebuild-maintenance/maintenance-tasks/text.xml
deleted file mode 100644
index ccdefe9..0000000
--- a/ebuild-maintenance/maintenance-tasks/text.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-<guide self="ebuild-maintenance/maintenance-tasks/">
-<chapter>
-<title>Maintenance Tasks</title>
-
-<body>
-<p>
-This guide aims to explain common everyday ebuild maintenance
-routines, as well as other rarer maintenance routines which
-developers may not be familiar with.
-</p>
-</body>
-
-<section>
-<title>Homepage unavailable</title>
-<body>
-
-<p>
-If the <c>HOMEPAGE</c> of your package seems to be unavailable or it
-never existed at all, please set the HOMEPAGE variable in every ebuild
-to <uri link="https://wiki.gentoo.org/wiki/No_homepage">
-https://wiki.gentoo.org/wiki/No_homepage</uri>
-</p>
-
-</body>
-</section>
-</chapter>
-</guide>
diff --git a/ebuild-maintenance/text.xml b/ebuild-maintenance/text.xml
index 1917b07..a9f295c 100644
--- a/ebuild-maintenance/text.xml
+++ b/ebuild-maintenance/text.xml
@@ -2,11 +2,14 @@
<guide self="ebuild-maintenance/">
<chapter>
<title>Ebuild Maintenance</title>
-
<body>
+
<p>
-This section covers various tasks related to working with ebuilds.
+This section aims to explain common everyday ebuild maintenance routines,
+as well as other rarer maintenance routines which developers may not be
+familiar with.
</p>
+
</body>
<section>