diff options
-rw-r--r-- | sys-cluster/neutron/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/neutron/neutron-2015.1.0.ebuild | 3 | ||||
-rw-r--r-- | sys-cluster/neutron/neutron-2015.1.9999.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys-cluster/neutron/ChangeLog b/sys-cluster/neutron/ChangeLog index edb9efbdfc8c..44cd0cf5d8f6 100644 --- a/sys-cluster/neutron/ChangeLog +++ b/sys-cluster/neutron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/neutron # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.61 2015/05/11 22:39:42 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.62 2015/05/12 04:49:33 prometheanfire Exp $ + + 12 May 2015; Matthew Thode <prometheanfire@gentoo.org> + neutron-2015.1.0.ebuild, neutron-2015.1.9999.ebuild: + fixing db perms install stuff 11 May 2015; Matthew Thode <prometheanfire@gentoo.org> metadata.xml: now with more signing diff --git a/sys-cluster/neutron/neutron-2015.1.0.ebuild b/sys-cluster/neutron/neutron-2015.1.0.ebuild index 2acaee7586f3..7b3a77f87620 100644 --- a/sys-cluster/neutron/neutron-2015.1.0.ebuild +++ b/sys-cluster/neutron/neutron-2015.1.0.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/sys-cluster/neutron/neutron-2015.1.0.ebuild,v 1.4 2015/05/11 22:38:41 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.0.ebuild,v 1.5 2015/05/12 04:49:33 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -211,6 +211,7 @@ python_install() { doins "etc/rootwrap.conf" doins -r "etc/neutron/rootwrap.d" + insopts -m 0644 insinto "/usr/lib64/python2.7/site-packages/neutron/db/migration/alembic_migrations/" doins -r "neutron/db/migration/alembic_migrations/versions" diff --git a/sys-cluster/neutron/neutron-2015.1.9999.ebuild b/sys-cluster/neutron/neutron-2015.1.9999.ebuild index 8ef3474f6c45..ef146337f34c 100644 --- a/sys-cluster/neutron/neutron-2015.1.9999.ebuild +++ b/sys-cluster/neutron/neutron-2015.1.9999.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/sys-cluster/neutron/neutron-2015.1.9999.ebuild,v 1.3 2015/05/06 15:24:16 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2015.1.9999.ebuild,v 1.4 2015/05/12 04:49:33 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -212,6 +212,7 @@ python_install() { doins "etc/rootwrap.conf" doins -r "etc/neutron/rootwrap.d" + insopts -m 0644 insinto "/usr/lib64/python2.7/site-packages/neutron/db/migration/alembic_migrations/" doins -r "neutron/db/migration/alembic_migrations/versions" |