jlec 14/11/09 15:28:25 Modified: ChangeLog lxc-1.0.6-r1.ebuild Log: app-emulation/lxc: Fix for old bash-completion, #527520 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.53 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 30 Oct 2014 08:50:24 -0000 1.52 +++ ChangeLog 9 Nov 2014 15:28:25 -0000 1.53 @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.52 2014/10/30 08:50:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.53 2014/11/09 15:28:25 jlec Exp $ + + 09 Nov 2014; Justin Lecher <[email protected]> lxc-1.0.6-r1.ebuild: + Fix for old bash-completion, #527520 *lxc-1.0.6-r1 (30 Oct 2014) 1.2 app-emulation/lxc/lxc-1.0.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild?r1=1.1&r2=1.2 Index: lxc-1.0.6-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lxc-1.0.6-r1.ebuild 30 Oct 2014 08:50:24 -0000 1.1 +++ lxc-1.0.6-r1.ebuild 9 Nov 2014 15:28:25 -0000 1.2 @@ -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/app-emulation/lxc/lxc-1.0.6-r1.ebuild,v 1.1 2014/10/30 08:50:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild,v 1.2 2014/11/09 15:28:25 jlec Exp $ EAPI="5" @@ -128,7 +128,7 @@ src_install() { default - mv "${ED}"/$(get_bashcompdir)/${PN} "${ED}"/$(get_bashcompdir)/${PN}-start || die + mv "${ED}"/usr/share/bash-completion/completions/${PN} "${ED}"/$(get_bashcompdir)/${PN}-start || die bashcomp_alias ${PN}-start \ ${PN}-{attach,cgroup,clone,console,create,destroy,device,execute,freeze,info,monitor,snapshot,start-ephemeral,stop,unfreeze,wait} @@ -153,7 +153,7 @@ doexe config/init/systemd/${PN}-devsetup # Use that script with the systemd service (Similar to upstream # Makefile.am - cp "${FILESDIR}"/${PN}_at.service ${PN}_at.service + cp "${FILESDIR}"/${PN}_at.service ${PN}_at.service || die sed -i \ "/Restart=always/a ExecStartPre=/usr/libexec/${PN}/${PN}-devsetup" \ ${PN}_at.service \
