summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2014-07-23 12:06:48 +0000
committerSergey Popov <pinkbyte@gentoo.org>2014-07-23 12:06:48 +0000
commit3dd3a9c7bc1a8a6e13be78ab099ae153279f3bdc (patch)
treee3d41b97c0594890d15ae0527203ae7de9d111cf /app-admin/ansible
parentStable on alpha, bug #493400 (diff)
downloadgentoo-2-3dd3a9c7bc1a8a6e13be78ab099ae153279f3bdc.tar.gz
gentoo-2-3dd3a9c7bc1a8a6e13be78ab099ae153279f3bdc.tar.bz2
gentoo-2-3dd3a9c7bc1a8a6e13be78ab099ae153279f3bdc.zip
Restore DOC_CONTENTS, that was moved to separate file by previous non-maintainer commits and brake installations in some rare cases
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-admin/ansible')
-rw-r--r--app-admin/ansible/ChangeLog7
-rw-r--r--app-admin/ansible/ansible-1.6.8.ebuild11
-rw-r--r--app-admin/ansible/files/README.gentoo10
3 files changed, 16 insertions, 12 deletions
diff --git a/app-admin/ansible/ChangeLog b/app-admin/ansible/ChangeLog
index 3efce89da233..7175b2c5299f 100644
--- a/app-admin/ansible/ChangeLog
+++ b/app-admin/ansible/ChangeLog
@@ -1,6 +1,11 @@
# 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.45 2014/07/23 08:40:18 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.46 2014/07/23 12:06:48 pinkbyte Exp $
+
+ 23 Jul 2014; Sergey Popov <pinkbyte@gentoo.org> ansible-1.6.8.ebuild,
+ -files/README.gentoo:
+ Restore DOC_CONTENTS, that was moved to separate file by previous
+ non-maintainer commits and brake installations in some rare cases
*ansible-1.6.8 (23 Jul 2014)
diff --git a/app-admin/ansible/ansible-1.6.8.ebuild b/app-admin/ansible/ansible-1.6.8.ebuild
index 92729918b16b..14d8cb80cdcd 100644
--- a/app-admin/ansible/ansible-1.6.8.ebuild
+++ b/app-admin/ansible/ansible-1.6.8.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.8.ebuild,v 1.1 2014/07/23 08:40:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-1.6.8.ebuild,v 1.2 2014/07/23 12:06:48 pinkbyte Exp $
EAPI="5"
@@ -29,6 +29,15 @@ 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
deleted file mode 100644
index ad258991f175..000000000000
--- a/app-admin/ansible/files/README.gentoo
+++ /dev/null
@@ -1,10 +0,0 @@
-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"
-
-