diff options
author | 2014-07-23 07:50:28 +0000 | |
---|---|---|
committer | 2014-07-23 07:50:28 +0000 | |
commit | 4ac94a4b4e6102613fc0c216c75052cb73774101 (patch) | |
tree | 22fc2f1fe40932ac04f89140bf7320477afcff23 /app-admin | |
parent | Fixing dependency. Bug #514528 (diff) | |
download | gentoo-2-4ac94a4b4e6102613fc0c216c75052cb73774101.tar.gz gentoo-2-4ac94a4b4e6102613fc0c216c75052cb73774101.tar.bz2 gentoo-2-4ac94a4b4e6102613fc0c216c75052cb73774101.zip |
app-admin/ansible: Version Bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ansible/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/ansible/ansible-1.6.7.ebuild (renamed from app-admin/ansible/ansible-1.6.1.ebuild) | 11 | ||||
-rw-r--r-- | app-admin/ansible/files/README.gentoo | 10 |
3 files changed, 18 insertions, 11 deletions
diff --git a/app-admin/ansible/ChangeLog b/app-admin/ansible/ChangeLog index c4055158bb35..af32b7f2ef43 100644 --- a/app-admin/ansible/ChangeLog +++ b/app-admin/ansible/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/ansible # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.43 2014/05/08 07:55:42 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.44 2014/07/23 07:50:28 jlec Exp $ + +*ansible-1.6.7 (23 Jul 2014) + + 23 Jul 2014; Justin Lecher <jlec@gentoo.org> -ansible-1.6.1.ebuild, + +ansible-1.6.7.ebuild, +files/README.gentoo: + Version Bump 08 May 2014; Sergey Popov <pinkbyte@gentoo.org> ansible-9999.ebuild: Migrate to git-r3 eclass diff --git a/app-admin/ansible/ansible-1.6.1.ebuild b/app-admin/ansible/ansible-1.6.7.ebuild index f737295fd180..ae8bd7880baf 100644 --- a/app-admin/ansible/ansible-1.6.1.ebuild +++ b/app-admin/ansible/ansible-1.6.7.ebuild @@ -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-admin/ansible/ansible-1.6.1.ebuild,v 1.1 2014/05/08 07:47:40 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-1.6.7.ebuild,v 1.1 2014/07/23 07:50:28 jlec Exp $ EAPI="5" @@ -29,15 +29,6 @@ RDEPEND=" virtual/ssh " -DOC_CONTENTS="You can define parameters through shell variables OR use config files -Examples of config files installed in /usr/share/doc/${PF}/examples\n\n -You have to create ansible hosts file!\n -More info on http://docs.ansible.com/intro_getting_started.html - -Some optional dependencies, you might want to install: -dev-python/keyczar - needed to support accelerated mode -dev-python/paramiko - alternative SSH backend" - python_test() { make tests || die "tests failed" } diff --git a/app-admin/ansible/files/README.gentoo b/app-admin/ansible/files/README.gentoo new file mode 100644 index 000000000000..ad258991f175 --- /dev/null +++ b/app-admin/ansible/files/README.gentoo @@ -0,0 +1,10 @@ +You can define parameters through shell variables OR use config files +Examples of config files installed in /usr/share/doc/${PF}/examples +You have to create ansible hosts file! +More info on http://docs.ansible.com/intro_getting_started.html + +Some optional dependencies, you might want to install: +dev-python/keyczar - needed to support accelerated mode +dev-python/paramiko - alternative SSH backend" + + |