diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2015-03-21 10:38:38 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2015-03-21 10:38:38 +0000 |
commit | c57af6d41a2554ce0d938c89f466fc46567c3204 (patch) | |
tree | f9c54a0b687b5ecc02a826f8f61eab69cc8ece34 /app-emulation | |
parent | Use ecvs_clean; bump EAPI; modernize ebuild style (diff) | |
download | gentoo-2-c57af6d41a2554ce0d938c89f466fc46567c3204.tar.gz gentoo-2-c57af6d41a2554ce0d938c89f466fc46567c3204.tar.bz2 gentoo-2-c57af6d41a2554ce0d938c89f466fc46567c3204.zip |
Revbump to fix systemd file paths. Bug #543970
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxc/ChangeLog | 10 | ||||
-rw-r--r-- | app-emulation/lxc/files/lxc_at.service.2 | 6 | ||||
-rw-r--r-- | app-emulation/lxc/lxc-1.1.0-r6.ebuild (renamed from app-emulation/lxc/lxc-1.1.0-r5.ebuild) | 2 | ||||
-rw-r--r-- | app-emulation/lxc/lxc-1.1.1-r1.ebuild (renamed from app-emulation/lxc/lxc-1.1.1.ebuild) | 2 |
4 files changed, 14 insertions, 6 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog index ac15b6c6bacc..66bae6cdda75 100644 --- a/app-emulation/lxc/ChangeLog +++ b/app-emulation/lxc/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.72 2015/03/20 21:58:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.73 2015/03/21 10:38:38 hwoarang Exp $ + +*lxc-1.1.0-r6 (21 Mar 2015) +*lxc-1.1.1-r1 (21 Mar 2015) + + 21 Mar 2015; Markos Chandras <hwoarang@gentoo.org> +lxc-1.1.0-r6.ebuild, + +lxc-1.1.1-r1.ebuild, -lxc-1.1.0-r5.ebuild, -lxc-1.1.1.ebuild, + files/lxc_at.service.2: + Revbump to fix systemd file paths. Bug #543970 20 Mar 2015; Markos Chandras <hwoarang@gentoo.org> -files/lxc.initd.2: Remove unused file diff --git a/app-emulation/lxc/files/lxc_at.service.2 b/app-emulation/lxc/files/lxc_at.service.2 index 9b92ec6805fe..82306a09ab83 100644 --- a/app-emulation/lxc/files/lxc_at.service.2 +++ b/app-emulation/lxc/files/lxc_at.service.2 @@ -5,9 +5,9 @@ After=network.target [Service] Restart=always ExecStartPre=/usr/libexec/lxc/lxc-devsetup -ExecStart=/usr/sbin/lxc-start -n %i -F -ExecReload=/usr/sbin/lxc-restart -n %i -ExecStop=/usr/sbin/lxc-stop -n %i +ExecStart=/usr/bin/lxc-start -n %i -F +ExecReload=/usr/bin/lxc-restart -n %i +ExecStop=/usr/bin/lxc-stop -n %i Delegate=yes [Install] diff --git a/app-emulation/lxc/lxc-1.1.0-r5.ebuild b/app-emulation/lxc/lxc-1.1.0-r6.ebuild index 72555016bfb4..30f609610d71 100644 --- a/app-emulation/lxc/lxc-1.1.0-r5.ebuild +++ b/app-emulation/lxc/lxc-1.1.0-r6.ebuild @@ -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/app-emulation/lxc/lxc-1.1.0-r5.ebuild,v 1.2 2015/03/20 21:56:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0-r6.ebuild,v 1.1 2015/03/21 10:38:38 hwoarang Exp $ EAPI="5" diff --git a/app-emulation/lxc/lxc-1.1.1.ebuild b/app-emulation/lxc/lxc-1.1.1-r1.ebuild index cd957c04e188..a6c11cd2b212 100644 --- a/app-emulation/lxc/lxc-1.1.1.ebuild +++ b/app-emulation/lxc/lxc-1.1.1-r1.ebuild @@ -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/app-emulation/lxc/lxc-1.1.1.ebuild,v 1.2 2015/03/20 21:56:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.1-r1.ebuild,v 1.1 2015/03/21 10:38:38 hwoarang Exp $ EAPI="5" |