[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf/

2021-08-12 Thread Alexis Ballier
commit: 385374bba2d5659b544423aa7dca75da134af01c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Aug 12 16:47:28 2021 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Aug 12 16:58:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385374bb

dev-ros/tf: add slot dep on angles

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/tf/{tf-1.13.2-r3.ebuild => tf-1.13.2-r4.ebuild} | 2 +-
 dev-ros/tf/tf-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/tf/tf-1.13.2-r3.ebuild b/dev-ros/tf/tf-1.13.2-r4.ebuild
similarity index 98%
rename from dev-ros/tf/tf-1.13.2-r3.ebuild
rename to dev-ros/tf/tf-1.13.2-r4.ebuild
index 1bca719cd3f..550fa9b2c71 100644
--- a/dev-ros/tf/tf-1.13.2-r3.ebuild
+++ b/dev-ros/tf/tf-1.13.2-r4.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 
 RDEPEND="
dev-libs/boost:=[threads(+)]
-   dev-ros/angles
+   dev-ros/angles:0
dev-ros/message_filters
dev-ros/rosconsole
dev-ros/rostime

diff --git a/dev-ros/tf/tf-.ebuild b/dev-ros/tf/tf-.ebuild
index 1bca719cd3f..550fa9b2c71 100644
--- a/dev-ros/tf/tf-.ebuild
+++ b/dev-ros/tf/tf-.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 
 RDEPEND="
dev-libs/boost:=[threads(+)]
-   dev-ros/angles
+   dev-ros/angles:0
dev-ros/message_filters
dev-ros/rosconsole
dev-ros/rostime



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf/

2021-08-03 Thread Alexis Ballier
commit: a951c65b7a870c1ef77d50103cbd6582a31c9f67
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Aug  3 14:31:40 2021 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Aug  3 15:17:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a951c65b

dev-ros/tf: add missing numpy dep

Closes: https://bugs.gentoo.org/796698
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/tf/{tf-1.13.2-r2.ebuild => tf-1.13.2-r3.ebuild} | 1 +
 dev-ros/tf/tf-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/tf/tf-1.13.2-r2.ebuild b/dev-ros/tf/tf-1.13.2-r3.ebuild
similarity index 94%
rename from dev-ros/tf/tf-1.13.2-r2.ebuild
rename to dev-ros/tf/tf-1.13.2-r3.ebuild
index 0a1e2df469d..1bca719cd3f 100644
--- a/dev-ros/tf/tf-1.13.2-r2.ebuild
+++ b/dev-ros/tf/tf-1.13.2-r3.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]")
+   $(python_gen_cond_dep "dev-python/numpy[\${PYTHON_USEDEP}]")
dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
 "

diff --git a/dev-ros/tf/tf-.ebuild b/dev-ros/tf/tf-.ebuild
index 0a1e2df469d..1bca719cd3f 100644
--- a/dev-ros/tf/tf-.ebuild
+++ b/dev-ros/tf/tf-.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
dev-ros/roslib[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep "dev-python/rospkg[\${PYTHON_USEDEP}]")
+   $(python_gen_cond_dep "dev-python/numpy[\${PYTHON_USEDEP}]")
dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf/, dev-ros/tf/files/

2020-07-29 Thread Alexis Ballier
commit: cf64eac86ab41ef2523defcacd4207c0fccb94e9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jul 29 12:52:35 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jul 29 12:58:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf64eac8

dev-ros/tf: stop using yaml.load

Fixes tests

Closes: https://bugs.gentoo.org/623656
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/tf/files/yaml.patch  | 13 +
 dev-ros/tf/{tf-1.13.2.ebuild => tf-1.13.2-r1.ebuild} |  1 +
 dev-ros/tf/tf-.ebuild|  1 +
 3 files changed, 15 insertions(+)

diff --git a/dev-ros/tf/files/yaml.patch b/dev-ros/tf/files/yaml.patch
new file mode 100644
index 000..344ef80417a
--- /dev/null
+++ b/dev-ros/tf/files/yaml.patch
@@ -0,0 +1,13 @@
+Index: tf/src/tf/listener.py
+===
+--- tf.orig/src/tf/listener.py
 tf/src/tf/listener.py
