floppym 14/05/29 01:30:00 Modified: audit-2.2.2-r1.ebuild ChangeLog Log: Override hardcoded /usr/lib/systemd/system. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.2 sys-process/audit/audit-2.2.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-2.2.2-r1.ebuild?rev=1.2&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/audit-2.2.2-r1.ebuild?r1=1.1&r2=1.2 Index: audit-2.2.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.2.2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- audit-2.2.2-r1.ebuild 30 Mar 2014 14:06:53 -0000 1.1 +++ audit-2.2.2-r1.ebuild 29 May 2014 01:30:00 -0000 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI="5" PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" -inherit autotools multilib toolchain-funcs python linux-info eutils +inherit autotools multilib toolchain-funcs python linux-info eutils systemd DESCRIPTION="Userspace utilities for storing and processing auditing records" HOMEPAGE="http://people.redhat.com/sgrubb/audit/" @@ -130,7 +130,7 @@ } src_install() { - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" initdir="$(systemd_get_unitdir)" install || die use python && src_install_python dodoc AUTHORS ChangeLog README* THANKS TODO 1.95 sys-process/audit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?rev=1.95&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?rev=1.95&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/audit/ChangeLog?r1=1.94&r2=1.95 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- ChangeLog 30 Mar 2014 14:06:53 -0000 1.94 +++ ChangeLog 29 May 2014 01:30:00 -0000 1.95 @@ -1,6 +1,9 @@ # ChangeLog for sys-process/audit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.94 2014/03/30 14:06:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.95 2014/05/29 01:30:00 floppym Exp $ + + 29 May 2014; Mike Gilbert <[email protected]> audit-2.2.2-r1.ebuild: + Override hardcoded /usr/lib/systemd/system. *audit-2.2.2-r1 (30 Mar 2014)
