public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/openstack-guest-agents-unix: openstack-guest-agents-unix-1.39.0-r1.ebuild openstack-guest-agents-unix-1.39.0.ebuild ChangeLog
@ 2014-06-23  5:39 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2014-06-23  5:39 UTC (permalink / raw
  To: gentoo-commits

patrick     14/06/23 05:39:52

  Modified:             openstack-guest-agents-unix-1.39.0-r1.ebuild
                        openstack-guest-agents-unix-1.39.0.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r1.ebuild?r1=1.1&r2=1.2

Index: openstack-guest-agents-unix-1.39.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openstack-guest-agents-unix-1.39.0-r1.ebuild	22 Jun 2014 02:06:59 -0000	1.1
+++ openstack-guest-agents-unix-1.39.0-r1.ebuild	23 Jun 2014 05:39:51 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r1.ebuild,v 1.1 2014/06/22 02:06:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0-r1.ebuild,v 1.2 2014/06/23 05:39:51 patrick Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 ) # does not work with py3 yet
@@ -38,6 +38,6 @@
 }
 
 src_install() {
- emake DESTDIR="${D}" install
- doinitd scripts/gentoo/nova-agent
+	emake DESTDIR="${D}" install
+	doinitd scripts/gentoo/nova-agent
 }



1.2                  app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild?r1=1.1&r2=1.2

Index: openstack-guest-agents-unix-1.39.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openstack-guest-agents-unix-1.39.0.ebuild	22 Jun 2014 02:06:59 -0000	1.1
+++ openstack-guest-agents-unix-1.39.0.ebuild	23 Jun 2014 05:39:51 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild,v 1.1 2014/06/22 02:06:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/openstack-guest-agents-unix-1.39.0.ebuild,v 1.2 2014/06/23 05:39:51 patrick Exp $
 
 EAPI=5
 
@@ -16,18 +16,17 @@
 IUSE=""
 
 DEPEND="
- dev-util/patchelf
- dev-python/pycrypto
- dev-python/pyxenstore
- "
+	dev-util/patchelf
+	dev-python/pycrypto
+	dev-python/pyxenstore
+	"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
- eautoreconf
+	eautoreconf
 }
 
 src_install() {
- emake DESTDIR="${D}" install
-
- doinitd scripts/gentoo/nova-agent
+	emake DESTDIR="${D}" install
+	doinitd scripts/gentoo/nova-agent
 }



1.3                  app-emulation/openstack-guest-agents-unix/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	22 Jun 2014 04:16:14 -0000	1.2
+++ ChangeLog	23 Jun 2014 05:39:51 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for app-emulation/openstack-guest-agents-unix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog,v 1.2 2014/06/22 04:16:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/openstack-guest-agents-unix/ChangeLog,v 1.3 2014/06/23 05:39:51 patrick Exp $
+
+  23 Jun 2014; Patrick Lauer <patrick@gentoo.org>
+  openstack-guest-agents-unix-1.39.0-r1.ebuild,
+  openstack-guest-agents-unix-1.39.0.ebuild:
+  Whitespace
 
 *openstack-guest-agents-unix-1.39.0-r2 (22 Jun 2014)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-23  5:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23  5:39 [gentoo-commits] gentoo-x86 commit in app-emulation/openstack-guest-agents-unix: openstack-guest-agents-unix-1.39.0-r1.ebuild openstack-guest-agents-unix-1.39.0.ebuild ChangeLog Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox