Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/audit: audit-2.2.2-r1.ebuild ChangeLog
Date: Thu, 29 May 2014 01:30:05
Message-Id: 20140529013000.A03712004E@flycatcher.gentoo.org
1 floppym 14/05/29 01:30:00
2
3 Modified: audit-2.2.2-r1.ebuild ChangeLog
4 Log:
5 Override hardcoded /usr/lib/systemd/system.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 sys-process/audit/audit-2.2.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-2.2.2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-2.2.2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-2.2.2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: audit-2.2.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.2.2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- audit-2.2.2-r1.ebuild 30 Mar 2014 14:06:53 -0000 1.1
23 +++ audit-2.2.2-r1.ebuild 29 May 2014 01:30:00 -0000 1.2
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2014 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.2.2-r1.ebuild,v 1.1 2014/03/30 14:06:53 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.2.2-r1.ebuild,v 1.2 2014/05/29 01:30:00 floppym Exp $
29
30 EAPI="5"
31 PYTHON_DEPEND="python? 2"
32 SUPPORT_PYTHON_ABIS="1"
33 RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
34
35 -inherit autotools multilib toolchain-funcs python linux-info eutils
36 +inherit autotools multilib toolchain-funcs python linux-info eutils systemd
37
38 DESCRIPTION="Userspace utilities for storing and processing auditing records"
39 HOMEPAGE="http://people.redhat.com/sgrubb/audit/"
40 @@ -130,7 +130,7 @@
41 }
42
43 src_install() {
44 - emake DESTDIR="${D}" install || die
45 + emake DESTDIR="${D}" initdir="$(systemd_get_unitdir)" install || die
46 use python && src_install_python
47
48 dodoc AUTHORS ChangeLog README* THANKS TODO
49
50
51
52 1.95 sys-process/audit/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?rev=1.95&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?rev=1.95&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?r1=1.94&r2=1.95
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v
61 retrieving revision 1.94
62 retrieving revision 1.95
63 diff -u -r1.94 -r1.95
64 --- ChangeLog 30 Mar 2014 14:06:53 -0000 1.94
65 +++ ChangeLog 29 May 2014 01:30:00 -0000 1.95
66 @@ -1,6 +1,9 @@
67 # ChangeLog for sys-process/audit
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.94 2014/03/30 14:06:53 pacho Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.95 2014/05/29 01:30:00 floppym Exp $
71 +
72 + 29 May 2014; Mike Gilbert <floppym@g.o> audit-2.2.2-r1.ebuild:
73 + Override hardcoded /usr/lib/systemd/system.
74
75 *audit-2.2.2-r1 (30 Mar 2014)