Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible/
Date: Fri, 01 Nov 2019 17:04:07
Message-Id: 1572627836.650b8df443387201e4a43b0a8d0f1df61349083b.prometheanfire@gentoo
1 commit: 650b8df443387201e4a43b0a8d0f1df61349083b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 1 16:37:25 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 1 17:03:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650b8df4
7
8 app-admin/ansible: remove manifest.in removal
9
10 Fixes: https://bugs.gentoo.org/699086
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-admin/ansible/ansible-2.9.0.ebuild | 5 -----
15 app-admin/ansible/ansible-9999.ebuild | 5 -----
16 2 files changed, 10 deletions(-)
17
18 diff --git a/app-admin/ansible/ansible-2.9.0.ebuild b/app-admin/ansible/ansible-2.9.0.ebuild
19 index ed9cfd72741..29be3eba4da 100644
20 --- a/app-admin/ansible/ansible-2.9.0.ebuild
21 +++ b/app-admin/ansible/ansible-2.9.0.ebuild
22 @@ -56,11 +56,6 @@ python_compile_all() {
23 fi
24 }
25
26 -python_prepare_all() {
27 - rm -fv MANIFEST.in || die
28 - distutils-r1_python_prepare_all
29 -}
30 -
31 python_test() {
32 nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
33 }
34
35 diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild
36 index 64bfd803760..fbd68a46834 100644
37 --- a/app-admin/ansible/ansible-9999.ebuild
38 +++ b/app-admin/ansible/ansible-9999.ebuild
39 @@ -57,11 +57,6 @@ python_compile_all() {
40 fi
41 }
42
43 -python_prepare_all() {
44 - rm -fv MANIFEST.in || die
45 - distutils-r1_python_prepare_all
46 -}
47 -
48 python_test() {
49 nosetests -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches || die
50 }