From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/
Date: Thu, 5 Jul 2018 19:39:02 +0000 (UTC) [thread overview]
Message-ID: <1530819533.58312c34765c6af46c3fe800f9dc7ab003baf4b5.prometheanfire@gentoo> (raw)
commit: 58312c34765c6af46c3fe800f9dc7ab003baf4b5
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 5 19:38:17 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Jul 5 19:38:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58312c34
app-admin/ansible: 2.5.6 bup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-admin/ansible/Manifest | 1 +
app-admin/ansible/ansible-2.5.6.ebuild | 66 ++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+)
diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 7182bdd4e64..6eabe735347 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -2,4 +2,5 @@ DIST ansible-2.4.3.0.tar.gz 6511115 BLAKE2B d43679c651f6aa5fd86c797a204645a8ee98
DIST ansible-2.4.4.0.tar.gz 6512938 BLAKE2B 51e397d2242209271a8aef211c3bdeb34a15e2061a202415749ecb4232e0521aff304d5585d536b1805f14ff476b0733d559eeabe6e44de7b273b8606b11b805 SHA512 f0dcf92f2c69931fa06e6dd3845c11592d5a7e44f19a99c4d6c361022708560170f2b74ad20eded61fa5812c90eed281b78396aa92e0b33717970afb5966dd72
DIST ansible-2.4.5.0.tar.gz 6515523 BLAKE2B b6d2eeae93ec8b61ca426682d702179d60674cdb95b2cc9fe413f32d429cdbcab804f34a6d0bcd51a6151dcc29297c6aef6025df52b859130b5ef4c552e85d68 SHA512 44d0e05730a9d7b5ee256c8c19a08c007d19d6523319e3c45b65206781d7384386bbde1a0f5b452b29c9b95a236140bf1c011b46f1c15592c47a15deccf8748e
DIST ansible-2.5.5.tar.gz 10150862 BLAKE2B 51184d11418c0a534c0176fcc6fde6da3c962e00502b354317b311d20122b28bbafbb8dfdfb7700a0153116c70396a882b538524395af590af16eeac043d0655 SHA512 a3d50539d2a109dc0bbcdb440e0800b917f63141dce935e6426cb6bdc51e3a93e02f05c23714c24ab00b19842a86677b8d2f2455d20ca15410fa8d3c8ba379ca
+DIST ansible-2.5.6.tar.gz 10157989 BLAKE2B 07341ab7a087e3139442d5420b461ca332f3a9e550874a746f43904763660ef12c9a2041bb991eeb315abdc7f6e31e3615d9283f407003eddddf2b661331c59a SHA512 169badaa6a94d1ea2d16cb97c7e5eb0b8c225a455edfa95f3ad9e4ec968d5b9525dec4732b60e5ba5f92412f87d8aacc0b2299f2595f3bb820ad8604be8e76d6
DIST ansible-2.6.0.tar.gz 10721104 BLAKE2B 894700762139339e43cde35d74bfcfda218a1325b45749d8ea94c1a19e210f98e2f0717ff39c54da97f9795380268da040158271f2e26986b5d2fe177e3dfe2e SHA512 0c7353eeb4a65b21439489ef8a101bb0455d24d88904011460548bfba218688b4a1fdc1d61d60d611c2bcce7f1c301c0d6bcb9f3e9db12eaf9c9ef2f96994af9
diff --git a/app-admin/ansible/ansible-2.5.6.ebuild b/app-admin/ansible/ansible-2.5.6.ebuild
new file mode 100644
index 00000000000..8f63e854644
--- /dev/null
+++ b/app-admin/ansible/ansible-2.5.6.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1 eutils versionator
+
+DESCRIPTION="Model-driven deployment, config management, and command execution framework"
+HOMEPAGE="https://ansible.com/"
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE="doc test"
+
+RDEPEND="
+ dev-python/paramiko[${PYTHON_USEDEP}]
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/httplib2[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ dev-python/netaddr[${PYTHON_USEDEP}]
+ net-misc/sshpass
+ virtual/ssh
+"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+ test? (
+ ${RDEPEND}
+ dev-python/nose[${PYTHON_USEDEP}]
+ >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+ dev-python/passlib[${PYTHON_USEDEP}]
+ dev-python/coverage[${PYTHON_USEDEP}]
+ dev-python/unittest2[${PYTHON_USEDEP}]
+ dev-vcs/git
+ )"
+
+# not included in release tarball
+RESTRICT="test"
+
+python_compile_all() {
+ if use doc; then
+ cd docs/docsite || die
+ export CPUS=4
+ emake -f Makefile.sphinx html
+ fi
+}
+
+python_test() {
+ nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
+}
+
+python_install_all() {
+ use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
+ distutils-r1_python_install_all
+
+ doman docs/man/man1/*.1
+ dodoc -r examples
+}
next reply other threads:[~2018-07-05 19:39 UTC|newest]
Thread overview: 341+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-05 19:39 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-20 3:28 [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/ Matthew Thode
2024-10-12 11:22 Michał Górny
2024-07-20 19:24 Matthew Thode
2024-06-20 17:39 Matthew Thode
2024-05-26 15:03 Matthew Thode
2024-04-20 14:19 Matthew Thode
2024-02-28 1:01 Matthew Thode
2024-02-04 16:39 Matthew Thode
2024-02-04 16:39 Matthew Thode
2024-01-13 0:17 Matthew Thode
2024-01-13 0:17 Matthew Thode
2024-01-07 18:49 Matthew Thode
2024-01-04 20:58 Matthew Thode
2023-12-12 19:21 Matthew Thode
2023-12-12 19:21 Matthew Thode
2023-12-10 16:24 Matthew Thode
2023-12-07 23:59 Matthew Thode
2023-12-05 2:17 Matthew Thode
2023-12-05 2:17 Matthew Thode
2023-11-13 21:42 Matthew Thode
2023-11-10 19:31 Matthew Thode
2023-11-10 19:31 Matthew Thode
2023-11-07 23:44 Matthew Thode
2023-10-13 19:51 Matthew Thode
2023-10-13 19:51 Matthew Thode
2023-09-15 21:54 Matthew Thode
2023-09-15 21:54 Matthew Thode
2023-09-15 21:54 Matthew Thode
2023-09-13 2:12 Matthew Thode
2023-08-18 18:02 Matthew Thode
2023-08-18 18:02 Matthew Thode
2023-08-15 16:25 Matthew Thode
2023-07-24 12:49 Michał Górny
2023-07-18 18:11 Matthew Thode
2023-07-18 18:11 Matthew Thode
2023-07-16 15:54 Matthew Thode
2023-06-22 3:16 Matthew Thode
2023-06-16 21:21 Matthew Thode
2023-05-29 20:27 Matthew Thode
2023-05-23 18:13 Matthew Thode
2023-05-20 6:22 Michał Górny
2023-05-16 22:31 Matthew Thode
2023-04-28 17:11 Matthew Thode
2023-04-28 17:11 Matthew Thode
2023-04-08 12:29 Michał Górny
2023-03-28 21:17 Matthew Thode
2023-03-28 21:15 Matthew Thode
2023-03-28 21:15 Matthew Thode
2023-03-08 20:55 Matthew Thode
2023-02-28 16:37 Matthew Thode
2023-02-09 18:49 Matthew Thode
2023-01-10 14:50 Michał Górny
2023-01-07 19:34 Matthew Thode
2023-01-06 16:38 Matthew Thode
2022-12-13 17:07 Matthew Thode
2022-12-07 19:19 Matthew Thode
2022-12-06 21:02 Matthew Thode
2022-11-14 14:30 Matthew Thode
2022-11-13 21:25 Matthew Thode
2022-11-08 16:57 Matthew Thode
2022-10-16 22:19 Matthew Thode
2022-10-16 22:19 Matthew Thode
2022-10-14 23:30 Matthew Thode
2022-10-14 23:30 Matthew Thode
2022-09-23 19:19 Matthew Thode
2022-09-16 16:22 Matthew Thode
2022-09-13 16:36 Matthew Thode
2022-09-02 10:52 Marek Szuba
2022-08-21 15:12 Matthew Thode
2022-08-19 22:38 Matthew Thode
2022-08-16 16:46 Matthew Thode
2022-07-22 4:26 Matthew Thode
2022-07-19 16:33 Matthew Thode
2022-07-18 2:50 Matthew Thode
2022-07-18 2:34 Matthew Thode
2022-06-30 21:16 Matthew Thode
2022-06-25 17:59 Matthew Thode
2022-06-25 17:38 Matthew Thode
2022-06-21 18:55 Matthew Thode
2022-06-21 18:52 Matthew Thode
2022-06-17 19:32 Matthew Thode
2022-06-02 19:37 Matthew Thode
2022-05-31 2:05 Matthew Thode
2022-05-17 17:34 Matthew Thode
2022-05-02 15:07 Matthew Thode
2022-04-30 23:52 Matthew Thode
2022-04-03 3:36 Matthew Thode
2022-03-01 19:01 Matthew Thode
2022-02-01 19:09 Matthew Thode
2022-01-08 6:41 Matthew Thode
2021-12-11 20:21 Matthew Thode
2021-12-07 17:39 Matthew Thode
2021-11-26 13:40 Marek Szuba
2021-11-11 21:59 Matthew Thode
2021-11-09 15:53 Matthew Thode
2021-10-13 0:03 Matthew Thode
2021-09-24 2:54 Matthew Thode
2021-09-24 2:25 Matthew Thode
2021-09-15 15:39 Matthew Thode
2021-09-09 13:10 Marek Szuba
2021-08-23 19:25 Matthew Thode
2021-07-24 20:26 Matthew Thode
2021-07-22 21:58 Matthew Thode
2021-07-05 13:32 Michał Górny
2021-06-15 12:33 Marek Szuba
2021-06-15 12:33 Marek Szuba
2021-06-15 11:56 Marek Szuba
2021-06-14 14:36 Matthew Thode
2021-06-06 3:19 Matthew Thode
2021-04-18 3:25 Matthew Thode
2021-03-19 18:37 Matthew Thode
2021-03-17 5:17 Matthew Thode
2021-02-20 0:37 Matthew Thode
2021-01-19 17:14 Matthew Thode
2021-01-03 20:19 Matthew Thode
2020-12-19 22:12 Matthew Thode
2020-12-15 20:12 Matthew Thode
2020-12-03 7:13 Matthew Thode
2020-11-03 18:19 Matthew Thode
2020-11-03 7:06 Matthew Thode
2020-10-27 21:55 Matthew Thode
2020-10-16 3:26 Matthew Thode
2020-10-16 3:26 Matthew Thode
2020-10-07 19:06 Patrick McLean
2020-10-06 5:59 Matthew Thode
2020-10-06 5:42 Matthew Thode
2020-10-06 5:42 Matthew Thode
2020-10-04 1:26 Matthew Thode
2020-10-03 20:39 Matthew Thode
2020-10-03 20:39 Matthew Thode
2020-10-02 18:29 Matthew Thode
2020-10-01 18:06 Matthew Thode
2020-09-16 19:47 Matthew Thode
2020-09-16 8:37 Marek Szuba
2020-09-13 3:13 Matthew Thode
2020-09-04 2:35 Matthew Thode
2020-08-21 15:29 Matthew Thode
2020-08-20 15:31 Matthew Thode
2020-08-16 21:22 Matthew Thode
2020-08-15 19:50 Matthew Thode
2020-08-11 18:03 Matthew Thode
2020-07-21 17:07 Matthew Thode
2020-07-18 22:12 Matthew Thode
2020-06-19 15:50 Matthew Thode
2020-06-13 15:54 Matthew Thode
2020-05-13 21:32 Matthew Thode
2020-05-12 9:05 Patrice Clement
2020-05-11 16:49 Agostino Sarubbo
2020-05-06 14:23 Agostino Sarubbo
2020-04-17 15:43 Matthew Thode
2020-04-06 14:15 Matthew Thode
2020-03-29 21:21 Sergei Trofimovich
2020-03-11 15:58 Matthew Thode
2020-03-11 15:58 Matthew Thode
2020-03-06 17:07 Matthew Thode
2020-02-21 1:46 Matthew Thode
2020-02-21 1:46 Matthew Thode
2020-02-17 21:51 Matthew Thode
2020-02-17 21:51 Matthew Thode
2020-02-13 22:54 Matthew Thode
2020-02-06 16:41 Matthew Thode
2020-02-05 14:24 Michał Górny
2020-01-21 17:19 Matthew Thode
2020-01-16 16:48 Matthew Thode
2020-01-07 0:24 Matthew Thode
2019-12-14 18:28 Matthew Thode
2019-12-06 16:10 Matthew Thode
2019-11-30 22:48 Matthew Thode
2019-11-18 15:28 Matthew Thode
2019-11-14 16:24 Matthew Thode
2019-11-01 17:04 Matthew Thode
2019-10-31 20:49 Matthew Thode
2019-10-18 16:03 Matthew Thode
2019-10-10 17:28 Matthew Thode
2019-09-13 15:29 Matthew Thode
2019-09-10 14:55 Matthew Thode
2019-08-23 16:13 Matthew Thode
2019-08-16 20:07 Matthew Thode
2019-08-12 18:23 Matthew Thode
2019-08-08 22:23 Matthew Thode
2019-08-05 13:42 Matthew Thode
2019-07-26 15:14 Matthew Thode
2019-07-05 14:09 Matthew Thode
2019-06-27 15:25 Matthew Thode
2019-06-24 0:15 Matthew Thode
2019-06-16 6:59 Matthew Thode
2019-06-07 15:59 Matthew Thode
2019-05-24 18:13 Matthew Thode
2019-05-20 14:14 Matthew Thode
2019-05-16 23:24 Matthew Thode
2019-05-13 14:40 Agostino Sarubbo
2019-05-11 2:16 Matthew Thode
2019-05-03 17:14 Matthew Thode
2019-05-03 17:00 Matthew Thode
2019-04-26 6:59 Agostino Sarubbo
2019-04-26 4:09 Matthew Thode
2019-04-22 19:36 Anthony G. Basile
2019-04-15 9:44 Matthew Thode
2019-04-05 2:23 Matthew Thode
2019-03-21 17:37 Matthew Thode
2019-03-15 21:24 Matthew Thode
2019-03-07 21:28 Matthew Thode
2019-02-21 21:50 Matthew Thode
2019-02-18 16:44 Matthew Thode
2019-02-08 23:01 Matthew Thode
2019-01-28 20:28 Matthew Thode
2019-01-18 6:11 Matthew Thode
2019-01-14 15:37 Matthew Thode
2018-12-17 18:31 Matthew Thode
2018-12-15 0:48 Matthew Thode
2018-12-01 16:35 Matthew Thode
2018-11-30 16:47 Matthew Thode
2018-11-18 15:22 Matthew Thode
2018-11-14 11:22 Matthew Thode
2018-11-07 22:29 Anthony G. Basile
2018-11-01 15:48 Matthew Thode
2018-11-01 15:48 Matthew Thode
2018-10-31 20:53 Matthew Thode
2018-10-25 22:29 Matthew Thode
2018-10-20 1:51 Matthew Thode
2018-10-10 22:48 Matthew Thode
2018-10-06 20:36 Matthew Thode
2018-10-04 14:39 Matthew Thode
2018-09-29 16:58 Matthew Thode
2018-09-28 0:36 Matt Thode
2018-09-16 21:09 Matt Thode
2018-09-11 16:14 Matt Thode
2018-09-07 15:53 Matt Thode
2018-08-18 2:46 Matt Thode
2018-07-28 19:42 Matt Thode
2018-07-27 19:13 Matt Thode
2018-07-19 22:13 Matt Thode
2018-07-16 20:18 Matt Thode
2018-07-05 23:15 Matt Thode
2018-06-29 5:46 Matt Thode
2018-06-22 6:24 Matt Thode
2018-06-15 22:06 Matt Thode
2018-06-15 15:51 Matt Thode
2018-06-13 19:40 Matt Thode
2018-06-01 16:05 Matt Thode
2018-05-22 22:34 Patrice Clement
2018-05-18 18:34 Matt Thode
2018-05-18 17:07 Matt Thode
2018-04-30 17:06 Matt Thode
2018-04-27 3:09 Matt Thode
2018-04-22 18:20 Matt Thode
2018-04-19 4:11 Matt Thode
2018-04-12 4:25 Matt Thode
2018-04-05 4:41 Matt Thode
2018-03-23 5:49 Matt Thode
2018-03-01 9:57 Matt Thode
2018-02-01 16:43 Matt Thode
2018-01-06 23:54 Matt Thode
2017-12-30 17:38 Matt Thode
2017-12-09 14:21 Pacho Ramos
2017-12-04 1:49 Matt Thode
2017-11-30 5:46 Matt Thode
2017-11-25 16:46 Matt Thode
2017-11-06 5:47 Matt Thode
2017-10-26 4:13 Matt Thode
2017-10-18 7:40 Patrice Clement
2017-10-17 1:42 Matt Thode
2017-09-19 4:16 Matt Thode
2017-09-08 14:10 Sven Wegener
2017-09-08 12:54 Sven Wegener
2017-09-08 12:33 Sven Wegener
2017-09-03 14:49 Ulrich Müller
2017-08-24 19:18 Matt Thode
2017-08-22 18:52 William Hubbs
2017-08-22 18:52 William Hubbs
2017-08-09 3:15 Matt Thode
2017-08-08 22:16 Matt Thode
2017-07-30 8:36 Michał Górny
2017-06-09 21:19 Matt Thode
2017-06-06 16:18 Tony Vroon
2017-05-26 14:05 Agostino Sarubbo
2017-05-25 10:44 Agostino Sarubbo
2017-05-23 13:48 Tony Vroon
2017-05-20 21:30 Matt Thode
2017-05-20 9:34 Agostino Sarubbo
2017-05-20 8:49 Agostino Sarubbo
2017-05-09 17:19 Matt Thode
2017-05-09 14:56 Matt Thode
2017-05-08 16:10 Matt Thode
2017-05-07 3:40 Matt Thode
2017-05-07 3:36 Matt Thode
2017-04-28 17:00 Matt Thode
2017-04-28 17:00 Matt Thode
2017-04-13 8:56 Patrice Clement
2017-04-12 18:35 Matt Thode
2017-04-08 18:18 Matt Thode
2017-03-29 17:40 Matt Thode
2017-03-28 23:58 Matt Thode
2017-02-06 10:20 Patrice Clement
2017-01-31 15:36 Matt Thode
2017-01-30 13:09 Agostino Sarubbo
2017-01-16 18:18 Brian Dolbec
2017-01-16 18:03 Brian Dolbec
2017-01-14 0:10 Brian Dolbec
2017-01-13 22:49 Brian Dolbec
2016-12-12 18:03 Denis Dupeyron
2016-12-08 20:01 Denis Dupeyron
2016-12-01 17:06 Matt Thode
2016-12-01 17:06 Matt Thode
2016-12-01 16:48 Matt Thode
2016-11-05 0:07 Matt Thode
2016-11-01 17:48 Sergey Popov
2016-11-01 14:29 Matt Thode
2016-10-30 16:10 Matt Thode
2016-10-01 19:28 Matt Thode
2016-09-30 23:59 Matt Thode
2016-07-29 15:35 Matt Thode
2016-07-20 11:32 Sergey Popov
2016-06-25 20:14 Agostino Sarubbo
2016-05-25 15:27 Matt Thode
2016-05-13 9:25 Agostino Sarubbo
2016-04-23 22:12 Matt Thode
2016-04-23 22:10 Matt Thode
2016-04-20 15:43 Matt Thode
2016-04-20 15:34 Matt Thode
2016-04-15 19:22 Matt Thode
2016-03-21 23:14 Matt Thode
2016-02-25 5:25 Matt Thode
2016-01-14 22:49 Matt Thode
2016-01-14 11:56 Sergey Popov
2016-01-13 19:31 Matt Thode
2016-01-13 7:51 Justin Lecher
2016-01-13 0:06 Matt Thode
2016-01-13 0:06 Matt Thode
2016-01-12 17:10 Matt Thode
2016-01-07 14:17 Tony Vroon
2015-11-17 11:23 Justin Lecher
2015-11-17 11:14 Sergey Popov
2015-11-17 9:59 Agostino Sarubbo
2015-11-17 9:09 Justin Lecher
2015-10-19 12:06 Justin Lecher
2015-10-18 18:11 Mikle Kolyada
2015-10-11 16:26 Mikle Kolyada
2015-10-10 11:17 Justin Lecher
2015-09-06 18:00 Justin Lecher
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=1530819533.58312c34765c6af46c3fe800f9dc7ab003baf4b5.prometheanfire@gentoo \
--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