aboutsummaryrefslogtreecommitdiff
path: root/README
blob: b2e849859a01896b063c09f1170fff3dbad7333a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 following Git repository, master branch:
   git://anongit.gentoo.org/proj/emacs-patches.git
   https://anongit.gentoo.org/git/proj/emacs-patches.git
   git+ssh://git@git.gentoo.org/proj/emacs-patches.git
   https://gitweb.gentoo.org/proj/emacs-patches.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.)