commit:     c4978d8effd156d4de1105beb21ef44f3d6e7054
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  8 17:20:25 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jul  8 17:30:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4978d8e

dev-ros/roslaunch: remove old patch, mostly useless now

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/roslaunch/files/timeout.patch     | 18 ------------------
 dev-ros/roslaunch/roslaunch-1.15.7.ebuild |  1 -
 dev-ros/roslaunch/roslaunch-9999.ebuild   |  1 -
 3 files changed, 20 deletions(-)

diff --git a/dev-ros/roslaunch/files/timeout.patch 
b/dev-ros/roslaunch/files/timeout.patch
deleted file mode 100644
index 169b12813c7..00000000000
--- a/dev-ros/roslaunch/files/timeout.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Slow HW like the raspberry pi easily hit this timeout over NFS.
-Increase it to 1 min.
-
-diff --git a/tools/roslaunch/src/roslaunch/launch.py 
b/tools/roslaunch/src/roslaunch/launch.py
-index 9a3b931..8e33c0c 100644
---- a/tools/roslaunch/src/roslaunch/launch.py
-+++ b/tools/roslaunch/src/roslaunch/launch.py
-@@ -57,8 +57,8 @@ from roslaunch.pmon import start_process_monitor, 
ProcessListener
- 
- from roslaunch.rlutil import update_terminal_name
- 
--_TIMEOUT_MASTER_START = 10.0 #seconds
--_TIMEOUT_MASTER_STOP  = 10.0 #seconds
-+_TIMEOUT_MASTER_START = 60.0 #seconds
-+_TIMEOUT_MASTER_STOP  = 60.0 #seconds
- 
- _ID = '/roslaunch'
- 

diff --git a/dev-ros/roslaunch/roslaunch-1.15.7.ebuild 
b/dev-ros/roslaunch/roslaunch-1.15.7.ebuild
index 963b1ae8e35..a3f2abeb888 100644
--- a/dev-ros/roslaunch/roslaunch-1.15.7.ebuild
+++ b/dev-ros/roslaunch/roslaunch-1.15.7.ebuild
@@ -30,7 +30,6 @@ DEPEND="${RDEPEND}
                dev-python/nose[${PYTHON_USEDEP}]
                dev-ros/test_rosmaster
        )"
-PATCHES=( "${FILESDIR}/timeout.patch" )
 
 src_test() {
        rosdep update

diff --git a/dev-ros/roslaunch/roslaunch-9999.ebuild 
b/dev-ros/roslaunch/roslaunch-9999.ebuild
index 963b1ae8e35..a3f2abeb888 100644
--- a/dev-ros/roslaunch/roslaunch-9999.ebuild
+++ b/dev-ros/roslaunch/roslaunch-9999.ebuild
@@ -30,7 +30,6 @@ DEPEND="${RDEPEND}
                dev-python/nose[${PYTHON_USEDEP}]
                dev-ros/test_rosmaster
        )"
-PATCHES=( "${FILESDIR}/timeout.patch" )
 
 src_test() {
        rosdep update

Reply via email to