aboutsummaryrefslogtreecommitdiff
blob: 1107a9b952364cbf1a9d1d9108b46f6411baeded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<guide self="ebuild-writing/">
<chapter>
<title>Ebuild Writing</title>

<body>
<p>
This section describes how to write an ebuild. It covers the basic format
of an ebuild and the variables and functions available, and finishes off
with some general notes and extended examples.
</p>
</body>

<section>
<title>Contents</title>
<body>
<contentsTree/>
</body>
</section>
</chapter>

<include href="file-format/"/>
<include href="eapi/"/>
<include href="use-conditional-code/"/>
<include href="error-handling/"/>
<include href="users-and-groups/"/>
<include href="messages/"/>
<include href="variables/"/>
<include href="using-eclasses/"/>
<include href="functions/"/>
<include href="misc-files/"/>
<include href="common-mistakes/"/>
<include href="ebuild-maintenance/" />
</guide>