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-writing
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-writing')
-rw-r--r--ebuild-writing/common-mistakes/text.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
index 2127b3f..ff9b377 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -363,12 +363,12 @@ SLOT="0"
<body>
<p>
-Please check if the HOMEPAGE variable is right and leads users to the right
-page if they want to find out more about the package. And make sure the
-DESCRIPTION is not overly long. Good descriptions will describe the main
-function of the package in a sentence. Set HOMEPAGE to
-<uri link="::ebuild-maintenance/maintenance-tasks#Homepage unavailable">
-No_homepage wiki page</uri>, if there is none.
+Please check if the <c>HOMEPAGE</c> variable is right and leads users to the
+right page if they want to find out more about the package. And make sure
+the <c>DESCRIPTION</c> is not overly long. Good descriptions will describe
+the main function of the package in a sentence. If no homepage for the package
+is available, set the <c>HOMEPAGE</c> variable to
+<c>https://wiki.gentoo.org/wiki/No_homepage</c>.
</p>
</body>