public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode (prometheanfire)" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/neutron: neutron-2013.1.9999.ebuild neutron-2012.2.4-r1.ebuild neutron-2013.1.3.ebuild ChangeLog
Date: Tue, 20 Aug 2013 19:36:07 +0000 (UTC)	[thread overview]
Message-ID: <20130820193607.7AB172004C@flycatcher.gentoo.org> (raw)

prometheanfire    13/08/20 19:36:07

  Modified:             neutron-2013.1.9999.ebuild
                        neutron-2012.2.4-r1.ebuild neutron-2013.1.3.ebuild
                        ChangeLog
  Log:
  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)

Revision  Changes    Path
1.2                  sys-cluster/neutron/neutron-2013.1.9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2013.1.9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2013.1.9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2013.1.9999.ebuild?r1=1.1&r2=1.2

Index: neutron-2013.1.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.1.9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- neutron-2013.1.9999.ebuild	20 Aug 2013 16:29:16 -0000	1.1
+++ neutron-2013.1.9999.ebuild	20 Aug 2013 19:36:07 -0000	1.2
@@ -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 @@
 	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"
 }



1.3                  sys-cluster/neutron/neutron-2012.2.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2012.2.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2012.2.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2012.2.4-r1.ebuild?r1=1.2&r2=1.3

Index: neutron-2012.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2012.2.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- neutron-2012.2.4-r1.ebuild	20 Aug 2013 19:27:12 -0000	1.2
+++ neutron-2012.2.4-r1.ebuild	20 Aug 2013 19:36:07 -0000	1.3
@@ -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 @@
 	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/"



1.3                  sys-cluster/neutron/neutron-2013.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2013.1.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2013.1.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/neutron-2013.1.3.ebuild?r1=1.2&r2=1.3

Index: neutron-2013.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/neutron-2013.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- neutron-2013.1.3.ebuild	20 Aug 2013 19:27:12 -0000	1.2
+++ neutron-2013.1.3.ebuild	20 Aug 2013 19:36:07 -0000	1.3
@@ -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 @@
 	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"
 }



1.3                  sys-cluster/neutron/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/neutron/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/neutron/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	20 Aug 2013 19:27:12 -0000	1.2
+++ ChangeLog	20 Aug 2013 19:36:07 -0000	1.3
@@ -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:





             reply	other threads:[~2013-08-20 19:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-20 19:36 Matt Thode (prometheanfire) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-22  4:54 [gentoo-commits] gentoo-x86 commit in sys-cluster/neutron: neutron-2013.1.9999.ebuild neutron-2012.2.4-r1.ebuild neutron-2013.1.3.ebuild ChangeLog Matt Thode (prometheanfire)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130820193607.7AB172004C@flycatcher.gentoo.org \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox