aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2011-03-19 13:06:15 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2011-03-19 13:06:15 -0400
commit00d10ee0f4c2ee98c3b8aa20a964bb4ddd948a25 (patch)
tree2f4428f02e078e2c5ceec1b196b0a52ae65246b4 /README
downloadeclass-00d10ee0f4c2ee98c3b8aa20a964bb4ddd948a25.tar.gz
eclass-00d10ee0f4c2ee98c3b8aa20a964bb4ddd948a25.tar.bz2
eclass-00d10ee0f4c2ee98c3b8aa20a964bb4ddd948a25.zip
Initial commit. README describes repository layout.
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..91a55f0
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+This repository is split into three primary branches.
+
+Patches
+-------------------------------------------------------------------------------
+The 'patches' branch is further split to match the major versions
+versions (a.k.a., slots). Pay attention to the tags as the signify the highest
+version they work with.
+
+Those files are then manually rolled into a tarball and hosted at
+'http://d.g.o/~titanofold/'.
+
+
+Init Scripts
+-------------------------------------------------------------------------------
+The 'initscripts' branch contains the initscripts. These scripts have been
+written to condense the number of files that are necessary for maintenance.
+
+
+Eselect Module
+-------------------------------------------------------------------------------
+The 'eselect' branch contains the actual script for library and binary
+management.