aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-26 11:10:25 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-26 12:22:30 +0100
commit9b1992c050bf9fa698f227e635af5c341e85c9a4 (patch)
tree70600fa209833f51c75865a53c723b9f1f113d8f /doc
parentMergeOrderTestCase: update circ-buildtime mergelist for bug 690436 (diff)
downloadportage-9b1992c050bf9fa698f227e635af5c341e85c9a4.tar.gz
portage-9b1992c050bf9fa698f227e635af5c341e85c9a4.tar.bz2
portage-9b1992c050bf9fa698f227e635af5c341e85c9a4.zip
Clean up remnants of eapi5-hdepend, HDEPEND and targetroot
Reviewed-by: Zac Medico <zmedico@gentoo.org> Closes: https://github.com/gentoo/portage/pull/490 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/package/ebuild.docbook1
-rw-r--r--doc/package/ebuild/eapi/5-hdepend.docbook32
-rw-r--r--doc/portage.docbook1
3 files changed, 0 insertions, 34 deletions
diff --git a/doc/package/ebuild.docbook b/doc/package/ebuild.docbook
index c3b6caca3..98084c8fa 100644
--- a/doc/package/ebuild.docbook
+++ b/doc/package/ebuild.docbook
@@ -13,6 +13,5 @@
&package_ebuild_eapi_4_slot_abi;
&package_ebuild_eapi_5;
&package_ebuild_eapi_5_progress;
-&package_ebuild_eapi_5_hdepend;
</section>
</chapter>
diff --git a/doc/package/ebuild/eapi/5-hdepend.docbook b/doc/package/ebuild/eapi/5-hdepend.docbook
deleted file mode 100644
index 0f568bcdd..000000000
--- a/doc/package/ebuild/eapi/5-hdepend.docbook
+++ /dev/null
@@ -1,32 +0,0 @@
-<section id='package-ebuild-eapi-5-hdepend'>
-<title>EAPI 5-hdepend</title>
-<section id='package-ebuild-eapi-5-hdepend-metadata'>
-<title>Metadata</title>
-<section id='package-ebuild-eapi-5-hdepend-metadata-dependencies'>
-<title>Dependencies</title>
-<section id='package-ebuild-eapi-5-hdepend-metadata-dependencies-hdepend'>
-<title>HDEPEND</title>
-<para>
-The HDEPEND variable is used to represent build-time host dependencies. For
-build-time target dependencies, use DEPEND (if the host is the target then both
-HDEPEND and DEPEND will be installed on it). For EAPIs that support HDEPEND,
-the emerge --root-deps option will have no effect, since it is not needed
-when build-time dependencies are correctly specified with HDEPEND and DEPEND.
-If ebuilds using EAPIs which <emphasis>do not</emphasis> support HDEPEND are
-built in the same emerge run as those using EAPIs which <emphasis>do</emphasis>
-support HDEPEND, the emerge --root-deps option will only apply to the former.
-</para>
-</section>
-<section id='package-ebuild-eapi-5-hdepend-metadata-dependencies-targetroot'>
-<title>Special "targetroot" USE flag</title>
-<para>
-The special "targetroot" USE flag will be automatically enabled for packages
-that are built for installation into a target ROOT, and will otherwise be
-automatically disabled. This flag may be used to control conditional
-dependencies, and ebuilds that use this flag need to add it to IUSE unless it
-happens to be included in the profile's IUSE_IMPLICIT variable.
-</para>
-</section>
-</section>
-</section>
-</section>
diff --git a/doc/portage.docbook b/doc/portage.docbook
index 811544f5e..04db26303 100644
--- a/doc/portage.docbook
+++ b/doc/portage.docbook
@@ -24,7 +24,6 @@
<!ENTITY package_ebuild_eapi_4_slot_abi SYSTEM "package/ebuild/eapi/4-slot-abi.docbook">
<!ENTITY package_ebuild_eapi_5 SYSTEM "package/ebuild/eapi/5.docbook">
<!ENTITY package_ebuild_eapi_5_progress SYSTEM "package/ebuild/eapi/5-progress.docbook">
- <!ENTITY package_ebuild_eapi_5_hdepend SYSTEM "package/ebuild/eapi/5-hdepend.docbook">
<!ENTITY qa SYSTEM "qa.docbook">
<!ENTITY config SYSTEM "config.docbook">
<!ENTITY config_bashrc SYSTEM "config/bashrc.docbook">