Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/
Date: Wed, 18 Oct 2017 07:40:31
Message-Id: 1508312424.4eb78f3575e018aa21ea79c8589d5575c30e48d8.monsieurp@gentoo
1 commit: 4eb78f3575e018aa21ea79c8589d5575c30e48d8
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 18 07:39:34 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 18 07:40:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb78f35
7
8 app-admin/ansible: remove PATCHES array.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-admin/ansible/ansible-2.3.2.0-r2.ebuild | 2 +-
13 app-admin/ansible/ansible-2.4.0.0.ebuild | 3 ---
14 2 files changed, 1 insertion(+), 4 deletions(-)
15
16 diff --git a/app-admin/ansible/ansible-2.3.2.0-r2.ebuild b/app-admin/ansible/ansible-2.3.2.0-r2.ebuild
17 index aff0f1b8ef3..dce26e1069d 100644
18 --- a/app-admin/ansible/ansible-2.3.2.0-r2.ebuild
19 +++ b/app-admin/ansible/ansible-2.3.2.0-r2.ebuild
20 @@ -52,7 +52,7 @@ RESTRICT="test"
21 PATCHES=(
22 "${DISTDIR}/${PN}-2.3.2.0-pycryptodome.patch"
23 "${FILESDIR}/${PN}-2.3.2.0-fix_key_error.patch"
24 - )
25 +)
26
27 python_test() {
28 nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
29
30 diff --git a/app-admin/ansible/ansible-2.4.0.0.ebuild b/app-admin/ansible/ansible-2.4.0.0.ebuild
31 index b23d3fefd4a..546c17afaf9 100644
32 --- a/app-admin/ansible/ansible-2.4.0.0.ebuild
33 +++ b/app-admin/ansible/ansible-2.4.0.0.ebuild
34 @@ -45,9 +45,6 @@ DEPEND="
35 # not included in release tarball
36 RESTRICT="test"
37
38 -PATCHES=(
39 - )
40 -
41 python_test() {
42 nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
43 }