aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b08f037
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+Patchsets for some Emacs packages are too large for the Portage tree
+and we therefore maintain them in a Git repository. From there, they
+are bundled up into a tar archive that is distributed via the Gentoo
+mirroring system. Specific information about the patches can usually
+be found at the top of each patch.
+
+The patches are kept in the "patchsets" branch of the repository at:
+ git://git.overlays.gentoo.org/proj/emacs-tools.git
+ http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git
+
+Patch naming follows this convention:
+ <number>_<arch>_<description>.patch
+The <number> is used for consistent patch ordering. The <arch> field
+corresponds to the host architecture, or has a value of "all" if the
+patch should be applied for everyone. (Using values other than "all"
+is strongly discouraged.)