public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2017-09-28  8:08 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2017-09-28  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f97affb86a68e84ceacf28bc9e8306261ecbb3bc
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 14:39:31 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 08:08:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f97affb8

dev-ros/robot_localization: initial import

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-ros/robot_localization/Manifest                |  1 +
 dev-ros/robot_localization/metadata.xml            | 11 ++++++
 .../robot_localization-2.4.0.ebuild                | 39 ++++++++++++++++++++++
 .../robot_localization-9999.ebuild                 | 39 ++++++++++++++++++++++
 4 files changed, 90 insertions(+)

diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
new file mode 100644
index 00000000000..ae38f50efeb
--- /dev/null
+++ b/dev-ros/robot_localization/Manifest
@@ -0,0 +1 @@
+DIST robot_localization-2.4.0.tar.gz 6448252 SHA256 d951ede459b53890501ba1defe9c94863fff450b1242a40cb80f1a98a55dde44 SHA512 92a8c6d44f35a264fc16fe91d7ba6afcf361911164a96343d76d93c0263f0d6cb9e3b11f82cf30c0354a1ebb140cdb06348ae5ca92182dd85ab2e0fd77898724 WHIRLPOOL adeb6d9cbac433d533cfcc5eb5fc6c3dd09279da8a65296dfd74365de19e655b4ca6e2ad2bc4883ea0e1c2be82836e7bd116ca116fcf661d8f9304b35da20520

diff --git a/dev-ros/robot_localization/metadata.xml b/dev-ros/robot_localization/metadata.xml
new file mode 100644
index 00000000000..ef2c5aaa10e
--- /dev/null
+++ b/dev-ros/robot_localization/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>ros@gentoo.org</email>
+		<name>Gentoo ROS Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">cra-ros-pkg/robot_localization</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-ros/robot_localization/robot_localization-2.4.0.ebuild b/dev-ros/robot_localization/robot_localization-2.4.0.ebuild
new file mode 100644
index 00000000000..d82b9bcddb0
--- /dev/null
+++ b/dev-ros/robot_localization/robot_localization-2.4.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/cra-ros-pkg/robot_localization"
+KEYWORDS="~amd64"
+CATKIN_HAS_MESSAGES=yes
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geographic_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Package of nonlinear state estimation nodes"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/diagnostic_updater
+	dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/eigen_conversions
+	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/message_filters
+	dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/roscpp
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_geometry_msgs
+	dev-ros/tf2_ros
+	dev-ros/xmlrpcpp
+	dev-libs/boost:=
+"
+DEPEND="${RDEPEND}
+	dev-ros/roslint
+	dev-cpp/eigen:3
+	test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
+"

diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild
new file mode 100644
index 00000000000..d82b9bcddb0
--- /dev/null
+++ b/dev-ros/robot_localization/robot_localization-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/cra-ros-pkg/robot_localization"
+KEYWORDS="~amd64"
+CATKIN_HAS_MESSAGES=yes
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geographic_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Package of nonlinear state estimation nodes"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/diagnostic_updater
+	dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/eigen_conversions
+	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/message_filters
+	dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/roscpp
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_geometry_msgs
+	dev-ros/tf2_ros
+	dev-ros/xmlrpcpp
+	dev-libs/boost:=
+"
+DEPEND="${RDEPEND}
+	dev-ros/roslint
+	dev-cpp/eigen:3
+	test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
+"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2017-12-20 16:54 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2017-12-20 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     6f5c891d4a67c5455a4c15684b2661e468638de9
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 16:14:25 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 16:53:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5c891d

dev-ros/robot_localization: add std_srvs dep

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/robot_localization/robot_localization-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild
index d82b9bcddb0..941ce5516c7 100644
--- a/dev-ros/robot_localization/robot_localization-9999.ebuild
+++ b/dev-ros/robot_localization/robot_localization-9999.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 	dev-ros/roscpp
 	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/tf2
 	dev-ros/tf2_geometry_msgs
 	dev-ros/tf2_ros


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2017-12-20 16:54 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2017-12-20 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d67626e9378ce4eb421053c53a53354e5d285339
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 16:23:19 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 16:53:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67626e9

dev-ros/robot_localization: bump to 2.4.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/robot_localization/Manifest                |  1 +
 .../robot_localization-2.4.1.ebuild                | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
