Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/audit: audit-2.0.5.ebuild
Date: Wed, 30 Mar 2011 17:23:14
Message-Id: 20110330172304.A9A4A20054@flycatcher.gentoo.org
1 ssuominen 11/03/30 17:23:04
2
3 Modified: audit-2.0.5.ebuild
4 Log:
5 more die
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sys-process/audit/audit-2.0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild?r1=1.4&r2=1.5
15
16 Index: audit-2.0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- audit-2.0.5.ebuild 30 Mar 2011 17:20:29 -0000 1.4
23 +++ audit-2.0.5.ebuild 30 Mar 2011 17:23:04 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v 1.4 2011/03/30 17:20:29 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v 1.5 2011/03/30 17:23:04 ssuominen Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -60,10 +60,10 @@
33 if ! use ldap; then
34 sed -i \
35 -e '/^AC_OUTPUT/s,audisp/plugins/zos-remote/Makefile,,g' \
36 - "${S}"/configure.ac
37 + "${S}"/configure.ac || die
38 sed -i \
39 -e '/^SUBDIRS/s,zos-remote,,g' \
40 - "${S}"/audisp/plugins/Makefile.am
41 + "${S}"/audisp/plugins/Makefile.am || die
42 fi
43
44 # Don't build static version of Python module.