* [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_tutorial/files/, dev-ros/urdf_tutorial/
@ 2017-07-07 7:11 Alexis Ballier
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2017-07-07 7:11 UTC (permalink / raw
To: gentoo-commits
commit: ae4abf7cdcd4925d324e9cfd7be0456980193603
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 07:06:31 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> 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 <davidvlu@gmail.com>
+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 @@
+ <launch>
+
+- <arg name="model" />
++ <arg name="model" default="$(find urdf_tutorial)/urdf/01-myfirst.urdf"/>
+ <arg name="gui" default="true" />
+ <arg name="rvizconfig" default="$(find urdf_tutorial)/rviz/urdf.rviz" />
+
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" )
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_tutorial/files/, dev-ros/urdf_tutorial/
@ 2018-05-15 6:37 Alexis Ballier
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2018-05-15 6:37 UTC (permalink / raw
To: gentoo-commits
commit: ec46d908d99e1a7228cfd101e4fbd5760c9bacd6
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 15 06:19:07 2018 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 15 06:19:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec46d908
dev-ros/urdf_tutorial: Remove old
Package-Manager: Portage-2.3.36, Repoman-2.3.9
dev-ros/urdf_tutorial/Manifest | 2 --
dev-ros/urdf_tutorial/files/notest.patch | 14 --------------
dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild | 23 -----------------------
dev-ros/urdf_tutorial/urdf_tutorial-0.2.5.ebuild | 23 -----------------------
4 files changed, 62 deletions(-)
diff --git a/dev-ros/urdf_tutorial/Manifest b/dev-ros/urdf_tutorial/Manifest
index aa3a3ac9a5e..4643a6c0e93 100644
--- a/dev-ros/urdf_tutorial/Manifest
+++ b/dev-ros/urdf_tutorial/Manifest
@@ -1,3 +1 @@
-DIST urdf_tutorial-0.2.4.tar.gz 580617 BLAKE2B f8a52aec05c36d3b28f74d07945af369271d47707434d04e51a57de8e3346047f31164576a05c38b936ac68b137097e6eb542ec08fc483571ec83c264e53d65a SHA512 be1909b6b2f4efd5e0b846ab465d9b5b4096f729ffda7568194e4d3208604be83f7007160a767cc8f6df71edca9822e7e49e8f069e88e7b27d11690f7a17bf35
-DIST urdf_tutorial-0.2.5.tar.gz 866990 BLAKE2B 34d63b5ae2170684175db28db326d2b3c968161013208528551485729fc15b22d6e5e08e7deeb89920c0446b6ddbfe48f96eb2b0199bbffed5f305f0c053333a SHA512 5de1af9cf93063996ccd3a33a88fda022ab3182c9f5cd47c0217c63ca8501bac4bcb58f358870461ffdf1b110c47dc30734886359d5d3c30afb41412155fec04
DIST urdf_tutorial-0.3.0.tar.gz 871048 BLAKE2B 2bca4409696011c75e7b6c1ae811fe4caec3fe34b28ea80c9774b6068c64509a97452173c1e43ba92f77081419b58bf5f6987e1e9941eca8ce077c534636bad9 SHA512 1518cd2aa783e92dd7a996b9cff9df37f21f7585d59b6001bd9a42782b2a5d81e96e8d2502955283f29390c7fc4944250ff1d954ab6e511e0886f243c4aabbde
diff --git a/dev-ros/urdf_tutorial/files/notest.patch b/dev-ros/urdf_tutorial/files/notest.patch
deleted file mode 100644
index 63e25b65dbe..00000000000
--- a/dev-ros/urdf_tutorial/files/notest.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: urdf_tutorial-0.2.5/CMakeLists.txt
-===================================================================
---- urdf_tutorial-0.2.5.orig/CMakeLists.txt
-+++ urdf_tutorial-0.2.5/CMakeLists.txt
-@@ -4,7 +4,9 @@ project(urdf_tutorial)
- find_package(catkin REQUIRED roslaunch)
- catkin_package()
-
-+if(CATKIN_ENABLE_TESTING)
- roslaunch_add_file_check(launch)
-+endif()
-
- install(DIRECTORY config images meshes launch rviz urdf
- DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
diff --git a/dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild b/dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild
deleted file mode 100644
index 68caace85fb..00000000000
--- a/dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/urdf_tutorial"
-KEYWORDS="~amd64"
-
-inherit ros-catkin
-
-DESCRIPTION="URDF tutorials"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/urdf
- dev-ros/joint_state_publisher
- dev-ros/pr2_description
- dev-ros/robot_state_publisher
- dev-ros/rviz
- dev-ros/xacro
-"
-DEPEND="${RDEPEND}"
diff --git a/dev-ros/urdf_tutorial/urdf_tutorial-0.2.5.ebuild b/dev-ros/urdf_tutorial/urdf_tutorial-0.2.5.ebuild
deleted file mode 100644
index 845c092ca24..00000000000
--- a/dev-ros/urdf_tutorial/urdf_tutorial-0.2.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/urdf_tutorial"
-KEYWORDS="~amd64"
-
-inherit ros-catkin
-
-DESCRIPTION="URDF tutorials"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/urdf
- dev-ros/joint_state_publisher
- dev-ros/robot_state_publisher
- dev-ros/rviz
- dev-ros/xacro
-"
-DEPEND="${RDEPEND}"
-PATCHES=( "${FILESDIR}/notest.patch" )
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-05-15 6:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 7:11 [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_tutorial/files/, dev-ros/urdf_tutorial/ Alexis Ballier
-- strict thread matches above, loose matches on Subject: below --
2018-05-15 6:37 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox