summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-30 08:10:44 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-12-30 08:10:44 +0000
commit8760b62d1be5820eda00e22fa00f719ade780aa3 (patch)
tree52650907900f464dd34ae4ef0fdcdfeafe70bf6c /doc/howitworks.docbook
parentAdd a section about requirements (diff)
downloadautoepatch-8760b62d1be5820eda00e22fa00f719ade780aa3.tar.gz
autoepatch-8760b62d1be5820eda00e22fa00f719ade780aa3.tar.bz2
autoepatch-8760b62d1be5820eda00e22fa00f719ade780aa3.zip
Add a paragaph about Gentoo specific software.
svn path=/trunk/; revision=27
Diffstat (limited to 'doc/howitworks.docbook')
-rw-r--r--doc/howitworks.docbook8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/howitworks.docbook b/doc/howitworks.docbook
index c4f3123..abb25fb 100644
--- a/doc/howitworks.docbook
+++ b/doc/howitworks.docbook
@@ -25,6 +25,14 @@ an acceptable subset of GNU parameters.
</para>
<para>
+There are basically two Gentoo specific softwares that are needed for
+autoepatch: the first is baselayout, as autoepatch loads
+/sbin/functions.sh to get functions like ebegin and eend, and
+similar; the other is Portage, as autoepatch uses the portageq
+command, and allows to the patchsets to use it.
+</para>
+
+<para>
First of all, as most of the patchsets are expected to be actual patch
files, the patch(1) command is supposed to be coming from GNU
project. While FreeBSD uses Larry Wall's patch(1) command, that