Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/audit: audit-1.6.1.ebuild ChangeLog audit-1.6.2.ebuild
Date: Tue, 02 Oct 2007 06:47:33
Message-Id: E1IcbOp-00061k-7t@stork.gentoo.org
1 robbat2 07/10/02 06:38:31
2
3 Modified: audit-1.6.1.ebuild ChangeLog audit-1.6.2.ebuild
4 Log:
5 Fix quoting
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.2 sys-process/audit/audit-1.6.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/audit/audit-1.6.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/audit/audit-1.6.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/audit/audit-1.6.1.ebuild?r1=1.1&r2=1.2
14
15 Index: audit-1.6.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- audit-1.6.1.ebuild 2 Oct 2007 01:48:33 -0000 1.1
22 +++ audit-1.6.1.ebuild 2 Oct 2007 06:38:30 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.1.ebuild,v 1.1 2007/10/02 01:48:33 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.1.ebuild,v 1.2 2007/10/02 06:38:30 robbat2 Exp $
28
29 inherit autotools multilib toolchain-funcs python
30
31 @@ -30,8 +30,8 @@
32 #EPATCH_OPTS="-p1 -d${S}" epatch "${FILESDIR}"/${PN}-1.5.4-swig-gcc-attribute.patch
33
34 # Do not build GUI tools
35 - sed -i -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' ${S}/configure.ac
36 - sed -i -e 's,system-config-audit,,g' -e '/^SUBDIRS/s,\\$,,g' ${S}/Makefile.am
37 + sed -i -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' "${S}"/configure.ac
38 + sed -i -e 's,system-config-audit,,g' -e '/^SUBDIRS/s,\\$,,g' "${S}"/Makefile.am
39 rm -rf "${S}"/system-config-audit
40
41 # Regenerate autotooling
42
43
44
45 1.27 sys-process/audit/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/audit/ChangeLog?rev=1.27&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/audit/ChangeLog?rev=1.27&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/audit/ChangeLog?r1=1.26&r2=1.27
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v
54 retrieving revision 1.26
55 retrieving revision 1.27
56 diff -u -r1.26 -r1.27
57 --- ChangeLog 2 Oct 2007 02:19:44 -0000 1.26
58 +++ ChangeLog 2 Oct 2007 06:38:30 -0000 1.27
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sys-process/audit
61 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.26 2007/10/02 02:19:44 robbat2 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.27 2007/10/02 06:38:30 robbat2 Exp $
64 +
65 + 02 Oct 2007; Robin H. Johnson <robbat2@g.o> audit-1.6.1.ebuild,
66 + audit-1.6.2.ebuild:
67 + Fix quoting
68
69 *audit-1.6.2 (02 Oct 2007)
70
71
72
73
74 1.2 sys-process/audit/audit-1.6.2.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/audit/audit-1.6.2.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/audit/audit-1.6.2.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-process/audit/audit-1.6.2.ebuild?r1=1.1&r2=1.2
79
80 Index: audit-1.6.2.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.2.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- audit-1.6.2.ebuild 2 Oct 2007 02:19:44 -0000 1.1
87 +++ audit-1.6.2.ebuild 2 Oct 2007 06:38:30 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2007 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.2.ebuild,v 1.1 2007/10/02 02:19:44 robbat2 Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.6.2.ebuild,v 1.2 2007/10/02 06:38:30 robbat2 Exp $
93
94 inherit autotools multilib toolchain-funcs python
95
96 @@ -30,8 +30,8 @@
97 #EPATCH_OPTS="-p1 -d${S}" epatch "${FILESDIR}"/${PN}-1.5.4-swig-gcc-attribute.patch
98
99 # Do not build GUI tools
100 - sed -i -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' ${S}/configure.ac
101 - sed -i -e 's,system-config-audit,,g' -e '/^SUBDIRS/s,\\$,,g' ${S}/Makefile.am
102 + sed -i -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' "${S}"/configure.ac
103 + sed -i -e 's,system-config-audit,,g' -e '/^SUBDIRS/s,\\$,,g' "${S}"/Makefile.am
104 rm -rf "${S}"/system-config-audit
105
106 # Regenerate autotooling
107
108
109
110 --
111 gentoo-commits@g.o mailing list