index a82b24b3918..7f61bf43d3e 100644
--- a/dev-ros/robot_localization/Manifest
+++ b/dev-ros/robot_localization/Manifest
@@ -1 +1,2 @@
 DIST robot_localization-2.4.0.tar.gz 6448252 BLAKE2B c63ea67f4e9829127f8b3fa7a55384cd6593ddc7e600bb5ac412c58a35bd0762145a76648d15c93f82731217163859a5da151e5729eb099a8e6c184dbf77c49f SHA512 92a8c6d44f35a264fc16fe91d7ba6afcf361911164a96343d76d93c0263f0d6cb9e3b11f82cf30c0354a1ebb140cdb06348ae5ca92182dd85ab2e0fd77898724
+DIST robot_localization-2.4.1.tar.gz 6461786 BLAKE2B 73a7ac992fac1c22359c61627ddfbecd618aad406a2f1119c3d80be55155e1aafd5008a0ff88133f5aa7d02b9bb94ca6a42fd7491fad680eeb9af45dcacfc5e5 SHA512 032994ef56a6f65d33e671067342d0bc1da747fd2b1d135ad3310009b907ffbc05131d7a77a3ef1aaec853742f0b5d35cef8e142691c659bf3c6bd346af7d636

diff --git a/dev-ros/robot_localization/robot_localization-2.4.1.ebuild b/dev-ros/robot_localization/robot_localization-2.4.1.ebuild
new file mode 100644
index 00000000000..941ce5516c7
--- /dev/null
+++ b/dev-ros/robot_localization/robot_localization-2.4.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/cra-ros-pkg/robot_localization"
+KEYWORDS="~amd64"
+CATKIN_HAS_MESSAGES=yes
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geographic_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Package of nonlinear state estimation nodes"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/diagnostic_updater
+	dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/eigen_conversions
+	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/message_filters
+	dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/roscpp
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_geometry_msgs
+	dev-ros/tf2_ros
+	dev-ros/xmlrpcpp
+	dev-libs/boost:=
+"
+DEPEND="${RDEPEND}
+	dev-ros/roslint
+	dev-cpp/eigen:3
+	test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
+"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2017-12-26 19:08 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2017-12-26 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d29696a44d71e259aaa080381336b44c5f236847
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 18:53:56 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 19:07:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29696a4

dev-ros/robot_localization: bump to 2.5.0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/robot_localization/Manifest                |  1 +
 .../robot_localization-2.5.0.ebuild                | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
index 7f61bf43d3e..ceb1d08b259 100644
--- a/dev-ros/robot_localization/Manifest
+++ b/dev-ros/robot_localization/Manifest
@@ -1,2 +1,3 @@
 DIST robot_localization-2.4.0.tar.gz 6448252 BLAKE2B c63ea67f4e9829127f8b3fa7a55384cd6593ddc7e600bb5ac412c58a35bd0762145a76648d15c93f82731217163859a5da151e5729eb099a8e6c184dbf77c49f SHA512 92a8c6d44f35a264fc16fe91d7ba6afcf361911164a96343d76d93c0263f0d6cb9e3b11f82cf30c0354a1ebb140cdb06348ae5ca92182dd85ab2e0fd77898724
 DIST robot_localization-2.4.1.tar.gz 6461786 BLAKE2B 73a7ac992fac1c22359c61627ddfbecd618aad406a2f1119c3d80be55155e1aafd5008a0ff88133f5aa7d02b9bb94ca6a42fd7491fad680eeb9af45dcacfc5e5 SHA512 032994ef56a6f65d33e671067342d0bc1da747fd2b1d135ad3310009b907ffbc05131d7a77a3ef1aaec853742f0b5d35cef8e142691c659bf3c6bd346af7d636
+DIST robot_localization-2.5.0.tar.gz 6466866 BLAKE2B 6d56a68eeb15c9774b6b6f93eefb0ae8bf9d7f5bbe0832cb8578b2fda4c7e04840eec5614b8e310a4148fa7be56a232265d5d2ccb00a0e49b42851bb8e5bcadd SHA512 f3b614aaf8cedd28cfc1eeb3406a7910a3d4a89bf83780586fd84cb4bd8aee51d9dbd10a5c894b6548dd6d50f41874413770e45481d38db7a4ef1e37bd81b527

diff --git a/dev-ros/robot_localization/robot_localization-2.5.0.ebuild b/dev-ros/robot_localization/robot_localization-2.5.0.ebuild
new file mode 100644
index 00000000000..941ce5516c7
--- /dev/null
+++ b/dev-ros/robot_localization/robot_localization-2.5.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/cra-ros-pkg/robot_localization"
+KEYWORDS="~amd64"
+CATKIN_HAS_MESSAGES=yes
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geographic_msgs dev-ros/geometry_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="Package of nonlinear state estimation nodes"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/diagnostic_updater
+	dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/eigen_conversions
+	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/message_filters
+	dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/roscpp
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_geometry_msgs
+	dev-ros/tf2_ros
+	dev-ros/xmlrpcpp
+	dev-libs/boost:=
+"
+DEPEND="${RDEPEND}
+	dev-ros/roslint
+	dev-cpp/eigen:3
+	test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
+"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2017-12-28  8:02 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2017-12-28  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     0cde7679aef1a3379953cf8a8c183c0349f756e3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 08:02:20 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 08:02:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cde7679

dev-ros/robot_localization: add missing yaml cpp dep.

Closes: https://bugs.gentoo.org/641844
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/robot_localization/robot_localization-2.5.0.ebuild | 1 +
 dev-ros/robot_localization/robot_localization-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/robot_localization/robot_localization-2.5.0.ebuild b/dev-ros/robot_localization/robot_localization-2.5.0.ebuild
index 941ce5516c7..a03255b29e0 100644
--- a/dev-ros/robot_localization/robot_localization-2.5.0.ebuild
+++ b/dev-ros/robot_localization/robot_localization-2.5.0.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
 	dev-ros/tf2_ros
 	dev-ros/xmlrpcpp
 	dev-libs/boost:=
+	dev-cpp/yaml-cpp
 "
 DEPEND="${RDEPEND}
 	dev-ros/roslint

diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild
index 941ce5516c7..a03255b29e0 100644
--- a/dev-ros/robot_localization/robot_localization-9999.ebuild
+++ b/dev-ros/robot_localization/robot_localization-9999.ebuild
@@ -32,6 +32,7 @@ RDEPEND="
 	dev-ros/tf2_ros
 	dev-ros/xmlrpcpp
 	dev-libs/boost:=
+	dev-cpp/yaml-cpp
 "
 DEPEND="${RDEPEND}
 	dev-ros/roslint


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2017-12-28  8:02 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2017-12-28  8:02 UTC (permalink / raw
  To: gentoo-commits

commit:     0a99f47e6179eea4c5958b380f155f8b3f78c62f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 08:02:34 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 08:02:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a99f47e

dev-ros/robot_localization: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/robot_localization/Manifest                |  2 --
 .../robot_localization-2.4.0.ebuild                | 39 ---------------------
 .../robot_localization-2.4.1.ebuild                | 40 ----------------------
 3 files changed, 81 deletions(-)

diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
index ceb1d08b259..2d49a2a4905 100644
--- a/dev-ros/robot_localization/Manifest
+++ b/dev-ros/robot_localization/Manifest
@@ -1,3 +1 @@
-DIST robot_localization-2.4.0.tar.gz 6448252 BLAKE2B c63ea67f4e9829127f8b3fa7a55384cd6593ddc7e600bb5ac412c58a35bd0762145a76648d15c93f82731217163859a5da151e5729eb099a8e6c184dbf77c49f SHA512 92a8c6d44f35a264fc16fe91d7ba6afcf361911164a96343d76d93c0263f0d6cb9e3b11f82cf30c0354a1ebb140cdb06348ae5ca92182dd85ab2e0fd77898724
-DIST robot_localization-2.4.1.tar.gz 6461786 BLAKE2B 73a7ac992fac1c22359c61627ddfbecd618aad406a2f1119c3d80be55155e1aafd5008a0ff88133f5aa7d02b9bb94ca6a42fd7491fad680eeb9af45dcacfc5e5 SHA512 032994ef56a6f65d33e671067342d0bc1da747fd2b1d135ad3310009b907ffbc05131d7a77a3ef1aaec853742f0b5d35cef8e142691c659bf3c6bd346af7d636
 DIST robot_localization-2.5.0.tar.gz 6466866 BLAKE2B 6d56a68eeb15c9774b6b6f93eefb0ae8bf9d7f5bbe0832cb8578b2fda4c7e04840eec5614b8e310a4148fa7be56a232265d5d2ccb00a0e49b42851bb8e5bcadd SHA512 f3b614aaf8cedd28cfc1eeb3406a7910a3d4a89bf83780586fd84cb4bd8aee51d9dbd10a5c894b6548dd6d50f41874413770e45481d38db7a4ef1e37bd81b527

diff --git a/dev-ros/robot_localization/robot_localization-2.4.0.ebuild b/dev-ros/robot_localization/robot_localization-2.4.0.ebuild
deleted file mode 100644
index d82b9bcddb0..00000000000
--- a/dev-ros/robot_localization/robot_localization-2.4.0.ebuild
+++ /dev/null
@@ -1,39 +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/cra-ros-pkg/robot_localization"
-KEYWORDS="~amd64"
-CATKIN_HAS_MESSAGES=yes
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geographic_msgs dev-ros/geometry_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Package of nonlinear state estimation nodes"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/diagnostic_updater
-	dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/eigen_conversions
-	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/message_filters
-	dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/roscpp
-	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/tf2
-	dev-ros/tf2_geometry_msgs
-	dev-ros/tf2_ros
-	dev-ros/xmlrpcpp
-	dev-libs/boost:=
-"
-DEPEND="${RDEPEND}
-	dev-ros/roslint
-	dev-cpp/eigen:3
-	test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
-"

diff --git a/dev-ros/robot_localization/robot_localization-2.4.1.ebuild b/dev-ros/robot_localization/robot_localization-2.4.1.ebuild
deleted file mode 100644
index 941ce5516c7..00000000000
--- a/dev-ros/robot_localization/robot_localization-2.4.1.ebuild
+++ /dev/null
@@ -1,40 +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/cra-ros-pkg/robot_localization"
-KEYWORDS="~amd64"
-CATKIN_HAS_MESSAGES=yes
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geographic_msgs dev-ros/geometry_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="Package of nonlinear state estimation nodes"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/diagnostic_updater
-	dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/eigen_conversions
-	dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/message_filters
-	dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/roscpp
-	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/tf2
-	dev-ros/tf2_geometry_msgs
-	dev-ros/tf2_ros
-	dev-ros/xmlrpcpp
-	dev-libs/boost:=
-"
-DEPEND="${RDEPEND}
-	dev-ros/roslint
-	dev-cpp/eigen:3
-	test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
-"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2018-01-13 12:16 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2018-01-13 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     26d428c7ea804e0f53dd68200ffa1f120e464d58
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 10:37:36 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 12:16:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d428c7

dev-ros/robot_localization: bump to 2.5.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ros/robot_localization/Manifest                                     | 2 +-
 ...bot_localization-2.5.0-r1.ebuild => robot_localization-2.5.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
index 2d49a2a4905..21274696393 100644
--- a/dev-ros/robot_localization/Manifest
+++ b/dev-ros/robot_localization/Manifest
@@ -1 +1 @@
-DIST robot_localization-2.5.0.tar.gz 6466866 BLAKE2B 6d56a68eeb15c9774b6b6f93eefb0ae8bf9d7f5bbe0832cb8578b2fda4c7e04840eec5614b8e310a4148fa7be56a232265d5d2ccb00a0e49b42851bb8e5bcadd SHA512 f3b614aaf8cedd28cfc1eeb3406a7910a3d4a89bf83780586fd84cb4bd8aee51d9dbd10a5c894b6548dd6d50f41874413770e45481d38db7a4ef1e37bd81b527
+DIST robot_localization-2.5.1.tar.gz 6466840 BLAKE2B bb6f6dc935837d4891230bb26c649646586fb26032f5985ccaa736aaf1f2641eafe0d97e397900cef44a415a499bdd7acdf5c460fea8712d49e4c22aaba8e45b SHA512 0eb0ba81ae0cf85b7117a39b67a3b5ec0ebe09f55a85ac370695b7c281ab076bb7ede8495876c5917c34b6c912ce92fb05ddd7bcfe231b519c45fe9215b63dc2

diff --git a/dev-ros/robot_localization/robot_localization-2.5.0-r1.ebuild b/dev-ros/robot_localization/robot_localization-2.5.1.ebuild
similarity index 96%
rename from dev-ros/robot_localization/robot_localization-2.5.0-r1.ebuild
rename to dev-ros/robot_localization/robot_localization-2.5.1.ebuild
index 1c508af6daf..474ef66b973 100644
--- a/dev-ros/robot_localization/robot_localization-2.5.0-r1.ebuild
+++ b/dev-ros/robot_localization/robot_localization-2.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2018-03-30 13:27 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2018-03-30 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7f1bec8c437fee9769ee0e04cbb1ea481e1fc13a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 13:17:52 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 13:17:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1bec8c

dev-ros/robot_localization: add := dep on yaml-cpp

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 ...t_localization-2.5.1.ebuild => robot_localization-2.5.1-r1.ebuild} | 2 +-
 dev-ros/robot_localization/robot_localization-9999.ebuild             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ros/robot_localization/robot_localization-2.5.1.ebuild b/dev-ros/robot_localization/robot_localization-2.5.1-r1.ebuild
similarity index 98%
rename from dev-ros/robot_localization/robot_localization-2.5.1.ebuild
rename to dev-ros/robot_localization/robot_localization-2.5.1-r1.ebuild
index 474ef66b973..939215f937b 100644
--- a/dev-ros/robot_localization/robot_localization-2.5.1.ebuild
+++ b/dev-ros/robot_localization/robot_localization-2.5.1-r1.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
 	dev-ros/tf2_ros
 	dev-ros/xmlrpcpp
 	dev-libs/boost:=
-	dev-cpp/yaml-cpp
+	dev-cpp/yaml-cpp:=
 	dev-ros/nodelet
 	dev-libs/console_bridge:=
 "

diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild
index 1c508af6daf..939215f937b 100644
--- a/dev-ros/robot_localization/robot_localization-9999.ebuild
+++ b/dev-ros/robot_localization/robot_localization-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -32,7 +32,7 @@ RDEPEND="
 	dev-ros/tf2_ros
 	dev-ros/xmlrpcpp
 	dev-libs/boost:=
-	dev-cpp/yaml-cpp
+	dev-cpp/yaml-cpp:=
 	dev-ros/nodelet
 	dev-libs/console_bridge:=
 "


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2018-04-25  8:37 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2018-04-25  8:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ab7692b81bd85a82cde02edb5ef2bdf13b2a285a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 07:16:51 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 08:36:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7692b8

dev-ros/robot_localization: bump to 2.5.2

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-ros/robot_localization/Manifest                                     | 2 +-
 ...bot_localization-2.5.1-r1.ebuild => robot_localization-2.5.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
index 21274696393..1ac5083c6f4 100644
--- a/dev-ros/robot_localization/Manifest
+++ b/dev-ros/robot_localization/Manifest
@@ -1 +1 @@
-DIST robot_localization-2.5.1.tar.gz 6466840 BLAKE2B bb6f6dc935837d4891230bb26c649646586fb26032f5985ccaa736aaf1f2641eafe0d97e397900cef44a415a499bdd7acdf5c460fea8712d49e4c22aaba8e45b SHA512 0eb0ba81ae0cf85b7117a39b67a3b5ec0ebe09f55a85ac370695b7c281ab076bb7ede8495876c5917c34b6c912ce92fb05ddd7bcfe231b519c45fe9215b63dc2
+DIST robot_localization-2.5.2.tar.gz 6467525 BLAKE2B 68e1eab37c0856f73ef4ef3a1d7c6fb5f7771c98d8a84fad417173c41f8ddb876221d5eb2846bc9965c831fb64b215829d418b315e164f9e39e20ceec6b9da2c SHA512 b5cbc628c5a0fe9684d86d461ab25f494d693fbcbc9ac47ddcf7eb26d61512c078f8fa0747e929c1ae4e2d451770196ff767058036af9246b7e43cc537797e6f

diff --git a/dev-ros/robot_localization/robot_localization-2.5.1-r1.ebuild b/dev-ros/robot_localization/robot_localization-2.5.2.ebuild
similarity index 100%
rename from dev-ros/robot_localization/robot_localization-2.5.1-r1.ebuild
rename to dev-ros/robot_localization/robot_localization-2.5.2.ebuild


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2021-02-02 10:18 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2021-02-02 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     4b36a2519111b6ac6f7b762580eb498880d80b0f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 14:52:34 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 10:18:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b36a251

dev-ros/robot_localization: bump to 2.6.9

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

 dev-ros/robot_localization/Manifest                            |  2 +-
 ...calization-2.6.8.ebuild => robot_localization-2.6.9.ebuild} | 10 +++++++++-
 dev-ros/robot_localization/robot_localization-9999.ebuild      | 10 +++++++++-
 3 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
index cd99e7ea5a7..0bf5399150d 100644
--- a/dev-ros/robot_localization/Manifest
+++ b/dev-ros/robot_localization/Manifest
@@ -1 +1 @@
-DIST robot_localization-2.6.8.tar.gz 6473309 BLAKE2B d14fb3a6341c1cea1eeb8aa644e0e6f4d7215b8484270947c29b3151d968cfa50dbde24271759f9b2321a528f5b33f5173e41686300648f8e91f604a70e20a28 SHA512 fefb7553bf10068341b9df0f10cad7be6ea556ce30595e30a5c4e36ecc8a7392e14d99fc266a1cfee5704d76ac0cef227be8f23855b5305c858b2f70fb6f4de3
+DIST robot_localization-2.6.9.tar.gz 6524634 BLAKE2B 1ccef232fabd1f2a91f184561e529aab175143676e074a70c8e995c50ce2edd05e32d5e273f6f7c41f0564ca08aef631b454aeabdf1e0ed3737b8ee593031892 SHA512 5c72ee65a4d0a379b50be6c38119b2a66c235d7a68b27b4373657cbf2cb2c91c1026fcdf30967d4dc9cd2b624701f960aca1484d68b0f5e31e727ef2f10a1d71

diff --git a/dev-ros/robot_localization/robot_localization-2.6.8.ebuild b/dev-ros/robot_localization/robot_localization-2.6.9.ebuild
similarity index 84%
rename from dev-ros/robot_localization/robot_localization-2.6.8.ebuild
rename to dev-ros/robot_localization/robot_localization-2.6.9.ebuild
index 285c8158960..21729914292 100644
--- a/dev-ros/robot_localization/robot_localization-2.6.8.ebuild
+++ b/dev-ros/robot_localization/robot_localization-2.6.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,6 +27,7 @@ RDEPEND="
 	dev-cpp/yaml-cpp:=
 	dev-ros/nodelet
 	dev-libs/console_bridge:=
+	sci-geosciences/GeographicLib:=
 "
 DEPEND="${RDEPEND}
 	dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
@@ -42,3 +43,10 @@ DEPEND="${RDEPEND}
 BDEPEND="dev-ros/roslint"
 
 PATCHES=( "${FILESDIR}/nowerror.patch" )
+
+src_configure() {
+	local mycatkincmakeargs=(
+		-DCMAKE_MODULE_PATH="${EPREFIX}/usr/share/cmake/GeographicLib"
+	)
+	ros-catkin_src_configure
+}

diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild
index 285c8158960..21729914292 100644
--- a/dev-ros/robot_localization/robot_localization-9999.ebuild
+++ b/dev-ros/robot_localization/robot_localization-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,6 +27,7 @@ RDEPEND="
 	dev-cpp/yaml-cpp:=
 	dev-ros/nodelet
 	dev-libs/console_bridge:=
+	sci-geosciences/GeographicLib:=
 "
 DEPEND="${RDEPEND}
 	dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
@@ -42,3 +43,10 @@ DEPEND="${RDEPEND}
 BDEPEND="dev-ros/roslint"
 
 PATCHES=( "${FILESDIR}/nowerror.patch" )
