summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-05-12 04:49:33 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2015-05-12 04:49:33 +0000
commit37c861b5e76d5a5e002fdaa767f4b44d967d7082 (patch)
treeb8d45031352146c911bf482f6979f96ea81e6f68 /sys-cluster/neutron
parentfixing db upgrade perms (diff)
downloadgentoo-2-37c861b5e76d5a5e002fdaa767f4b44d967d7082.tar.gz
gentoo-2-37c861b5e76d5a5e002fdaa767f4b44d967d7082.tar.bz2
gentoo-2-37c861b5e76d5a5e002fdaa767f4b44d967d7082.zip
fixing db perms install stuff
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'sys-cluster/neutron')
-rw-r--r--sys-cluster/neutron/ChangeLog6
-rw-r--r--sys-cluster/neutron/neutron-2015.1.0.ebuild3
-rw-r--r--sys-cluster/neutron/neutron-2015.1.9999.ebuild3
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"