diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-03 21:02:59 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-03 21:02:59 +0000 |
commit | 7e80fc044473809f85347f615c155d42bfee5192 (patch) | |
tree | 89e99c944381240c75d009606420777ea3f9f582 /sys-cluster | |
parent | Fix initscript paths, wrt bug #444201. Patch by Kir Kolyshkin. Drop old revis... (diff) | |
download | gentoo-2-7e80fc044473809f85347f615c155d42bfee5192.tar.gz gentoo-2-7e80fc044473809f85347f615c155d42bfee5192.tar.bz2 gentoo-2-7e80fc044473809f85347f615c155d42bfee5192.zip |
Rename initscript patch, add it to latest version and bump revision
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/vzctl/ChangeLog | 9 | ||||
-rw-r--r-- | sys-cluster/vzctl/files/vzctl-initscript-paths.patch (renamed from sys-cluster/vzctl/files/vzctl-3.3-initscript-paths.patch) | 0 | ||||
-rw-r--r-- | sys-cluster/vzctl/vzctl-3.3-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/vzctl/vzctl-4.1.2-r1.ebuild (renamed from sys-cluster/vzctl/vzctl-4.1.2.ebuild) | 5 |
4 files changed, 14 insertions, 4 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog index 0f327819b9e2..e00b2ff629a2 100644 --- a/sys-cluster/vzctl/ChangeLog +++ b/sys-cluster/vzctl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-cluster/vzctl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.102 2013/01/03 20:54:21 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.103 2013/01/03 21:02:59 pinkbyte Exp $ + +*vzctl-4.1.2-r1 (03 Jan 2013) + + 03 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> vzctl-3.3-r2.ebuild, + -files/vzctl-3.3-initscript-paths.patch, -vzctl-4.1.2.ebuild, + +vzctl-4.1.2-r1.ebuild, +files/vzctl-initscript-paths.patch: + Rename initscript patch, add it to latest version and bump revision *vzctl-3.3-r2 (03 Jan 2013) diff --git a/sys-cluster/vzctl/files/vzctl-3.3-initscript-paths.patch b/sys-cluster/vzctl/files/vzctl-initscript-paths.patch index 8fc0b12009b4..8fc0b12009b4 100644 --- a/sys-cluster/vzctl/files/vzctl-3.3-initscript-paths.patch +++ b/sys-cluster/vzctl/files/vzctl-initscript-paths.patch diff --git a/sys-cluster/vzctl/vzctl-3.3-r2.ebuild b/sys-cluster/vzctl/vzctl-3.3-r2.ebuild index 8bbabbd8de63..d063a08c1fea 100644 --- a/sys-cluster/vzctl/vzctl-3.3-r2.ebuild +++ b/sys-cluster/vzctl/vzctl-3.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.3-r2.ebuild,v 1.1 2013/01/03 20:54:21 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.3-r2.ebuild,v 1.2 2013/01/03 21:02:59 pinkbyte Exp $ EAPI="4" @@ -32,7 +32,7 @@ src_prepare() { sed -i -e "s:/lib/udev:$(udev_get_udevdir):" src/lib/dev.c || die # Fix paths in initscript, wrt bug #444201 - epatch "${FILESDIR}/${P}-initscript-paths.patch" + epatch "${FILESDIR}/${PN}-initscript-paths.patch" } src_configure() { diff --git a/sys-cluster/vzctl/vzctl-4.1.2.ebuild b/sys-cluster/vzctl/vzctl-4.1.2-r1.ebuild index 6e393fbbf4ec..afa7ec91edc9 100644 --- a/sys-cluster/vzctl/vzctl-4.1.2.ebuild +++ b/sys-cluster/vzctl/vzctl-4.1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.1.2.ebuild,v 1.1 2013/01/02 16:52:51 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.1.2-r1.ebuild,v 1.1 2013/01/03 21:02:59 pinkbyte Exp $ EAPI="5" @@ -32,6 +32,9 @@ src_prepare() { sed -i -e 's:=redhat-:=gentoo-:' etc/dists/default || die 'sed on etc/dists/default failed' sed -i -e "s:/lib/udev:$(udev_get_udevdir):" src/lib/dev.c || die 'sed on src/lib/dev.c failed' + + # Fix paths in initscript, wrt bug #444201 + epatch "${FILESDIR}/${PN}-initscript-paths.patch" } src_configure() { |