Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/pidof-bsd: pidof-bsd-20050501-r3.ebuild ChangeLog
Date: Sat, 18 Jul 2009 10:22:45
Message-Id: E1MS73z-0003LY-0Z@stork.gentoo.org
1 aballier 09/07/18 10:22:43
2
3 Modified: pidof-bsd-20050501-r3.ebuild ChangeLog
4 Log:
5 make patches a bash array
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild?r1=1.4&r2=1.5
14
15 Index: pidof-bsd-20050501-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- pidof-bsd-20050501-r3.ebuild 18 Jul 2009 09:44:04 -0000 1.4
22 +++ pidof-bsd-20050501-r3.ebuild 18 Jul 2009 10:22:42 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild,v 1.4 2009/07/18 09:44:04 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/pidof-bsd-20050501-r3.ebuild,v 1.5 2009/07/18 10:22:42 aballier Exp $
28
29 inherit base bsdmk
30
31 @@ -18,9 +18,9 @@
32
33 S="${WORKDIR}/pidof"
34
35 -PATCHES="${FILESDIR}/${P}-gfbsd.patch
36 - ${FILESDIR}/${P}-firstarg.patch
37 - ${FILESDIR}/${P}-pname.patch"
38 +PATCHES=( "${FILESDIR}/${P}-gfbsd.patch"
39 + "${FILESDIR}/${P}-firstarg.patch"
40 + "${FILESDIR}/${P}-pname.patch" )
41
42 src_install() {
43 into /
44
45
46
47 1.8 sys-process/pidof-bsd/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/ChangeLog?rev=1.8&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/ChangeLog?rev=1.8&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/pidof-bsd/ChangeLog?r1=1.7&r2=1.8
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v
56 retrieving revision 1.7
57 retrieving revision 1.8
58 diff -u -r1.7 -r1.8
59 --- ChangeLog 18 Jul 2009 09:45:59 -0000 1.7
60 +++ ChangeLog 18 Jul 2009 10:22:42 -0000 1.8
61 @@ -1,6 +1,10 @@
62 # ChangeLog for sys-process/pidof-bsd
63 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v 1.7 2009/07/18 09:45:59 aballier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-process/pidof-bsd/ChangeLog,v 1.8 2009/07/18 10:22:42 aballier Exp $
66 +
67 + 18 Jul 2009; Alexis Ballier <aballier@g.o>
68 + pidof-bsd-20050501-r3.ebuild:
69 + make patches a bash array
70
71 18 Jul 2009; Alexis Ballier <aballier@g.o>
72 -pidof-bsd-20050501-r1.ebuild, -pidof-bsd-20050501-r2.ebuild: