blob: 421b28a9ec3ce8bf2d8075647e6525e92a98b025 (
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
35
36
37
38
|
README for eclectic
===================
Authors
-------
Ciaran McCreesh <ciaranm@gentoo.org>
Main code
Modules: cow, kernel-symlink, vi-symlink
Libraries: core, output
Danny van Dyk <kugelfang@gentoo.org>
Manpages
Modules: blas, lapack
Libraries: config, multilib
Aaron Walker <ka0ttic@gentoo.org>
Modules: bashcomp, profile-symlink
Tom Martin <slarti@gentoo.org>
Modules: mailer-symlink
Copyright
---------
eclectic is Copyright (c) 2005 Gentoo Foundation. This code is distributed
under the terms of the GNU General Public License v2.
Style Notes
-----------
* Always use ``[[ brackets ]]``, never `[ brackets ]`.
* Use quotes on variables where necessary.
* For the main source, indent is four spaces, no tabs, text width of 80.
* For .eclectic files, the same indenting rules apply as for ebuilds.
* Public functions don't get the ``ec_`` prefix, private functions do.
vim: set tw=78 ft=glep :
|