+@@ -94,7 +94,7 @@ class Transformer(object):
+ 
+ def getFrameStrings(self):
+ """ Not a recommended API, only here for backwards compatibility """
+-data = yaml.load(self._buffer.all_frames_as_yaml()) or {}
++data = yaml.safe_load(self._buffer.all_frames_as_yaml()) or {}
+ return [p for p, _ in data.items()]
+ 
+ def getLatestCommonTime(self, source_frame, dest_frame):

diff --git a/dev-ros/tf/tf-1.13.2.ebuild b/dev-ros/tf/tf-1.13.2-r1.ebuild
similarity index 96%
rename from dev-ros/tf/tf-1.13.2.ebuild
rename to dev-ros/tf/tf-1.13.2-r1.ebuild
index 6f018ff01c1..360303d8a91 100644
--- a/dev-ros/tf/tf-1.13.2.ebuild
+++ b/dev-ros/tf/tf-1.13.2-r1.ebuild
@@ -37,3 +37,4 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"
+PATCHES=( "${FILESDIR}/yaml.patch" )

diff --git a/dev-ros/tf/tf-.ebuild b/dev-ros/tf/tf-.ebuild
index 6f018ff01c1..360303d8a91 100644
--- a/dev-ros/tf/tf-.ebuild
+++ b/dev-ros/tf/tf-.ebuild
@@ -37,3 +37,4 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
)"
+PATCHES=( "${FILESDIR}/yaml.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf/files/, dev-ros/tf/

2019-08-25 Thread Alexis Ballier
commit: 4d893616106d03558c8f403911e33b42ef3b731d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Aug 25 18:21:20 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Aug 25 18:21:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d893616

dev-ros/tf: upstream fix for boost 1.70.0

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/tf/files/boost.patch | 28 
 dev-ros/tf/tf-1.12.0.ebuild  |  3 ++-
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/dev-ros/tf/files/boost.patch b/dev-ros/tf/files/boost.patch
new file mode 100644
index 000..dd926cf0584
--- /dev/null
+++ b/dev-ros/tf/files/boost.patch
@@ -0,0 +1,28 @@
+From 2eed72cb7b63fc4ee98af695c625d9a741a09897 Mon Sep 17 00:00:00 2001
+From: Maarten de Vries 
+Date: Thu, 17 Jan 2019 21:40:28 +0100
+Subject: [PATCH] Remove `signals` from find_package(Boost COMPONENTS ...)
+
+tf is using signals2, which is not the same library as signals.
+Additionally, signals2 has always been header only, and header only
+libraries must not be listed in find_package.
+
+Boost 1.69 removed the old signals library entirely, so the otherwise
+useless `COMPONENTS signals` actually breaks the build.
+---
+ tf/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tf/CMakeLists.txt b/tf/CMakeLists.txt
+index 04dcb4e8..b469f658 100644
+--- a/tf/CMakeLists.txt
 b/tf/CMakeLists.txt
+@@ -15,7 +15,7 @@ find_package(catkin REQUIRED COMPONENTS
+ std_msgs
+ tf2_ros
+ )
+-find_package(Boost REQUIRED COMPONENTS thread signals system)
++find_package(Boost REQUIRED COMPONENTS thread system)
+ 
+ catkin_python_setup()
+ 

diff --git a/dev-ros/tf/tf-1.12.0.ebuild b/dev-ros/tf/tf-1.12.0.ebuild
index d129d24ee28..201cf57ee6b 100644
--- a/dev-ros/tf/tf-1.12.0.ebuild
+++ b/dev-ros/tf/tf-1.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -36,3 +36,4 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
dev-python/nose[${PYTHON_USEDEP}]
)"
+PATCHES=( "${FILESDIR}/boost.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf/

2019-08-25 Thread Alexis Ballier
commit: 0280f76a4e8030053da6bd5e119c31f1701f7cde
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Aug 25 18:20:25 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Aug 25 18:21:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0280f76a

dev-ros/tf: Remove old

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/tf/Manifest |  1 -
 dev-ros/tf/tf-1.11.9.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-ros/tf/Manifest b/dev-ros/tf/Manifest
index a33c4263fe3..11ef4762823 100644
--- a/dev-ros/tf/Manifest
+++ b/dev-ros/tf/Manifest
@@ -1,2 +1 @@
-DIST geometry-1.11.9.tar.gz 185525 BLAKE2B 
ba807c12d4389983d95a37707344f439cd256c5200bcc639b103862d6b3c4670db62a048feddac2ddeabe8374ccfebc0cef7bf6e14b672b1610194c40c9d6022
 SHA512 
de775da483d1bcca05bcc0f05dc358e1e11e4ba9845f446f5810ca2e835e75ed7202ff7c43a0d7433f9db4298930af32715f2ab2689e0f22c9d8ac10a73cc97c
 DIST geometry-1.12.0.tar.gz 186357 BLAKE2B 
6bf8c93b5707403655253a30b8994bb62b8b44077805bf43b266b781e5c8edb65c402d00fb76d9e87bd111211b932f10487f769ac4d04322255b57f44680adca
 SHA512 
5cef17a76dfd5b9c2f118519bf3a74a1213d3036c8de19de453e8419d12d744a6a4ae4fd4a76b34c455b548a9857cd5bfa181698d903356737e1555d619a0627

diff --git a/dev-ros/tf/tf-1.11.9.ebuild b/dev-ros/tf/tf-1.11.9.ebuild
deleted file mode 100644
index 9fbd6e2ea2c..000
--- a/dev-ros/tf/tf-1.11.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry";
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Maintains the relationship between coordinate frames in a tree 
structure buffered in time"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-libs/boost:=[threads]
-   dev-ros/angles
-   dev-ros/message_filters
-   dev-ros/rosconsole
-   dev-ros/rostime
-   dev-ros/roscpp
-   dev-ros/tf2_ros
-   dev-ros/rospy[${PYTHON_USEDEP}]
-   dev-ros/roslib[${PYTHON_USEDEP}]
-   dev-python/rospkg[${PYTHON_USEDEP}]
-   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-ros/rostest[${PYTHON_USEDEP}]
-   dev-cpp/gtest
-   dev-python/nose[${PYTHON_USEDEP}]
-   )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf/

