aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2019-04-25 13:25:50 -0400
committerUlrich Müller <ulm@gentoo.org>2019-09-06 11:40:50 +0200
commitf9567de4159240d7c3074f78301fe0d6a65ee25f (patch)
tree11b6ac3a44530ef08d3b2fd8333f00a3ea132637
parentgeneral-concepts/tree: distfiles and packages don't belong to the repo. (diff)
downloaddevmanual-f9567de4.tar.gz
devmanual-f9567de4.tar.bz2
devmanual-f9567de4.zip
Remove empty TODO pages.
The following pages were devoid of any real information, containing only a note to "write me in the future," * ebuild-writing/functions/src_unpack/deb-sources * ebuild-writing/functions/src_unpack/tla-sources * general-concepts/distributed-building * general-concepts/linguas * general-concepts/privileges * profiles/profiles.desc * tasks-reference/perl-modules That isn't helpful to the reader, and just plain looks bad. This commit removes them all. Closes: https://bugs.gentoo.org/684350 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-writing/functions/src_unpack/deb-sources/text.xml12
-rw-r--r--ebuild-writing/functions/src_unpack/text.xml2
-rw-r--r--ebuild-writing/functions/src_unpack/tla-sources/text.xml12
-rw-r--r--general-concepts/distributed-building/text.xml13
-rw-r--r--general-concepts/linguas/text.xml13
-rw-r--r--general-concepts/privileges/text.xml15
-rw-r--r--general-concepts/text.xml3
-rw-r--r--profiles/profiles.desc/text.xml14
-rw-r--r--profiles/text.xml1
-rw-r--r--tasks-reference/perl-modules/text.xml19
-rw-r--r--tasks-reference/text.xml1
11 files changed, 0 insertions, 105 deletions
diff --git a/ebuild-writing/functions/src_unpack/deb-sources/text.xml b/ebuild-writing/functions/src_unpack/deb-sources/text.xml
deleted file mode 100644
index bdbadb4..0000000
--- a/ebuild-writing/functions/src_unpack/deb-sources/text.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<guide self="ebuild-writing/functions/src_unpack/deb-sources/">
-<chapter>
-<title>Debian Sources</title>
-
-<body>
-<todo>
-from vapier: we dont have to 'handle' these because all debian packages have a source tarball ... the .deb format is pretty simple though, it's managed by the 'ar' utility from binutils. you can unpack a .deb by simply doing ar x blah.deb ... this will give you three files: debian-binary: plain text file which just contains version number of the .deb format control.tar.gz: a few files which control installing/verifying of package data.tar.gz: all the compiled files ... you could just extract it to /
-</todo>
-</body>
-</chapter>
-</guide>
diff --git a/ebuild-writing/functions/src_unpack/text.xml b/ebuild-writing/functions/src_unpack/text.xml
index a964a74..76b5f35 100644
--- a/ebuild-writing/functions/src_unpack/text.xml
+++ b/ebuild-writing/functions/src_unpack/text.xml
@@ -95,8 +95,6 @@ The following subsections cover different topics which often occur when writing
<include href="cvs-sources/"/>
<include href="svn-sources/"/>
-<include href="tla-sources/"/>
<include href="rpm-sources/"/>
-<include href="deb-sources/"/>
<include href="other-formats/"/>
</guide>
diff --git a/ebuild-writing/functions/src_unpack/tla-sources/text.xml b/ebuild-writing/functions/src_unpack/tla-sources/text.xml
deleted file mode 100644
index 97a8b40..0000000
--- a/ebuild-writing/functions/src_unpack/tla-sources/text.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<guide self="ebuild-writing/functions/src_unpack/tla-sources/">
-<chapter>
-<title>Arch Sources</title>
-
-<body>
-<todo>
-Anyone want to write this? You can probably mostly copy the CVS Sources and Subversion Sources chapters.
-</todo>
-</body>
-</chapter>
-</guide>
diff --git a/general-concepts/distributed-building/text.xml b/general-concepts/distributed-building/text.xml
deleted file mode 100644
index 003c27f..0000000
--- a/general-concepts/distributed-building/text.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0"?>
-<guide self="general-concepts/distributed-building/">
-<chapter>
-<title>Distributed and Parallel Building</title>
-
-<body>
-
-<todo>Write this.</todo>
-
-</body>
-</chapter>
-</guide>
-
diff --git a/general-concepts/linguas/text.xml b/general-concepts/linguas/text.xml
deleted file mode 100644
index d44a879..0000000
--- a/general-concepts/linguas/text.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0"?>
-<guide self="general-concepts/linguas/">
-<chapter>
-<title>Linguas</title>
-
-<body>
-<todo>
-Write this. From vapier: "used to specify languages users wish to have support for. USE=nls covers generally natural language support, but LINGUAS covers specific languages (see the games-rpg/nwn for example). the variable is expanded for USE access in ebuilds. LINGUAS=de would automatically add 'linguas_de' to USE." We also need strip-linguas examples.
-</todo>
-</body>
-
-</chapter>
-</guide>
diff --git a/general-concepts/privileges/text.xml b/general-concepts/privileges/text.xml
deleted file mode 100644
index 8dc516b..0000000
--- a/general-concepts/privileges/text.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0"?>
-<guide self="general-concepts/privileges/">
-<chapter>
-<title>Privileges</title>
-
-<body>
-<todo>
-general privs stuff, include stuff on setuid/setgid and sticky since
-a lot of people seem to be confused about those... Also notes on the portage
-user and group issues, and what we use for root:root to make *bsd work.
-</todo>
-</body>
-
-</chapter>
-</guide>
diff --git a/general-concepts/text.xml b/general-concepts/text.xml
index 0746e3d..1e40785 100644
--- a/general-concepts/text.xml
+++ b/general-concepts/text.xml
@@ -24,7 +24,6 @@ writing ebuilds or working with the Gentoo repository.
<include href="git-to-rsync/"/>
<include href="dependencies/"/>
<include href="manifest/"/>
-<include href="distributed-building/"/>
<include href="ebuild-revisions/"/>
<include href="emerge-and-ebuild/"/>
<include href="features/"/>
@@ -32,13 +31,11 @@ writing ebuilds or working with the Gentoo repository.
<include href="herds-and-projects/"/>
<include href="install-destinations/"/>
<include href="licenses/"/>
-<include href="linguas/"/>
<include href="mirrors/"/>
<include href="news/"/>
<include href="overlay/"/>
<include href="pic/"/>
<include href="portage-cache/"/>
-<include href="privileges/"/>
<include href="sandbox/"/>
<include href="slotting/"/>
<include href="tree/"/>
diff --git a/profiles/profiles.desc/text.xml b/profiles/profiles.desc/text.xml
deleted file mode 100644
index 16dc52a..0000000
--- a/profiles/profiles.desc/text.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0"?>
-<guide self="profiles/profiles.desc/">
-<chapter>
-<title>Profiles <c>profiles.desc</c> File</title>
-<body>
-
-<todo>
-Find someone who knows exactly what this file's really used for with
-current portage versions and what is and isn't allowed.
-</todo>
-
-</body>
-</chapter>
-</guide>
diff --git a/profiles/text.xml b/profiles/text.xml
index 4db23c6..419c5c7 100644
--- a/profiles/text.xml
+++ b/profiles/text.xml
@@ -22,7 +22,6 @@ are also documented in <c>man portage</c>.
<include href="info_files/"/>
<include href="package.mask/"/>
<include href="packages/"/>
-<include href="profiles.desc/"/>
<include href="updates/"/>
<include href="use.desc/"/>
<include href="use.mask/"/>
diff --git a/tasks-reference/perl-modules/text.xml b/tasks-reference/perl-modules/text.xml
deleted file mode 100644
index 4510bf7..0000000
--- a/tasks-reference/perl-modules/text.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<guide self="tasks-reference/perl-modules/">
-<chapter>
-<title>Perl Modules</title>
-<body>
-
-<p>
-This section covers where and how Perl modules should be installed. This is for
-Perl applications which use their own <c>.pm</c> files, <b>not</b> for CPAN things.
-</p>
-
-<todo>
-write me. see thread on -dev.
-</todo>
-
-</body>
-</chapter>
-</guide>
-
diff --git a/tasks-reference/text.xml b/tasks-reference/text.xml
index 8de23bb..5137b4d 100644
--- a/tasks-reference/text.xml
+++ b/tasks-reference/text.xml
@@ -22,5 +22,4 @@ ebuilds.
<include href="environment/"/>
<include href="init-scripts/"/>
<include href="pam/"/>
-<include href="perl-modules/"/>
</guide>