floppym 15/07/13 16:12:38 Modified: systemd-9999.ebuild systemd-222-r1.ebuild ChangeLog Log: Restore audit patch. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.181 sys-apps/systemd/systemd-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.181&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.181&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.180&r2=1.181 Index: systemd-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v retrieving revision 1.180 retrieving revision 1.181 diff -u -r1.180 -r1.181 --- systemd-9999.ebuild 12 Jul 2015 20:14:20 -0000 1.180 +++ systemd-9999.ebuild 13 Jul 2015 16:12:38 -0000 1.181 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.180 2015/07/12 20:14:20 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.181 2015/07/13 16:12:38 floppym Exp $ EAPI=5 @@ -110,6 +110,8 @@ >=dev-libs/libgcrypt-1.4.5:0" fi +PATCHES=( "${FILESDIR}/218-Dont-enable-audit-by-default.patch" ) + pkg_pretend() { local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVPTS_MULTIPLE_INSTANCES ~DEVTMPFS ~DMIID ~EPOLL ~FANOTIFY ~FHANDLE 1.2 sys-apps/systemd/systemd-222-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-222-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-222-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-222-r1.ebuild?r1=1.1&r2=1.2 Index: systemd-222-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- systemd-222-r1.ebuild 12 Jul 2015 20:14:20 -0000 1.1 +++ systemd-222-r1.ebuild 13 Jul 2015 16:12:38 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222-r1.ebuild,v 1.1 2015/07/12 20:14:20 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-222-r1.ebuild,v 1.2 2015/07/13 16:12:38 floppym Exp $ EAPI=5 @@ -110,6 +110,8 @@ >=dev-libs/libgcrypt-1.4.5:0" fi +PATCHES=( "${FILESDIR}/218-Dont-enable-audit-by-default.patch" ) + pkg_pretend() { local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVPTS_MULTIPLE_INSTANCES ~DEVTMPFS ~DMIID ~EPOLL ~FANOTIFY ~FHANDLE 1.388 sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.388&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.388&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.387&r2=1.388 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.387 retrieving revision 1.388 diff -u -r1.387 -r1.388 --- ChangeLog 12 Jul 2015 20:14:20 -0000 1.387 +++ ChangeLog 13 Jul 2015 16:12:38 -0000 1.388 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.387 2015/07/12 20:14:20 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.388 2015/07/13 16:12:38 floppym Exp $ + + 13 Jul 2015; Mike Gilbert <[email protected]> systemd-222-r1.ebuild, + systemd-9999.ebuild: + Restore audit patch. *systemd-222-r1 (12 Jul 2015)