2017-07-16 Thread Alexis Ballier
commit: 6a12716efeaf16d8da04df4790c2fa963cae19b4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Jul 16 10:44:32 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Jul 16 12:17:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a12716e

dev-ros/tf: Bump to 1.11.9.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ros/tf/Manifest |  1 +
 dev-ros/tf/tf-1.11.9.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-ros/tf/Manifest b/dev-ros/tf/Manifest
index ec1d90b81bd..26bd803aaf5 100644
--- a/dev-ros/tf/Manifest
+++ b/dev-ros/tf/Manifest
@@ -1 +1,2 @@
 DIST geometry-1.11.8.tar.gz 186749 SHA256 
a372f2225d6d9625dadc9dee817281a22dfb4b4dc8fd129ee1fb9375993bfd88 SHA512 
a7d1383635d96b8a95486cbb9d1fdfc762846cb6ecc41c0deef76cea4d9f9cde99c4b079527a25bc5ac559d4987fe7a4c3159e2435942bb3d4fb992da68e0e04
 WHIRLPOOL 
e527970486796a67e1a8edfec0a8abfd562e36bbc9f38cf5a335bbd178f4dd68b067e526e4d308389e61852af8b17a59b0bb82a4faa3a45856c553ddd228fe3b
+DIST geometry-1.11.9.tar.gz 185525 SHA256 
8c8e20d28d352b3ccb227ca7da39a1dddc051cf8309f90a46d6b0c7b2e398d33 SHA512 
de775da483d1bcca05bcc0f05dc358e1e11e4ba9845f446f5810ca2e835e75ed7202ff7c43a0d7433f9db4298930af32715f2ab2689e0f22c9d8ac10a73cc97c
 WHIRLPOOL 
