perfinion 15/07/17 11:06:26 Modified: consolekit-9999.ebuild ChangeLog Log: update live ebuild from latest release (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Revision Changes Path 1.3 sys-auth/consolekit/consolekit-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/consolekit-9999.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/consolekit-9999.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/consolekit-9999.ebuild?r1=1.2&r2=1.3 Index: consolekit-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-9999.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- consolekit-9999.ebuild 21 Jun 2015 10:53:11 -0000 1.2 +++ consolekit-9999.ebuild 17 Jul 2015 11:06:26 -0000 1.3 @@ -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-auth/consolekit/consolekit-9999.ebuild,v 1.2 2015/06/21 10:53:11 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-9999.ebuild,v 1.3 2015/07/17 11:06:26 perfinion Exp $ EAPI=5 inherit autotools eutils git-r3 linux-info pam @@ -75,6 +75,7 @@ $(use_enable debug) \ $(use_enable policykit polkit) \ $(use_enable acl udev-acl) \ + $(use_enable test tests) \ --with-dbus-services="${EPREFIX}"/usr/share/dbus-1/services \ --with-pam-module-dir="$(getpam_mod_dir)" \ --with-xinitrc-dir=/etc/X11/xinit/xinitrc.d \ @@ -103,7 +104,7 @@ prune_libtool_files --all # --all for pam_ck_connector.la - rm -rf "${ED}"/var/run # let the init script create the directory + rm -rf "${ED}"/var/run || die # let the init script create the directory insinto /etc/logrotate.d newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513 1.180 sys-auth/consolekit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.180&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.180&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.179&r2=1.180 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- ChangeLog 16 Jul 2015 20:08:27 -0000 1.179 +++ ChangeLog 17 Jul 2015 11:06:26 -0000 1.180 @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/consolekit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.179 2015/07/16 20:08:27 perfinion Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.180 2015/07/17 11:06:26 perfinion Exp $ + + 17 Jul 2015; Jason Zaman <[email protected]> consolekit-9999.ebuild: + update live ebuild from latest release *consolekit-0.9.5 (16 Jul 2015)
