diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-02-20 06:15:40 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-02-20 06:15:40 +0000 |
commit | 45f3aa8b01e5a90289bf914c2e92b3e872d30732 (patch) | |
tree | cf7a4dc9c9d61a16f149ed04bdb622b5713f4a20 /sys-cluster | |
parent | nova, now with better patch calling (diff) | |
download | gentoo-2-45f3aa8b01e5a90289bf914c2e92b3e872d30732.tar.gz gentoo-2-45f3aa8b01e5a90289bf914c2e92b3e872d30732.tar.bz2 gentoo-2-45f3aa8b01e5a90289bf914c2e92b3e872d30732.zip |
cinder, now with better patch calling
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/cinder/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/cinder/cinder-2012.2.3.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-cluster/cinder/ChangeLog b/sys-cluster/cinder/ChangeLog index 5fc110e798e0..7596ef023142 100644 --- a/sys-cluster/cinder/ChangeLog +++ b/sys-cluster/cinder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/cinder # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.4 2013/02/20 05:57:08 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/ChangeLog,v 1.5 2013/02/20 06:15:40 prometheanfire Exp $ + + 20 Feb 2013; Matthew Thode <prometheanfire@gentoo.org> + cinder-2012.2.3.ebuild: + now with better patch calling *cinder-2012.2.3 (20 Feb 2013) diff --git a/sys-cluster/cinder/cinder-2012.2.3.ebuild b/sys-cluster/cinder/cinder-2012.2.3.ebuild index 553bea659481..3e2e89e93f7b 100644 --- a/sys-cluster/cinder/cinder-2012.2.3.ebuild +++ b/sys-cluster/cinder/cinder-2012.2.3.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/cinder/cinder-2012.2.3.ebuild,v 1.1 2013/02/20 05:57:08 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2012.2.3.ebuild,v 1.2 2013/02/20 06:15:40 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) @@ -43,9 +43,7 @@ RDEPEND="=dev-python/amqplib-0.6.1 <dev-python/python-glanceclient-2 >=dev-python/python-keystoneclient-0.2.0" -src_prepare() { - epatch "${FILESDIR}/cinder-2012.2-CVE-2013-1664.patch" -} +PATCHES=( "${FILESDIR}/cinder-2012.2-CVE-2013-1664.patch" ) python_install() { distutils-r1_python_install |