From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AB6E139697 for ; Fri, 7 Jul 2017 07:11:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA6B92340DF; Fri, 7 Jul 2017 07:11:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA2252340D7 for ; Fri, 7 Jul 2017 07:11:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A996034176B for ; Fri, 7 Jul 2017 07:11:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDF4774AA for ; Fri, 7 Jul 2017 07:11:44 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1499411429.ae4abf7cdcd4925d324e9cfd7be0456980193603.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_tutorial/files/, dev-ros/urdf_tutorial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/urdf_tutorial/files/tests.patch dev-ros/urdf_tutorial/urdf_tutorial-0.3.0.ebuild X-VCS-Directories: dev-ros/urdf_tutorial/ dev-ros/urdf_tutorial/files/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ae4abf7cdcd4925d324e9cfd7be0456980193603 X-VCS-Branch: master Date: Fri, 7 Jul 2017 07:11:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08c4efdd-70ec-43dd-b7b6-23e1533aba5b X-Archives-Hash: 2c92b0d4e2d7480999110358022ae599 commit: ae4abf7cdcd4925d324e9cfd7be0456980193603 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 7 07:06:31 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 7 07:10:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4abf7c dev-ros/urdf_tutorial: Bump to 0.3.0 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ros/urdf_tutorial/files/tests.patch | 18 ++++++++++++++++++ dev-ros/urdf_tutorial/urdf_tutorial-0.3.0.ebuild | 2 ++ 2 files changed, 20 insertions(+) diff --git a/dev-ros/urdf_tutorial/files/tests.patch b/dev-ros/urdf_tutorial/files/tests.patch new file mode 100644 index 00000000000..b34f76bc4b8 --- /dev/null +++ b/dev-ros/urdf_tutorial/files/tests.patch @@ -0,0 +1,18 @@ +commit 3c068fc166d662d1459610a56dc955f3bf22f7fe +Author: David V. Lu +Date: Sun Jul 2 16:07:37 2017 -0400 + + Fix launch test + +diff --git a/urdf_tutorial/launch/display.launch b/urdf_tutorial/launch/display.launch +index 959946a..66a429a 100644 +--- a/urdf_tutorial/launch/display.launch ++++ b/urdf_tutorial/launch/display.launch +@@ -1,6 +1,6 @@ + + +- ++ + + + diff --git a/dev-ros/urdf_tutorial/urdf_tutorial-0.3.0.ebuild b/dev-ros/urdf_tutorial/urdf_tutorial-0.3.0.ebuild index 5e71d276670..1c6352b1871 100644 --- a/dev-ros/urdf_tutorial/urdf_tutorial-0.3.0.ebuild +++ b/dev-ros/urdf_tutorial/urdf_tutorial-0.3.0.ebuild @@ -24,3 +24,5 @@ RDEPEND=" DEPEND="${RDEPEND} test? ( dev-ros/roslaunch[${PYTHON_USEDEP}] ) " + +PATCHES=( "${FILESDIR}/tests.patch" )