Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: eutils.eclass
Date: Fri, 23 Mar 2012 02:33:59
Message-Id: 20120323023349.ABE662004C@flycatcher.gentoo.org
1 vapier 12/03/23 02:33:49
2
3 Modified: eutils.eclass
4 Log:
5 epatch_user: document .patch suffix #409293
6
7 Revision Changes Path
8 1.387 eclass/eutils.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?rev=1.387&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?rev=1.387&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?r1=1.386&r2=1.387
13
14 Index: eutils.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v
17 retrieving revision 1.386
18 retrieving revision 1.387
19 diff -u -r1.386 -r1.387
20 --- eutils.eclass 1 Mar 2012 22:10:50 -0000 1.386
21 +++ eutils.eclass 23 Mar 2012 02:33:49 -0000 1.387
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.386 2012/03/01 22:10:50 naota Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.387 2012/03/23 02:33:49 vapier Exp $
27
28 # @ECLASS: eutils.eclass
29 # @MAINTAINER:
30 @@ -527,7 +527,8 @@
31 # Applies user-provided patches to the source tree. The patches are
32 # taken from /etc/portage/patches/<CATEGORY>/<PF|P|PN>/, where the first
33 # of these three directories to exist will be the one to use, ignoring
34 -# any more general directories which might exist as well.
35 +# any more general directories which might exist as well. They must end
36 +# in ".patch" to be applied.
37 #
38 # User patches are intended for quick testing of patches without ebuild
39 # modifications, as well as for permanent customizations a user might