ssuominen 14/03/15 12:33:36 Modified: consolekit-0.4.6.ebuild ChangeLog Log: Install /etc/logrotate.d file wrt #374513 by Vladimir Berezhnoy (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.14 sys-auth/consolekit/consolekit-0.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild?r1=1.13&r2=1.14 Index: consolekit-0.4.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- consolekit-0.4.6.ebuild 15 Mar 2014 12:06:26 -0000 1.13 +++ consolekit-0.4.6.ebuild 15 Mar 2014 12:33:36 -0000 1.14 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild,v 1.13 2014/03/15 12:06:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild,v 1.14 2014/03/15 12:33:36 ssuominen Exp $ EAPI=5 inherit autotools eutils linux-info pam systemd @@ -10,7 +10,8 @@ DESCRIPTION="Framework for defining and tracking users, login sessions and seats." HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" -SRC_URI="http://www.freedesktop.org/software/${MY_PN}/dist/${MY_P}.tar.xz" +SRC_URI="http://www.freedesktop.org/software/${MY_PN}/dist/${MY_P}.tar.xz + mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-4.debian.tar.gz" # for logrotate file LICENSE="GPL-2" SLOT="0" @@ -121,4 +122,7 @@ use systemd-units || rm -rf "${ED}"/tmp rm -rf "${ED}"/var/run # let the init script create the directory + + insinto /etc/logrotate.d + newins "${WORKDIR}"/debian/${PN}.logrotate ${PN} #374513 } 1.170 sys-auth/consolekit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.170&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.170&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.169&r2=1.170 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v retrieving revision 1.169 retrieving revision 1.170 diff -u -r1.169 -r1.170 --- ChangeLog 15 Mar 2014 12:25:29 -0000 1.169 +++ ChangeLog 15 Mar 2014 12:33:36 -0000 1.170 @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/consolekit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.169 2014/03/15 12:25:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.170 2014/03/15 12:33:36 ssuominen Exp $ + + 15 Mar 2014; Samuli Suominen <[email protected]> consolekit-0.4.6.ebuild: + Install /etc/logrotate.d file wrt #374513 by Vladimir Berezhnoy 15 Mar 2014; Samuli Suominen <[email protected]> metadata.xml: Add proper metadata for [email protected]
