Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/files/, dev-python/twisted/
Date: Wed, 18 Sep 2019 16:23:30
Message-Id: 1568823803.a6e7afbaec56eb08f43682f6381c16b9f1e7198f.mgorny@gentoo
1 commit: a6e7afbaec56eb08f43682f6381c16b9f1e7198f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 18 16:17:04 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 18 16:23:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e7afba
7
8 dev-python/twisted: Remove +x from files/trial
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/twisted/files/trial | 0
13 dev-python/twisted/twisted-16.6.0-r3.ebuild | 3 ++-
14 dev-python/twisted/twisted-17.1.0-r2.ebuild | 3 ++-
15 dev-python/twisted/twisted-17.9.0.ebuild | 3 ++-
16 dev-python/twisted/twisted-18.4.0.ebuild | 3 ++-
17 dev-python/twisted/twisted-18.7.0.ebuild | 3 ++-
18 6 files changed, 10 insertions(+), 5 deletions(-)
19
20 diff --git a/dev-python/twisted/files/trial b/dev-python/twisted/files/trial
21 old mode 100755
22 new mode 100644
23
24 diff --git a/dev-python/twisted/twisted-16.6.0-r3.ebuild b/dev-python/twisted/twisted-16.6.0-r3.ebuild
25 index cc2d554f402..61c95aa34aa 100644
26 --- a/dev-python/twisted/twisted-16.6.0-r3.ebuild
27 +++ b/dev-python/twisted/twisted-16.6.0-r3.ebuild
28 @@ -112,7 +112,8 @@ python_test() {
29 # workaround for the eclass not installing the entry points
30 # in the test environment. copy the old 16.3.2 start script
31 # to run the tests with
32 - cp "${FILESDIR}"/trial "${TEST_DIR}"
33 + cp "${FILESDIR}"/trial "${TEST_DIR}" || die
34 + chmod +x "${TEST_DIR}"/trial || die
35
36 pushd "${TEST_DIR}" > /dev/null || die
37
38
39 diff --git a/dev-python/twisted/twisted-17.1.0-r2.ebuild b/dev-python/twisted/twisted-17.1.0-r2.ebuild
40 index 7b72031402e..2c5297195b2 100644
41 --- a/dev-python/twisted/twisted-17.1.0-r2.ebuild
42 +++ b/dev-python/twisted/twisted-17.1.0-r2.ebuild
43 @@ -113,7 +113,8 @@ python_test() {
44 # workaround for the eclass not installing the entry points
45 # in the test environment. copy the old 16.3.2 start script
46 # to run the tests with
47 - cp "${FILESDIR}"/trial "${TEST_DIR}"
48 + cp "${FILESDIR}"/trial "${TEST_DIR}" || die
49 + chmod +x "${TEST_DIR}"/trial || die
50
51 pushd "${TEST_DIR}" > /dev/null || die
52
53
54 diff --git a/dev-python/twisted/twisted-17.9.0.ebuild b/dev-python/twisted/twisted-17.9.0.ebuild
55 index d9ab3a98e0b..2af9dc59009 100644
56 --- a/dev-python/twisted/twisted-17.9.0.ebuild
57 +++ b/dev-python/twisted/twisted-17.9.0.ebuild
58 @@ -120,7 +120,8 @@ python_test() {
59 # workaround for the eclass not installing the entry points
60 # in the test environment. copy the old 16.3.2 start script
61 # to run the tests with
62 - cp "${FILESDIR}"/trial "${TEST_DIR}"
63 + cp "${FILESDIR}"/trial "${TEST_DIR}" || die
64 + chmod +x "${TEST_DIR}"/trial || die
65
66 pushd "${TEST_DIR}" > /dev/null || die
67
68
69 diff --git a/dev-python/twisted/twisted-18.4.0.ebuild b/dev-python/twisted/twisted-18.4.0.ebuild
70 index 05bc6ecafa7..62428e4db22 100644
71 --- a/dev-python/twisted/twisted-18.4.0.ebuild
72 +++ b/dev-python/twisted/twisted-18.4.0.ebuild
73 @@ -119,7 +119,8 @@ python_test() {
74 # workaround for the eclass not installing the entry points
75 # in the test environment. copy the old 16.3.2 start script
76 # to run the tests with
77 - cp "${FILESDIR}"/trial "${TEST_DIR}"
78 + cp "${FILESDIR}"/trial "${TEST_DIR}" || die
79 + chmod +x "${TEST_DIR}"/trial || die
80
81 pushd "${TEST_DIR}" > /dev/null || die
82
83
84 diff --git a/dev-python/twisted/twisted-18.7.0.ebuild b/dev-python/twisted/twisted-18.7.0.ebuild
85 index a3d79b03733..9b927dd62be 100644
86 --- a/dev-python/twisted/twisted-18.7.0.ebuild
87 +++ b/dev-python/twisted/twisted-18.7.0.ebuild
88 @@ -121,7 +121,8 @@ python_test() {
89 # workaround for the eclass not installing the entry points
90 # in the test environment. copy the old 16.3.2 start script
91 # to run the tests with
92 - cp "${FILESDIR}"/trial "${TEST_DIR}"
93 + cp "${FILESDIR}"/trial "${TEST_DIR}" || die
94 + chmod +x "${TEST_DIR}"/trial || die
95
96 pushd "${TEST_DIR}" > /dev/null || die