aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2005-06-07 06:57:38 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2005-06-07 06:57:38 +0000
commit139a4ca25eb5d9513fbd4edc6034c4af06b0457d (patch)
tree92f8bdd75bbd577b1732fee8a88d3386daa9b153 /README
parentAdded (start|stop|restart) functionality to rc.eclectic. (diff)
downloadeselect-139a4ca25eb5d9513fbd4edc6034c4af06b0457d.tar.gz
eselect-139a4ca25eb5d9513fbd4edc6034c4af06b0457d.tar.bz2
eselect-139a4ca25eb5d9513fbd4edc6034c4af06b0457d.zip
Moved to Gentoo infrastructure and renamed project to 'eselect'.
svn path=/trunk/; revision=117
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index b07b645..57847e8 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README for eclectic
+README for eselect
===================
Authors
@@ -14,7 +14,7 @@ See ``doc//``. Use ``make html`` for HTML versions.
Copyright
---------
-eclectic is Copyright (c) 2005 Gentoo Foundation. This code is distributed
+eselect is Copyright (c) 2005 Gentoo Foundation. This code is distributed
under the terms of the GNU General Public License v2.
Style Notes
@@ -23,7 +23,7 @@ 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.
+* For .eselect files, the same indenting rules apply as for ebuilds.
* Public functions don't get the ``ec_`` prefix, private functions do.
* eval is evil, so we disabled it.