+
+src_configure() {
+	local mycatkincmakeargs=(
+		-DCMAKE_MODULE_PATH="${EPREFIX}/usr/share/cmake/GeographicLib"
+	)
+	ros-catkin_src_configure
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2021-02-02 14:28 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2021-02-02 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     980d7117fc8a57d130f67c517390b3a47c41b276
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 14:15:50 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 14:28:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980d7117

dev-ros/robot_localization: bump to 2.7.0

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

 dev-ros/robot_localization/Manifest                                     | 2 +-
 ...{robot_localization-2.6.9.ebuild => robot_localization-2.7.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
index 0bf5399150d..f2bd348d60d 100644
--- a/dev-ros/robot_localization/Manifest
+++ b/dev-ros/robot_localization/Manifest
@@ -1 +1 @@
-DIST robot_localization-2.6.9.tar.gz 6524634 BLAKE2B 1ccef232fabd1f2a91f184561e529aab175143676e074a70c8e995c50ce2edd05e32d5e273f6f7c41f0564ca08aef631b454aeabdf1e0ed3737b8ee593031892 SHA512 5c72ee65a4d0a379b50be6c38119b2a66c235d7a68b27b4373657cbf2cb2c91c1026fcdf30967d4dc9cd2b624701f960aca1484d68b0f5e31e727ef2f10a1d71
+DIST robot_localization-2.7.0.tar.gz 6524333 BLAKE2B 1d7a2e0444c8e2371840c141dde7a17f8032ead62e16a4681d1cf9273c6b3e7c18fe3a39fdba7680858f8636f2cc6a6c56c5b345cdd964f91657e0d679335625 SHA512 cd2b4047c3df4777808f55c93a4e3692789b6ede3862b25b8befabbd734fd5676586568f9b8a0439212271917bebbc2e63865193e7c1446bc5c7d70d69711ddd

diff --git a/dev-ros/robot_localization/robot_localization-2.6.9.ebuild b/dev-ros/robot_localization/robot_localization-2.7.0.ebuild
similarity index 100%
rename from dev-ros/robot_localization/robot_localization-2.6.9.ebuild
rename to dev-ros/robot_localization/robot_localization-2.7.0.ebuild


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2021-06-29 13:41 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2021-06-29 13:41 UTC (permalink / raw
  To: gentoo-commits

commit:     1904c034ac204c8a481ba1ef7196c917ca4f2fc3
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 29 13:40:32 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 13:41:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1904c034

dev-ros/robot_localization: bump to 2.7.2

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

 dev-ros/robot_localization/Manifest                                     | 2 +-
 ...{robot_localization-2.7.0.ebuild => robot_localization-2.7.2.ebuild} | 1 -
 dev-ros/robot_localization/robot_localization-9999.ebuild               | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
index f2bd348d60d..856d29c9d8a 100644
--- a/dev-ros/robot_localization/Manifest
+++ b/dev-ros/robot_localization/Manifest
@@ -1 +1 @@
-DIST robot_localization-2.7.0.tar.gz 6524333 BLAKE2B 1d7a2e0444c8e2371840c141dde7a17f8032ead62e16a4681d1cf9273c6b3e7c18fe3a39fdba7680858f8636f2cc6a6c56c5b345cdd964f91657e0d679335625 SHA512 cd2b4047c3df4777808f55c93a4e3692789b6ede3862b25b8befabbd734fd5676586568f9b8a0439212271917bebbc2e63865193e7c1446bc5c7d70d69711ddd
+DIST robot_localization-2.7.2.tar.gz 6525425 BLAKE2B 6074f24731bce065639a29507bd330a391a60025381ccd5a90be2b4c4c1087deca9fce58fd9e623051be3b7ca0234c14430be973e6b57087a77fad449c3f3749 SHA512 02a0a555e81285c3062dd229d23daf2b9af02902f3ed7f5d35bdea8a08a1046befb035fb2a0f2e5ebb8c11998d8ecbd16e5aeb9f82757241e4c3f44fce3499f5

diff --git a/dev-ros/robot_localization/robot_localization-2.7.0.ebuild b/dev-ros/robot_localization/robot_localization-2.7.2.ebuild
similarity index 98%
rename from dev-ros/robot_localization/robot_localization-2.7.0.ebuild
rename to dev-ros/robot_localization/robot_localization-2.7.2.ebuild
index 21729914292..de42590f0e8 100644
--- a/dev-ros/robot_localization/robot_localization-2.7.0.ebuild
+++ b/dev-ros/robot_localization/robot_localization-2.7.2.ebuild
@@ -22,7 +22,6 @@ RDEPEND="
 	dev-ros/tf2
 	dev-ros/tf2_geometry_msgs
 	dev-ros/tf2_ros
-	dev-ros/xmlrpcpp
 	dev-libs/boost:=
 	dev-cpp/yaml-cpp:=
 	dev-ros/nodelet

diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild
index 21729914292..de42590f0e8 100644
--- a/dev-ros/robot_localization/robot_localization-9999.ebuild
+++ b/dev-ros/robot_localization/robot_localization-9999.ebuild
@@ -22,7 +22,6 @@ RDEPEND="
 	dev-ros/tf2
 	dev-ros/tf2_geometry_msgs
 	dev-ros/tf2_ros
-	dev-ros/xmlrpcpp
 	dev-libs/boost:=
 	dev-cpp/yaml-cpp:=
 	dev-ros/nodelet


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2021-08-03 14:12 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2021-08-03 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     5b82b8e1223c80332f367addca006c3b9f359131
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 14:04:28 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 14:12:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b82b8e1

dev-ros/robot_localization: add missing test dep

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

 dev-ros/robot_localization/robot_localization-2.7.2.ebuild | 2 +-
 dev-ros/robot_localization/robot_localization-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ros/robot_localization/robot_localization-2.7.2.ebuild b/dev-ros/robot_localization/robot_localization-2.7.2.ebuild
index de42590f0e8..043bb3e9238 100644
--- a/dev-ros/robot_localization/robot_localization-2.7.2.ebuild
+++ b/dev-ros/robot_localization/robot_localization-2.7.2.ebuild
@@ -37,7 +37,7 @@ DEPEND="${RDEPEND}
 	dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-cpp/eigen:3
-	test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
+	test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit dev-cpp/gtest )
 "
 BDEPEND="dev-ros/roslint"
 

diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild
index de42590f0e8..043bb3e9238 100644
--- a/dev-ros/robot_localization/robot_localization-9999.ebuild
+++ b/dev-ros/robot_localization/robot_localization-9999.ebuild
@@ -37,7 +37,7 @@ DEPEND="${RDEPEND}
 	dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-cpp/eigen:3
-	test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit )
+	test? ( dev-ros/rosbag dev-ros/rostest dev-ros/rosunit dev-cpp/gtest )
 "
 BDEPEND="dev-ros/roslint"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/
@ 2021-08-06 12:33 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2021-08-06 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d8d4f36bc1efd0de185eeb482c37bda0a54542ae
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  6 12:19:43 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Aug  6 12:32:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d4f36b

dev-ros/robot_localization: bump to 2.7.3

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

 dev-ros/robot_localization/Manifest                                     | 2 +-
 ...{robot_localization-2.7.2.ebuild => robot_localization-2.7.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ros/robot_localization/Manifest b/dev-ros/robot_localization/Manifest
index 856d29c9d8a..f03891cb9b2 100644
--- a/dev-ros/robot_localization/Manifest
+++ b/dev-ros/robot_localization/Manifest
@@ -1 +1 @@
-DIST robot_localization-2.7.2.tar.gz 6525425 BLAKE2B 6074f24731bce065639a29507bd330a391a60025381ccd5a90be2b4c4c1087deca9fce58fd9e623051be3b7ca0234c14430be973e6b57087a77fad449c3f3749 SHA512 02a0a555e81285c3062dd229d23daf2b9af02902f3ed7f5d35bdea8a08a1046befb035fb2a0f2e5ebb8c11998d8ecbd16e5aeb9f82757241e4c3f44fce3499f5
+DIST robot_localization-2.7.3.tar.gz 6525696 BLAKE2B 74003020bb9e4ba84664ac60f5ba5122e77c55581b6e8f395bae92ef50b74cc0c6339d97c97e80a503a737d092454dace14707e73531a755b151e2c3c058b356 SHA512 2d0d7d029e01424eb35126bbe98b23b687f34331d177e4f7f5ee27a75382b72a27f1cdf90062b59ea4a471338cea57545c858479e04b0e1dd964cb04f4df7bfa

diff --git a/dev-ros/robot_localization/robot_localization-2.7.2.ebuild b/dev-ros/robot_localization/robot_localization-2.7.3.ebuild
similarity index 100%
rename from dev-ros/robot_localization/robot_localization-2.7.2.ebuild
rename to dev-ros/robot_localization/robot_localization-2.7.3.ebuild


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-08-06 12:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-28  8:02 [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2021-08-06 12:33 Alexis Ballier
2021-08-03 14:12 Alexis Ballier
2021-06-29 13:41 Alexis Ballier
2021-02-02 14:28 Alexis Ballier
2021-02-02 10:18 Alexis Ballier
2018-04-25  8:37 Alexis Ballier
2018-03-30 13:27 Alexis Ballier
2018-01-13 12:16 Alexis Ballier
2017-12-28  8:02 Alexis Ballier
2017-12-26 19:08 Alexis Ballier
2017-12-20 16:54 Alexis Ballier
2017-12-20 16:54 Alexis Ballier
2017-09-28  8:08 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox