Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: vim.eclass
Date: Wed, 07 Nov 2007 15:01:25
Message-Id: E1IpmP9-0006o9-0T@stork.gentoo.org
1 hawking 07/11/07 15:01:19
2
3 Modified: vim.eclass
4 Log:
5 fixed parsing Subject: of vim patch mails
6
7 Revision Changes Path
8 1.168 eclass/vim.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?rev=1.168&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?rev=1.168&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?r1=1.167&r2=1.168
13
14 Index: vim.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v
17 retrieving revision 1.167
18 retrieving revision 1.168
19 diff -u -r1.167 -r1.168
20 --- vim.eclass 27 Sep 2007 09:32:21 -0000 1.167
21 +++ vim.eclass 7 Nov 2007 15:01:18 -0000 1.168
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.167 2007/09/27 09:32:21 hawking Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.168 2007/11/07 15:01:18 hawking Exp $
27
28 # Authors:
29 # Ryan Phillips <rphillips@g.o>
30 @@ -161,7 +161,7 @@
31 p=${WORKDIR}/${VIM_ORG_PATCHES%.tar*}.patch
32 ls ${WORKDIR}/vimpatches | sort | \
33 while read f; do gzip -dc ${WORKDIR}/vimpatches/${f}; done | gawk '
34 - /^Subject: Patch/ {
35 + /^Subject: [Pp]atch/ {
36 if (patchnum) {printf "\n" >"/dev/stderr"}
37 patchnum = $3
38 printf "%s:", patchnum >"/dev/stderr"
39
40
41
42 --
43 gentoo-commits@g.o mailing list