public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/files/, dev-python/twisted/
Date: Wed, 18 Sep 2019 16:23:26 +0000 (UTC)	[thread overview]
Message-ID: <1568823803.a6e7afbaec56eb08f43682f6381c16b9f1e7198f.mgorny@gentoo> (raw)

commit:     a6e7afbaec56eb08f43682f6381c16b9f1e7198f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 16:17:04 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 16:23:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e7afba

dev-python/twisted: Remove +x from files/trial

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/twisted/files/trial              | 0
 dev-python/twisted/twisted-16.6.0-r3.ebuild | 3 ++-
 dev-python/twisted/twisted-17.1.0-r2.ebuild | 3 ++-
 dev-python/twisted/twisted-17.9.0.ebuild    | 3 ++-
 dev-python/twisted/twisted-18.4.0.ebuild    | 3 ++-
 dev-python/twisted/twisted-18.7.0.ebuild    | 3 ++-
 6 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/dev-python/twisted/files/trial b/dev-python/twisted/files/trial
old mode 100755
new mode 100644

diff --git a/dev-python/twisted/twisted-16.6.0-r3.ebuild b/dev-python/twisted/twisted-16.6.0-r3.ebuild
index cc2d554f402..61c95aa34aa 100644
--- a/dev-python/twisted/twisted-16.6.0-r3.ebuild
+++ b/dev-python/twisted/twisted-16.6.0-r3.ebuild
@@ -112,7 +112,8 @@ python_test() {
 	# workaround for the eclass not installing the entry points
 	# in the test environment.  copy the old 16.3.2 start script
 	# to run the tests with
-	cp "${FILESDIR}"/trial "${TEST_DIR}"
+	cp "${FILESDIR}"/trial "${TEST_DIR}" || die
+	chmod +x "${TEST_DIR}"/trial || die
 
 	pushd "${TEST_DIR}" > /dev/null || die
 

diff --git a/dev-python/twisted/twisted-17.1.0-r2.ebuild b/dev-python/twisted/twisted-17.1.0-r2.ebuild
index 7b72031402e..2c5297195b2 100644
--- a/dev-python/twisted/twisted-17.1.0-r2.ebuild
+++ b/dev-python/twisted/twisted-17.1.0-r2.ebuild
@@ -113,7 +113,8 @@ python_test() {
 	# workaround for the eclass not installing the entry points
 	# in the test environment.  copy the old 16.3.2 start script
 	# to run the tests with
-	cp "${FILESDIR}"/trial "${TEST_DIR}"
+	cp "${FILESDIR}"/trial "${TEST_DIR}" || die
+	chmod +x "${TEST_DIR}"/trial || die
 
 	pushd "${TEST_DIR}" > /dev/null || die
 

diff --git a/dev-python/twisted/twisted-17.9.0.ebuild b/dev-python/twisted/twisted-17.9.0.ebuild
index d9ab3a98e0b..2af9dc59009 100644
--- a/dev-python/twisted/twisted-17.9.0.ebuild
+++ b/dev-python/twisted/twisted-17.9.0.ebuild
@@ -120,7 +120,8 @@ python_test() {
 	# workaround for the eclass not installing the entry points
 	# in the test environment.  copy the old 16.3.2 start script
 	# to run the tests with
-	cp "${FILESDIR}"/trial "${TEST_DIR}"
+	cp "${FILESDIR}"/trial "${TEST_DIR}" || die
+	chmod +x "${TEST_DIR}"/trial || die
 
 	pushd "${TEST_DIR}" > /dev/null || die
 

diff --git a/dev-python/twisted/twisted-18.4.0.ebuild b/dev-python/twisted/twisted-18.4.0.ebuild
index 05bc6ecafa7..62428e4db22 100644
--- a/dev-python/twisted/twisted-18.4.0.ebuild
+++ b/dev-python/twisted/twisted-18.4.0.ebuild
@@ -119,7 +119,8 @@ python_test() {
 	# workaround for the eclass not installing the entry points
 	# in the test environment.  copy the old 16.3.2 start script
 	# to run the tests with
-	cp "${FILESDIR}"/trial "${TEST_DIR}"
+	cp "${FILESDIR}"/trial "${TEST_DIR}" || die
+	chmod +x "${TEST_DIR}"/trial || die
 
 	pushd "${TEST_DIR}" > /dev/null || die
 

diff --git a/dev-python/twisted/twisted-18.7.0.ebuild b/dev-python/twisted/twisted-18.7.0.ebuild
index a3d79b03733..9b927dd62be 100644
--- a/dev-python/twisted/twisted-18.7.0.ebuild
+++ b/dev-python/twisted/twisted-18.7.0.ebuild
@@ -121,7 +121,8 @@ python_test() {
 	# workaround for the eclass not installing the entry points
 	# in the test environment.  copy the old 16.3.2 start script
 	# to run the tests with
-	cp "${FILESDIR}"/trial "${TEST_DIR}"
+	cp "${FILESDIR}"/trial "${TEST_DIR}" || die
+	chmod +x "${TEST_DIR}"/trial || die
 
 	pushd "${TEST_DIR}" > /dev/null || die
 


             reply	other threads:[~2019-09-18 16:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-18 16:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-29  9:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/files/, dev-python/twisted/ Michał Górny
2025-03-18  8:05 Petr Vaněk
2024-07-31 15:10 Petr Vaněk
2024-06-28  7:47 Petr Vaněk
2023-05-28 23:32 Sam James
2022-10-11  7:27 Michał Górny
2021-10-17  7:15 Michał Górny
2021-07-30 18:14 Michał Górny
2020-05-27 11:00 Michał Górny
2017-05-03  9:26 Michał Górny
2017-03-31 21:11 Brian Dolbec

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=1568823803.a6e7afbaec56eb08f43682f6381c16b9f1e7198f.mgorny@gentoo \
    --to=mgorny@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