summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2013-08-20 19:36:07 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2013-08-20 19:36:07 +0000
commitf389ec1cb26ea428712fa41cf2e5c560c246ac22 (patch)
treeb6a6c7b6e81a55eeb617d0afceaae43e20762ed1 /sys-cluster
parentMarked *-macos, bug #481462 (diff)
downloadgentoo-2-f389ec1cb26ea428712fa41cf2e5c560c246ac22.tar.gz
gentoo-2-f389ec1cb26ea428712fa41cf2e5c560c246ac22.tar.bz2
gentoo-2-f389ec1cb26ea428712fa41cf2e5c560c246ac22.zip
lets rename quantum to neutron
but only change half the names in files and stuff (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/neutron/ChangeLog8
-rw-r--r--sys-cluster/neutron/neutron-2012.2.4-r1.ebuild4
-rw-r--r--sys-cluster/neutron/neutron-2013.1.3.ebuild8
-rw-r--r--sys-cluster/neutron/neutron-2013.1.9999.ebuild8
4 files changed, 17 insertions, 11 deletions
diff --git a/sys-cluster/neutron/ChangeLog b/sys-cluster/neutron/ChangeLog
index dbc6c5d32e34..ef7a6113ccac 100644
--- a/sys-cluster/neutron/ChangeLog
+++ b/sys-cluster/neutron/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/neutron
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.2 2013/08/20 19:27:12 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v 1.3 2013/08/20 19:36:07 prometheanfire Exp $
+
+ 20 Aug 2013; Matthew Thode <prometheanfire@gentoo.org>
+ neutron-2012.2.4-r1.ebuild, neutron-2013.1.3.ebuild,
+ neutron-2013.1.9999.ebuild:
+ lets rename quantum to neutron but only change half the names in files and
+ stuff
20 Aug 2013; Matthew Thode <prometheanfire@gentoo.org>
neutron-2012.2.4-r1.ebuild, neutron-2013.1.3.ebuild:
diff --git a/sys-cluster/neutron/neutron-2012.2.4-r1.ebuild b/sys-cluster/neutron/neutron-2012.2.4-r1.ebuild
index 2bd4ca927799..a8a02594e989 100644
--- a/sys-cluster/neutron/neutron-2012.2.4-r1.ebuild
+++ b/sys-cluster/neutron/neutron-2012.2.4-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/neutron/neutron-2012.2.4-r1.ebuild,v 1.2 2013/08/20 19:27:12 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2012.2.4-r1.ebuild,v 1.3 2013/08/20 19:36:07 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -63,7 +63,7 @@ python_install() {
doins "etc/quantum.conf"
doins "etc/rootwrap.conf"
insinto /etc
- doins -r "etc/neutron/"
+ doins -r "etc/quantum/"
#remove the etc stuff from usr...
rm -R "${D}/usr/etc/"
diff --git a/sys-cluster/neutron/neutron-2013.1.3.ebuild b/sys-cluster/neutron/neutron-2013.1.3.ebuild
index fea2c549af03..6ce6a85ee2e3 100644
--- a/sys-cluster/neutron/neutron-2013.1.3.ebuild
+++ b/sys-cluster/neutron/neutron-2013.1.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/neutron/neutron-2013.1.3.ebuild,v 1.2 2013/08/20 19:27:12 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.1.3.ebuild,v 1.3 2013/08/20 19:36:07 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -70,11 +70,11 @@ python_install() {
doins "etc/quantum.conf"
doins "etc/rootwrap.conf"
insinto /etc
- doins -r "etc/neutron/"
+ doins -r "etc/quantum/"
#remove the etc stuff from usr...
rm -R "${D}/usr/etc/"
- insinto "/usr/lib64/python2.7/site-packages/neutron/db/migration/alembic_migrations/"
- doins -r "neutron/db/migration/alembic_migrations/versions"
+ insinto "/usr/lib64/python2.7/site-packages/quantum/db/migration/alembic_migrations/"
+ doins -r "quantum/db/migration/alembic_migrations/versions"
}
diff --git a/sys-cluster/neutron/neutron-2013.1.9999.ebuild b/sys-cluster/neutron/neutron-2013.1.9999.ebuild
index b7620a9e6063..b1021c2f38f6 100644
--- a/sys-cluster/neutron/neutron-2013.1.9999.ebuild
+++ b/sys-cluster/neutron/neutron-2013.1.9999.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/neutron/neutron-2013.1.9999.ebuild,v 1.1 2013/08/20 16:29:16 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.1.9999.ebuild,v 1.2 2013/08/20 19:36:07 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -70,11 +70,11 @@ python_install() {
doins "etc/quantum.conf"
doins "etc/rootwrap.conf"
insinto /etc
- doins -r "etc/neutron/"
+ doins -r "etc/quantum/"
#remove the etc stuff from usr...
rm -R "${D}/usr/etc/"
- insinto "/usr/lib64/python2.7/site-packages/neutron/db/migration/alembic_migrations/"
- doins -r "neutron/db/migration/alembic_migrations/versions"
+ insinto "/usr/lib64/python2.7/site-packages/quantum/db/migration/alembic_migrations/"
+ doins -r "quantum/db/migration/alembic_migrations/versions"
}