public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/ansible: ansible-1.9.0.1.ebuild ansible-1.9.1.ebuild ansible-9999.ebuild ChangeLog
@ 2015-06-06  9:50 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-06-06  9:50 UTC (permalink / raw
  To: gentoo-commits

jlec        15/06/06 09:50:13

  Modified:             ansible-1.9.0.1.ebuild ansible-1.9.1.ebuild
                        ansible-9999.ebuild ChangeLog
  Log:
  Fix typo in function name, bug #551310
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.4                  app-admin/ansible/ansible-1.9.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ansible-1.9.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ansible-1.9.0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ansible-1.9.0.1.ebuild?r1=1.3&r2=1.4

Index: ansible-1.9.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-1.9.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ansible-1.9.0.1.ebuild	13 May 2015 09:36:13 -0000	1.3
+++ ansible-1.9.0.1.ebuild	6 Jun 2015 09:50:13 -0000	1.4
@@ -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/app-admin/ansible/ansible-1.9.0.1.ebuild,v 1.3 2015/05/13 09:36:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-1.9.0.1.ebuild,v 1.4 2015/06/06 09:50:13 jlec Exp $
 
 EAPI=5
 
@@ -59,5 +59,5 @@
 }
 
 pkg_postinst() {
-	optfeatures "Alternative ssh transport" dev-python/paramiko
+	optfeature "Alternative ssh transport" dev-python/paramiko
 }



1.2                  app-admin/ansible/ansible-1.9.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ansible-1.9.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ansible-1.9.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ansible-1.9.1.ebuild?r1=1.1&r2=1.2

Index: ansible-1.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-1.9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ansible-1.9.1.ebuild	5 May 2015 17:04:14 -0000	1.1
+++ ansible-1.9.1.ebuild	6 Jun 2015 09:50:13 -0000	1.2
@@ -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/app-admin/ansible/ansible-1.9.1.ebuild,v 1.1 2015/05/05 17:04:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-1.9.1.ebuild,v 1.2 2015/06/06 09:50:13 jlec Exp $
 
 EAPI=5
 
@@ -59,5 +59,5 @@
 }
 
 pkg_postinst() {
-	optfeatures "Alternative ssh transport" dev-python/paramiko
+	optfeature "Alternative ssh transport" dev-python/paramiko
 }



1.25                 app-admin/ansible/ansible-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ansible-9999.ebuild?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ansible-9999.ebuild?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ansible-9999.ebuild?r1=1.24&r2=1.25

Index: ansible-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-9999.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ansible-9999.ebuild	28 Mar 2015 10:50:44 -0000	1.24
+++ ansible-9999.ebuild	6 Jun 2015 09:50:13 -0000	1.25
@@ -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/app-admin/ansible/ansible-9999.ebuild,v 1.24 2015/03/28 10:50:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-9999.ebuild,v 1.25 2015/06/06 09:50:13 jlec Exp $
 
 EAPI=5
 
@@ -58,5 +58,5 @@
 }
 
 pkg_postinst() {
-	optfeatures "Alternative ssh transport" dev-python/paramiko
+	optfeature "Alternative ssh transport" dev-python/paramiko
 }



1.71                 app-admin/ansible/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/ansible/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	3 Jun 2015 11:10:37 -0000	1.70
+++ ChangeLog	6 Jun 2015 09:50:13 -0000	1.71
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/ansible
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.70 2015/06/03 11:10:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.71 2015/06/06 09:50:13 jlec Exp $
+
+  06 Jun 2015; Justin Lecher <jlec@gentoo.org> ansible-1.9.0.1.ebuild,
+  ansible-1.9.1.ebuild, ansible-9999.ebuild:
+  Fix typo in function name, bug #551310
 
   03 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add pypi to remote-id in metadata.xml





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

only message in thread, other threads:[~2015-06-06  9:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-06  9:50 [gentoo-commits] gentoo-x86 commit in app-admin/ansible: ansible-1.9.0.1.ebuild ansible-1.9.1.ebuild ansible-9999.ebuild ChangeLog Justin Lecher (jlec)

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