Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/urdf_tutorial/, dev-ros/urdf_tutorial/files/
Date: Thu, 04 May 2017 09:13:02
Message-Id: 1493889160.651b00fefab57c7b295bfc8f930b5532d8db0468.aballier@gentoo
1 commit: 651b00fefab57c7b295bfc8f930b5532d8db0468
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 08:52:29 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 09:12:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651b00fe
7
8 dev-ros/urdf_tutorial: bump to 0.2.5
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ros/urdf_tutorial/Manifest | 1 +
13 dev-ros/urdf_tutorial/files/notest.patch | 14 ++++++++++++++
14 ...rdf_tutorial-9999.ebuild => urdf_tutorial-0.2.5.ebuild} | 4 ++--
15 dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild | 4 ++--
16 4 files changed, 19 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-ros/urdf_tutorial/Manifest b/dev-ros/urdf_tutorial/Manifest
19 index 30110743174..2843b327048 100644
20 --- a/dev-ros/urdf_tutorial/Manifest
21 +++ b/dev-ros/urdf_tutorial/Manifest
22 @@ -1 +1,2 @@
23 DIST urdf_tutorial-0.2.4.tar.gz 580617 SHA256 ac6c1d666eae7987ace46bab78dc9cc837a17462e59a80574d5441d0653cf333 SHA512 be1909b6b2f4efd5e0b846ab465d9b5b4096f729ffda7568194e4d3208604be83f7007160a767cc8f6df71edca9822e7e49e8f069e88e7b27d11690f7a17bf35 WHIRLPOOL 0b1fa28982bb5cf85d6241e8bbb75f56b88c8998dce23be0ac93d31559abb1ae563dab466673cd958bef0bfa956f43687b2b14f0d996f1583b57ea04357344cb
24 +DIST urdf_tutorial-0.2.5.tar.gz 866990 SHA256 c90e7ca21bb51e851f1609c853103f39711da18f79c9915cd4d5fc3f100031c2 SHA512 5de1af9cf93063996ccd3a33a88fda022ab3182c9f5cd47c0217c63ca8501bac4bcb58f358870461ffdf1b110c47dc30734886359d5d3c30afb41412155fec04 WHIRLPOOL b4aee94389a8cbd3c3d8cfbe9fdc7fa8ea4541f35540919898af9daba1adf1f2d3e138e4eb873b4cdc508a0f142842a52cad74ffa0c91c9989c273aae6955a84
25
26 diff --git a/dev-ros/urdf_tutorial/files/notest.patch b/dev-ros/urdf_tutorial/files/notest.patch
27 new file mode 100644
28 index 00000000000..63e25b65dbe
29 --- /dev/null
30 +++ b/dev-ros/urdf_tutorial/files/notest.patch
31 @@ -0,0 +1,14 @@
32 +Index: urdf_tutorial-0.2.5/CMakeLists.txt
33 +===================================================================
34 +--- urdf_tutorial-0.2.5.orig/CMakeLists.txt
35 ++++ urdf_tutorial-0.2.5/CMakeLists.txt
36 +@@ -4,7 +4,9 @@ project(urdf_tutorial)
37 + find_package(catkin REQUIRED roslaunch)
38 + catkin_package()
39 +
40 ++if(CATKIN_ENABLE_TESTING)
41 + roslaunch_add_file_check(launch)
42 ++endif()
43 +
44 + install(DIRECTORY config images meshes launch rviz urdf
45 + DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
46
47 diff --git a/dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild b/dev-ros/urdf_tutorial/urdf_tutorial-0.2.5.ebuild
48 similarity index 82%
49 copy from dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild
50 copy to dev-ros/urdf_tutorial/urdf_tutorial-0.2.5.ebuild
51 index 68caace85fb..845c092ca24 100644
52 --- a/dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild
53 +++ b/dev-ros/urdf_tutorial/urdf_tutorial-0.2.5.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2014 Gentoo Foundation
56 +# Copyright 1999-2017 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=5
60 @@ -15,9 +15,9 @@ IUSE=""
61 RDEPEND="
62 dev-ros/urdf
63 dev-ros/joint_state_publisher
64 - dev-ros/pr2_description
65 dev-ros/robot_state_publisher
66 dev-ros/rviz
67 dev-ros/xacro
68 "
69 DEPEND="${RDEPEND}"
70 +PATCHES=( "${FILESDIR}/notest.patch" )
71
72 diff --git a/dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild b/dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild
73 index 68caace85fb..845c092ca24 100644
74 --- a/dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild
75 +++ b/dev-ros/urdf_tutorial/urdf_tutorial-9999.ebuild
76 @@ -1,4 +1,4 @@
77 -# Copyright 1999-2014 Gentoo Foundation
78 +# Copyright 1999-2017 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80
81 EAPI=5
82 @@ -15,9 +15,9 @@ IUSE=""
83 RDEPEND="
84 dev-ros/urdf
85 dev-ros/joint_state_publisher
86 - dev-ros/pr2_description
87 dev-ros/robot_state_publisher
88 dev-ros/rviz
89 dev-ros/xacro
90 "
91 DEPEND="${RDEPEND}"
92 +PATCHES=( "${FILESDIR}/notest.patch" )