diff options
author | 2013-02-19 19:00:24 +0100 | |
---|---|---|
committer | 2013-02-19 19:00:24 +0100 | |
commit | 4a5b8c3791e0b4fe8ddfd249d980a93f49e457af (patch) | |
tree | 2c861c1fbf63b50e1fb436dedcb11838acbeb7c5 /README | |
parent | Get AR and ARFLAGS from configure, bug 436758. (diff) | |
download | emacs-patches-4a5b8c3791e0b4fe8ddfd249d980a93f49e457af.tar.gz emacs-patches-4a5b8c3791e0b4fe8ddfd249d980a93f49e457af.tar.bz2 emacs-patches-4a5b8c3791e0b4fe8ddfd249d980a93f49e457af.zip |
Add a README file that can be included with the patchset tarballs.
This is loosely based on vapier's README.Gentoo.patches:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/src/patchsets/
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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.) |