aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ebuild-writing/functions/src_unpack/text.xml')
-rw-r--r--ebuild-writing/functions/src_unpack/text.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/ebuild-writing/functions/src_unpack/text.xml b/ebuild-writing/functions/src_unpack/text.xml
index 9c5f777..250d947 100644
--- a/ebuild-writing/functions/src_unpack/text.xml
+++ b/ebuild-writing/functions/src_unpack/text.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<guide self="ebuild-writing/functions/src_unpack/">
<chapter>
<title>src_unpack</title>
@@ -56,7 +56,7 @@ src_unpack() {
</section>
<section>
-<title>Unpacking Tarballs</title>
+<title>Unpacking tarballs</title>
<body>
<p>
The <c>unpack</c> function should be used to unpack tarballs, compressed
@@ -94,9 +94,6 @@ The <c>unpack</c> function recognizes the following file formats:
<li><c>*.xz</c>, <c>*.tar.xz</c>, <c>*.txz</c></li>
<li><c>*.zip</c>, <c>*.ZIP</c>, <c>*.jar</c></li>
<li><c>*.a</c>, <c>*.deb</c></li>
- <li><c>*.7z</c>, <c>*.7Z</c></li>
- <li><c>*.rar</c>, <c>*.RAR</c></li>
- <li><c>*.LHA</c>, <c>*.LHa</c>, <c>*.lha</c>, <c>*.lzh</c></li>
</ul>
<p>
@@ -105,14 +102,14 @@ In EAPI 6 and later, filename extensions are matched case-insensitively.
<important>
Unless the utility needed for unpacking is in the system set, the ebuild must
-specify the necessary build time dependency for it.
+specify the necessary build time dependency (<c>BDEPEND</c>) for it.
</important>
</body>
</section>
<section>
-<title><c>src_unpack</c> Actions</title>
+<title><c>src_unpack</c> actions</title>
<body>
<p>
The following subsections cover different topics which often occur when writing