summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-01-06 21:33:03 +0100
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-01-06 21:33:03 +0100
commit4b0f795fe4a4ec14f1447eb81310007109f28670 (patch)
treeb6bb0167c2c2f177c30246d1668d2fd0e5563b39
parentMore chapters. (diff)
downloaddevmanual-4b0f795fe4a4ec14f1447eb81310007109f28670.tar.gz
devmanual-4b0f795fe4a4ec14f1447eb81310007109f28670.tar.bz2
devmanual-4b0f795fe4a4ec14f1447eb81310007109f28670.zip
Reduce General Concepts' chapters to sections.
Now that more text is ported, it really doesn't make sense to have a single “General Concepts” part, it should rather be a chapter with its own sections.
-rw-r--r--content/general-concepts.xmli14
-rw-r--r--content/general-concepts/autotools.xmli4
-rw-r--r--content/general-concepts/config-protect.xmli4
-rw-r--r--content/general-concepts/cvs-to-rsync.xmli4
-rw-r--r--content/general-concepts/dependencies.xmli4
-rw-r--r--content/general-concepts/ebuild-revisions.xmli4
-rw-r--r--content/general-concepts/emerge-and-ebuild.xmli4
-rw-r--r--content/general-concepts/features.xmli4
-rw-r--r--content/general-concepts/filesystem.xmli4
-rw-r--r--content/general-concepts/herds-and-projects.xmli4
-rw-r--r--content/general-concepts/install-destinations.xmli4
-rw-r--r--content/general-concepts/licenses.xmli4
-rw-r--r--content/general-concepts/manifest.xmli4
-rw-r--r--content/general-concepts/mirrors.xmli4
-rw-r--r--content/general-concepts/overlay.xmli4
-rw-r--r--content/general-concepts/portage-cache.xmli4
-rw-r--r--content/general-concepts/sandbox.xmli4
-rw-r--r--content/general-concepts/slotting.xmli4
18 files changed, 40 insertions, 42 deletions
diff --git a/content/general-concepts.xmli b/content/general-concepts.xmli
index 05f0c3d..dc5172c 100644
--- a/content/general-concepts.xmli
+++ b/content/general-concepts.xmli
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
-<part xmlns="http://docbook.org/ns/docbook"
+<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts">
<title>General Concepts</title>
- <partintro>
- <para>
- This section covers some general concepts with which you should be familiar when writing ebuilds or working with the
- Portage tree.
- </para>
- </partintro>
+ <para>
+ This section covers some general concepts with which you should be familiar when writing ebuilds or working with the
+ Portage tree.
+ </para>
<xi:include parse="xml" href="general-concepts/autotools.xmli" />
<xi:include parse="xml" href="general-concepts/config-protect.xmli" />
@@ -33,4 +31,4 @@
<xi:include parse="xml" href="general-concepts/sandbox.xmli" />
<xi:include parse="xml" href="general-concepts/slotting.xmli" />
-</part>
+</chapter> \ No newline at end of file
diff --git a/content/general-concepts/autotools.xmli b/content/general-concepts/autotools.xmli
index 5a6b462..4ccb792 100644
--- a/content/general-concepts/autotools.xmli
+++ b/content/general-concepts/autotools.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.autotools">
@@ -669,5 +669,5 @@ WANT_AUTOCONF="2.5" autoconf || die "autoconf failed"
</itemizedlist>
</section>
-</chapter>
+</section>
diff --git a/content/general-concepts/config-protect.xmli b/content/general-concepts/config-protect.xmli
index dcbf758..708c17b 100644
--- a/content/general-concepts/config-protect.xmli
+++ b/content/general-concepts/config-protect.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.config-protect">
@@ -24,4 +24,4 @@
similar. If you need a file renamed, removed or changed in a particular way, you should display a message informing
the user.
</para>
-</chapter>
+</section>
diff --git a/content/general-concepts/cvs-to-rsync.xmli b/content/general-concepts/cvs-to-rsync.xmli
index 4ea37fb..20dbfd6 100644
--- a/content/general-concepts/cvs-to-rsync.xmli
+++ b/content/general-concepts/cvs-to-rsync.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.cvs-to-rsync">
@@ -54,4 +54,4 @@
<para>
The <command>emerge-websync</command> snapshot is made daily from the staging box.
</para>
-</chapter>
+</section>
diff --git a/content/general-concepts/dependencies.xmli b/content/general-concepts/dependencies.xmli
index 39e04f3..366c886 100644
--- a/content/general-concepts/dependencies.xmli
+++ b/content/general-concepts/dependencies.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.dependencies">
@@ -438,4 +438,4 @@ DEPEND="use-flag? ( app-misc/foo )
It is useful to recognise the legacy syntax and to know that it is no longer valid.
</para>
</section>
-</chapter>
+</section>
diff --git a/content/general-concepts/ebuild-revisions.xmli b/content/general-concepts/ebuild-revisions.xmli
index 1c23f9d..0402a6c 100644
--- a/content/general-concepts/ebuild-revisions.xmli
+++ b/content/general-concepts/ebuild-revisions.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.ebuild-revisions">
@@ -28,4 +28,4 @@
When doing a revision bump, the usual rules about dropping to <literal>~arch</literal> apply.
See <xref linkend="keywording.keywording-on-upgrades"/>.
</para>
-</chapter>
+</section>
diff --git a/content/general-concepts/emerge-and-ebuild.xmli b/content/general-concepts/emerge-and-ebuild.xmli
index 3acd215..4e79a3a 100644
--- a/content/general-concepts/emerge-and-ebuild.xmli
+++ b/content/general-concepts/emerge-and-ebuild.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.emerge-and-ebuild">
@@ -27,5 +27,5 @@
</para>
<!-- TODO http://dev.gentoo.org/~g2boojum/portage.html -->
-</chapter>
+</section>
diff --git a/content/general-concepts/features.xmli b/content/general-concepts/features.xmli
index 22a01ea..d4fbbcf 100644
--- a/content/general-concepts/features.xmli
+++ b/content/general-concepts/features.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.features">
@@ -67,4 +67,4 @@
</tbody>
</tgroup>
</table>
-</chapter>
+</section>
diff --git a/content/general-concepts/filesystem.xmli b/content/general-concepts/filesystem.xmli
index d1b9223..7025b87 100644
--- a/content/general-concepts/filesystem.xmli
+++ b/content/general-concepts/filesystem.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.filesystem">
@@ -124,4 +124,4 @@
be an authoritative standard, although much of our policy coincides with it.
</para>
</section>
-</chapter>
+</section>
diff --git a/content/general-concepts/herds-and-projects.xmli b/content/general-concepts/herds-and-projects.xmli
index 518157f..860bafa 100644
--- a/content/general-concepts/herds-and-projects.xmli
+++ b/content/general-concepts/herds-and-projects.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.herds-and-projects">
@@ -24,4 +24,4 @@
<emphasis>sparc</emphasis> herd which maintains sparc-specific packages (such as the <package>silo</package>
bootloader). This is <emphasis>not</emphasis> always the case.
</para>
-</chapter>
+</section>
diff --git a/content/general-concepts/install-destinations.xmli b/content/general-concepts/install-destinations.xmli
index 2586444..d3ea02f 100644
--- a/content/general-concepts/install-destinations.xmli
+++ b/content/general-concepts/install-destinations.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.install-destinations">
@@ -24,4 +24,4 @@
When inside <function>pkg_preinst</function>, the image to be installed can be accessed under
<literal>"${D}"</literal>.
</para>
-</chapter>
+</section>
diff --git a/content/general-concepts/licenses.xmli b/content/general-concepts/licenses.xmli
index c37cfcd..09b82ee 100644
--- a/content/general-concepts/licenses.xmli
+++ b/content/general-concepts/licenses.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.licenses">
@@ -33,4 +33,4 @@ LICENSE="|| ( foo bar )"
meaning of any part of it.
</para>
</section>
-</chapter>
+</section>
diff --git a/content/general-concepts/manifest.xmli b/content/general-concepts/manifest.xmli
index e6d0bd3..caf5fdd 100644
--- a/content/general-concepts/manifest.xmli
+++ b/content/general-concepts/manifest.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.manifest">
@@ -18,4 +18,4 @@
the <filename>Manifest</filename> file must be regenerated to handle any CVS keyword expansion changes —
<command>repoman</command> will do this automatically.
</para>
-</chapter>
+</section>
diff --git a/content/general-concepts/mirrors.xmli b/content/general-concepts/mirrors.xmli
index d00ef61..7a44f03 100644
--- a/content/general-concepts/mirrors.xmli
+++ b/content/general-concepts/mirrors.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.mirrors">
@@ -81,5 +81,5 @@
</para>
</section>
-</chapter>
+</section>
diff --git a/content/general-concepts/overlay.xmli b/content/general-concepts/overlay.xmli
index 406b091..d676c6d 100644
--- a/content/general-concepts/overlay.xmli
+++ b/content/general-concepts/overlay.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.overlay">
@@ -44,4 +44,4 @@ overlay
</para>
</section>
-</chapter>
+</section>
diff --git a/content/general-concepts/portage-cache.xmli b/content/general-concepts/portage-cache.xmli
index 939a1f7..bb82b39 100644
--- a/content/general-concepts/portage-cache.xmli
+++ b/content/general-concepts/portage-cache.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.portage-cache">
@@ -73,4 +73,4 @@ fi
This allows the same eclass to be used for both regular and <package>-cvs</package> packages.
</para>
</section>
-</chapter>
+</section>
diff --git a/content/general-concepts/sandbox.xmli b/content/general-concepts/sandbox.xmli
index dcf68cf..ad825fd 100644
--- a/content/general-concepts/sandbox.xmli
+++ b/content/general-concepts/sandbox.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.sandbox">
@@ -23,4 +23,4 @@
See <xref linkend="function-reference.sandbox-functions"/> for details on sandbox-related functions. See <xref
linkend="appendices.common-problems.access-violations"/> for suggestions on fixing sandbox-related build problems.
</para>
-</chapter>
+</section>
diff --git a/content/general-concepts/slotting.xmli b/content/general-concepts/slotting.xmli
index c80b09c..ced592a 100644
--- a/content/general-concepts/slotting.xmli
+++ b/content/general-concepts/slotting.xmli
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<chapter xmlns="http://docbook.org/ns/docbook"
+<section xmlns="http://docbook.org/ns/docbook"
xmlns:xl="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="general-concepts.slotting">
@@ -46,4 +46,4 @@
(alphanumerics, hypens, full stops, underscores, the plus character) — other characters may cause problems with
future portage enhancements.
</para>
-</chapter>
+</section>