52587f970b097b23970a136807449196362c37b071ac6766b362e30ddfe5d5f582d8d6c9f5de67b914f95d4ad82eaf6872eb7f930884053f3231ad990e34fbcd

diff --git a/dev-ros/tf/tf-1.11.9.ebuild b/dev-ros/tf/tf-1.11.9.ebuild
new file mode 100644
index 000..9fbd6e2ea2c
--- /dev/null
+++ b/dev-ros/tf/tf-1.11.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/geometry";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Maintains the relationship between coordinate frames in a tree 
structure buffered in time"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-libs/boost:=[threads]
+   dev-ros/angles
+   dev-ros/message_filters
+   dev-ros/rosconsole
+   dev-ros/rostime
+   dev-ros/roscpp
+   dev-ros/tf2_ros
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/roslib[${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-ros/rostest[${PYTHON_USEDEP}]
+   dev-cpp/gtest
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf/, dev-ros/tf/files/

2016-10-14 Thread Alexis Ballier
commit: 39f0ec6b35c3170d809d22dc66cb3233fb7ed3d2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct 14 13:36:11 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct 14 13:36:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f0ec6b

dev-ros/tf: backport upstream patch to build with gcc6, bug #593938, patch by 
Peter Levine

Package-Manager: portage-2.3.2

 dev-ros/tf/files/gcc6.patch | 22 ++
 dev-ros/tf/tf-1.11.8.ebuild |  3 ++-
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/dev-ros/tf/files/gcc6.patch b/dev-ros/tf/files/gcc6.patch
new file mode 100644
index ..72b32bd
--- /dev/null
+++ b/dev-ros/tf/files/gcc6.patch
@@ -0,0 +1,22 @@
+commit b0d31cc1e9a43b45d216ee7f804e901a5c0f8936
+Author: Hodorgasm 
+Date:   Mon Sep 19 17:58:22 2016 -0400
+
+Fix "stdlib.h: No such file or directory" errors in GCC-6
+
+Including '-isystem /usr/include' breaks building with GCC-6.
+See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
+
+diff --git a/tf/CMakeLists.txt b/tf/CMakeLists.txt
+index 8077561..cf72127 100644
+--- a/tf/CMakeLists.txt
 b/tf/CMakeLists.txt
+@@ -8,7 +8,7 @@ find_package(catkin COMPONENTS angles geometry_msgs 
message_filters message_gene
+ 
+ catkin_python_setup()
+ 
+-include_directories(SYSTEM ${Boost_INCLUDE_DIR}
++include_directories(${Boost_INCLUDE_DIR}
+${catkin_INCLUDE_DIRS}
+ )
+ include_directories(include)

diff --git a/dev-ros/tf/tf-1.11.8.ebuild b/dev-ros/tf/tf-1.11.8.ebuild
index f81e4cc..573a9d8 100644
--- a/dev-ros/tf/tf-1.11.8.ebuild
+++ b/dev-ros/tf/tf-1.11.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -37,3 +37,4 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
dev-python/nose[${PYTHON_USEDEP}]
)"
+PATCHES=( "${FILESDIR}/gcc6.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf/

2016-10-14 Thread Alexis Ballier
commit: 3d3948bd2fb747e5a964e37c770582130e93322a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct 14 13:22:28 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct 14 13:22:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3948bd

dev-ros/tf: remove old

Package-Manager: portage-2.3.2

 dev-ros/tf/Manifest |  1 -
 dev-ros/tf/tf-1.11.7.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-ros/tf/Manifest b/dev-ros/tf/Manifest
index 8a840c9..ec1d90b 100644
--- a/dev-ros/tf/Manifest
+++ b/dev-ros/tf/Manifest
@@ -1,2 +1 @@
-DIST geometry-1.11.7.tar.gz 185886 SHA256 
fbfbc707d239a76f7258372cb73a78341c0433d990d6f053340417c5ecb84231 SHA512 
f5cf1ffdde96fc5fd375b3363192b355a2b423256bcbb9e1a7929a715b648a41919734653f9db9210fcd62a19a50c08b3c48c853dbaa4d370599732753a906e0
 WHIRLPOOL 
4958ca10d33d96d1d213ee778687d6d66e20bbf0b527d23bcdb4949fa8c3371831d9fe70ace862128c7018cf41f00c0280a64d9dd0eb6699dace50cf3f560b03
 DIST geometry-1.11.8.tar.gz 186749 SHA256 
a372f2225d6d9625dadc9dee817281a22dfb4b4dc8fd129ee1fb9375993bfd88 SHA512 
a7d1383635d96b8a95486cbb9d1fdfc762846cb6ecc41c0deef76cea4d9f9cde99c4b079527a25bc5ac559d4987fe7a4c3159e2435942bb3d4fb992da68e0e04
 WHIRLPOOL 
e527970486796a67e1a8edfec0a8abfd562e36bbc9f38cf5a335bbd178f4dd68b067e526e4d308389e61852af8b17a59b0bb82a4faa3a45856c553ddd228fe3b

diff --git a/dev-ros/tf/tf-1.11.7.ebuild b/dev-ros/tf/tf-1.11.7.ebuild
deleted file mode 100644
index f81e4cc..
--- a/dev-ros/tf/tf-1.11.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-CATKIN_HAS_MESSAGES=yes
-ROS_REPO_URI="https://github.com/ros/geometry";
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Maintains the relationship between coordinate frames in a tree 
structure buffered in time"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-libs/boost:=[threads]
-   dev-ros/angles
-   dev-ros/message_filters
-   dev-ros/rosconsole
-   dev-ros/rostime
-   dev-ros/roscpp
-   dev-ros/tf2_ros
-   dev-ros/rospy[${PYTHON_USEDEP}]
-   dev-ros/roslib[${PYTHON_USEDEP}]
-   dev-python/rospkg[${PYTHON_USEDEP}]
-   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-ros/rostest[${PYTHON_USEDEP}]
-   dev-cpp/gtest
-   dev-python/nose[${PYTHON_USEDEP}]
-   )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf/

2016-03-06 Thread Alexis Ballier
commit: 348381e280285212d87bf523ac19ce9872f1a096
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Mar  5 11:50:15 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Mar  5 11:58:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348381e2

dev-ros/tf: Bump to 1.11.8.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/tf/Manifest |  1 +
 dev-ros/tf/tf-1.11.8.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ros/tf/Manifest b/dev-ros/tf/Manifest
index 5129c8c..8a840c9 100644
--- a/dev-ros/tf/Manifest
+++ b/dev-ros/tf/Manifest
@@ -1 +1,2 @@
 DIST geometry-1.11.7.tar.gz 185886 SHA256 
fbfbc707d239a76f7258372cb73a78341c0433d990d6f053340417c5ecb84231 SHA512 
f5cf1ffdde96fc5fd375b3363192b355a2b423256bcbb9e1a7929a715b648a41919734653f9db9210fcd62a19a50c08b3c48c853dbaa4d370599732753a906e0
 WHIRLPOOL 
4958ca10d33d96d1d213ee778687d6d66e20bbf0b527d23bcdb4949fa8c3371831d9fe70ace862128c7018cf41f00c0280a64d9dd0eb6699dace50cf3f560b03
+DIST geometry-1.11.8.tar.gz 186749 SHA256 
a372f2225d6d9625dadc9dee817281a22dfb4b4dc8fd129ee1fb9375993bfd88 SHA512 
a7d1383635d96b8a95486cbb9d1fdfc762846cb6ecc41c0deef76cea4d9f9cde99c4b079527a25bc5ac559d4987fe7a4c3159e2435942bb3d4fb992da68e0e04
 WHIRLPOOL 
e527970486796a67e1a8edfec0a8abfd562e36bbc9f38cf5a335bbd178f4dd68b067e526e4d308389e61852af8b17a59b0bb82a4faa3a45856c553ddd228fe3b

diff --git a/dev-ros/tf/tf-1.11.8.ebuild b/dev-ros/tf/tf-1.11.8.ebuild
new file mode 100644
index 000..f81e4cc
--- /dev/null
+++ b/dev-ros/tf/tf-1.11.8.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/geometry";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Maintains the relationship between coordinate frames in a tree 
structure buffered in time"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-libs/boost:=[threads]
+   dev-ros/angles
+   dev-ros/message_filters
+   dev-ros/rosconsole
+   dev-ros/rostime
+   dev-ros/roscpp
+   dev-ros/tf2_ros
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/roslib[${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-ros/rostest[${PYTHON_USEDEP}]
+   dev-cpp/gtest
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/tf/

2015-09-22 Thread Alexis Ballier
commit: a6cb5fed2a5a4367e8fc11adecc913f93aba9ca2
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Sep 22 16:56:05 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Sep 22 17:04:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cb5fed

dev-ros/tf: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 dev-ros/tf/Manifest |  1 +
 dev-ros/tf/metadata.xml |  5 +
 dev-ros/tf/tf-1.11.7.ebuild | 39 +++
 dev-ros/tf/tf-.ebuild   | 39 +++
 4 files changed, 84 insertions(+)

diff --git a/dev-ros/tf/Manifest b/dev-ros/tf/Manifest
new file mode 100644
index 000..5129c8c
--- /dev/null
+++ b/dev-ros/tf/Manifest
@@ -0,0 +1 @@
+DIST geometry-1.11.7.tar.gz 185886 SHA256 
fbfbc707d239a76f7258372cb73a78341c0433d990d6f053340417c5ecb84231 SHA512 
f5cf1ffdde96fc5fd375b3363192b355a2b423256bcbb9e1a7929a715b648a41919734653f9db9210fcd62a19a50c08b3c48c853dbaa4d370599732753a906e0
 WHIRLPOOL 
4958ca10d33d96d1d213ee778687d6d66e20bbf0b527d23bcdb4949fa8c3371831d9fe70ace862128c7018cf41f00c0280a64d9dd0eb6699dace50cf3f560b03

diff --git a/dev-ros/tf/metadata.xml b/dev-ros/tf/metadata.xml
new file mode 100644
index 000..c42ea5b
--- /dev/null
+++ b/dev-ros/tf/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+ros
+

diff --git a/dev-ros/tf/tf-1.11.7.ebuild b/dev-ros/tf/tf-1.11.7.ebuild
new file mode 100644
index 000..f81e4cc
--- /dev/null
+++ b/dev-ros/tf/tf-1.11.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/geometry";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Maintains the relationship between coordinate frames in a tree 
structure buffered in time"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-libs/boost:=[threads]
+   dev-ros/angles
+   dev-ros/message_filters
+   dev-ros/rosconsole
+   dev-ros/rostime
+   dev-ros/roscpp
+   dev-ros/tf2_ros
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/roslib[${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-ros/rostest[${PYTHON_USEDEP}]
+   dev-cpp/gtest
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"

diff --git a/dev-ros/tf/tf-.ebuild b/dev-ros/tf/tf-.ebuild
new file mode 100644
index 000..f81e4cc
--- /dev/null
+++ b/dev-ros/tf/tf-.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CATKIN_HAS_MESSAGES=yes
+ROS_REPO_URI="https://github.com/ros/geometry";
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Maintains the relationship between coordinate frames in a tree 
structure buffered in time"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-libs/boost:=[threads]
+   dev-ros/angles
+   dev-ros/message_filters
+   dev-ros/rosconsole
+   dev-ros/rostime
+   dev-ros/roscpp
+   dev-ros/tf2_ros
+   dev-ros/rospy[${PYTHON_USEDEP}]
+   dev-ros/roslib[${PYTHON_USEDEP}]
+   dev-python/rospkg[${PYTHON_USEDEP}]
+   
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-ros/rostest[${PYTHON_USEDEP}]
+   dev-cpp/gtest
+   dev-python/nose[${PYTHON_USEDEP}]
+   )"