From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SAuKF-0003bs-6J for garchives@archives.gentoo.org; Fri, 23 Mar 2012 02:33:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 641ADE073E; Fri, 23 Mar 2012 02:33:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 37FA1E073E for ; Fri, 23 Mar 2012 02:33:52 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3D121B4010 for ; Fri, 23 Mar 2012 02:33:50 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id ABE662004C; Fri, 23 Mar 2012 02:33:49 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: eutils.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: eutils.eclass X-VCS-Directories: eclass X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20120323023349.ABE662004C@flycatcher.gentoo.org> Date: Fri, 23 Mar 2012 02:33:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8f682ccb-cb19-4384-8953-35d229e730ac X-Archives-Hash: 45999183adfa07c19465f5fb5619ae43 vapier 12/03/23 02:33:49 Modified: eutils.eclass Log: epatch_user: document .patch suffix #409293 Revision Changes Path 1.387 eclass/eutils.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.ecla= ss?rev=3D1.387&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.ecla= ss?rev=3D1.387&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.ecla= ss?r1=3D1.386&r2=3D1.387 Index: eutils.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v retrieving revision 1.386 retrieving revision 1.387 diff -u -r1.386 -r1.387 --- eutils.eclass 1 Mar 2012 22:10:50 -0000 1.386 +++ eutils.eclass 23 Mar 2012 02:33:49 -0000 1.387 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.386 2012/03/= 01 22:10:50 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.387 2012/03/= 23 02:33:49 vapier Exp $ =20 # @ECLASS: eutils.eclass # @MAINTAINER: @@ -527,7 +527,8 @@ # Applies user-provided patches to the source tree. The patches are # taken from /etc/portage/patches///, where the first # of these three directories to exist will be the one to use, ignoring -# any more general directories which might exist as well. +# any more general directories which might exist as well. They must end +# in ".patch" to be applied. # # User patches are intended for quick testing of patches without ebuild # modifications, as well as for permanent customizations a user might