public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2015-09-23 12:50 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2015-09-23 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b8628a295f31135fec35830c9a7b695d384d12a0
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:48:51 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:48:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8628a29

ros-meta/ros_control: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 ros-meta/ros_control/Manifest                 |  1 +
 ros-meta/ros_control/metadata.xml             |  5 +++++
 ros-meta/ros_control/ros_control-0.9.3.ebuild | 27 +++++++++++++++++++++++++++
 ros-meta/ros_control/ros_control-9999.ebuild  | 27 +++++++++++++++++++++++++++
 4 files changed, 60 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
new file mode 100644
index 0000000..0a1b7a4
--- /dev/null
+++ b/ros-meta/ros_control/Manifest
@@ -0,0 +1 @@
+DIST ros_control-0.9.3.tar.gz 593174 SHA256 51e5e58e2010f668c136fd6178f83747af643fe5cf170484ce449c7e4e219a4e SHA512 37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb WHIRLPOOL 1077031ba3511ef293a280af62afd237ca5da97140083dd396a34bc93d752be29d1599090fb8336627be85d9ee6d66231829d7af9fdd2214fd21535dad4e0abf

diff --git a/ros-meta/ros_control/metadata.xml b/ros-meta/ros_control/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/ros-meta/ros_control/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ros</herd>
+</pkgmetadata>

diff --git a/ros-meta/ros_control/ros_control-0.9.3.ebuild b/ros-meta/ros_control/ros_control-0.9.3.ebuild
new file mode 100644
index 0000000..0aed54a
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.9.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_control/ros_control-9999.ebuild b/ros-meta/ros_control/ros_control-9999.ebuild
new file mode 100644
index 0000000..0aed54a
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2015-11-24 12:33 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2015-11-24 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0b4df62bef092f0b26110abf07b7675f556b19a6
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 12:23:45 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 12:32:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4df62b

ros-meta/ros_control: Bump to 0.10.0.

Package-Manager: portage-2.2.25
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.10.0.ebuild | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 0a1b7a4..8a9d0b7 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1 +1,2 @@
+DIST ros_control-0.10.0.tar.gz 620871 SHA256 d11ef3c34874068cf32a1766901686f59177ce7b94e229cb151a30f6fc1fcaca SHA512 93f400a024fa2eda49ec4a680f05559a31d0879e0c081e796c4ebccfc9c6e568655c79cde252e6afb6e5728c71135aa0d5d618a8727a66d69e7b49b46ae0f422 WHIRLPOOL 016631d6557919c1311da0912c34ce1aac34d55cff57cd0d0952d9899c3c99be6de650ecc495b724b46cc7294ca4b008a921ea2680bb7f8fa3ddec0e2f7fe6e6
 DIST ros_control-0.9.3.tar.gz 593174 SHA256 51e5e58e2010f668c136fd6178f83747af643fe5cf170484ce449c7e4e219a4e SHA512 37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb WHIRLPOOL 1077031ba3511ef293a280af62afd237ca5da97140083dd396a34bc93d752be29d1599090fb8336627be85d9ee6d66231829d7af9fdd2214fd21535dad4e0abf

diff --git a/ros-meta/ros_control/ros_control-0.10.0.ebuild b/ros-meta/ros_control/ros_control-0.10.0.ebuild
new file mode 100644
index 0000000..0aed54a
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.10.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2016-04-30 14:18 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2016-04-30 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     98cbf865d2344f8b625e524285666c444704f72e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 10:04:59 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 14:18:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98cbf865

ros-meta/ros_control: Bump to 0.10.1.

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.10.1.ebuild | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 8a9d0b7..8125b98 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,2 +1,3 @@
 DIST ros_control-0.10.0.tar.gz 620871 SHA256 d11ef3c34874068cf32a1766901686f59177ce7b94e229cb151a30f6fc1fcaca SHA512 93f400a024fa2eda49ec4a680f05559a31d0879e0c081e796c4ebccfc9c6e568655c79cde252e6afb6e5728c71135aa0d5d618a8727a66d69e7b49b46ae0f422 WHIRLPOOL 016631d6557919c1311da0912c34ce1aac34d55cff57cd0d0952d9899c3c99be6de650ecc495b724b46cc7294ca4b008a921ea2680bb7f8fa3ddec0e2f7fe6e6
+DIST ros_control-0.10.1.tar.gz 621418 SHA256 2469f75eeeb46d3f68a1096864f91ea0599131d0fc894d18e948022ca8f8e957 SHA512 78d7fd7e30cf9ebd19a13d426573f47da5a06ff070b40672074fa1900c35c64ed7bf28121356e85fd35709be37a4694711a1e73a7537d64e448ded662d4a8fa4 WHIRLPOOL 97d2860b3403a3178b12458305650501040c381da8bd3a62d49d9d556aae185c2f69a9b67dcefa25617fd8099bfda8fd34352b21ae5be79b4bcef35aa66532fa
 DIST ros_control-0.9.3.tar.gz 593174 SHA256 51e5e58e2010f668c136fd6178f83747af643fe5cf170484ce449c7e4e219a4e SHA512 37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb WHIRLPOOL 1077031ba3511ef293a280af62afd237ca5da97140083dd396a34bc93d752be29d1599090fb8336627be85d9ee6d66231829d7af9fdd2214fd21535dad4e0abf

diff --git a/ros-meta/ros_control/ros_control-0.10.1.ebuild b/ros-meta/ros_control/ros_control-0.10.1.ebuild
new file mode 100644
index 0000000..0aed54a
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.10.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2016-05-24  7:32 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2016-05-24  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     135d04644e877fbe509009befce69dd71affac13
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 07:17:38 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 24 07:31:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135d0464

ros-meta/ros_control: Bump to 0.11.0.

Package-Manager: portage-2.3.0_rc1

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.11.0.ebuild | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 8125b98..076e82a 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,3 +1,4 @@
 DIST ros_control-0.10.0.tar.gz 620871 SHA256 d11ef3c34874068cf32a1766901686f59177ce7b94e229cb151a30f6fc1fcaca SHA512 93f400a024fa2eda49ec4a680f05559a31d0879e0c081e796c4ebccfc9c6e568655c79cde252e6afb6e5728c71135aa0d5d618a8727a66d69e7b49b46ae0f422 WHIRLPOOL 016631d6557919c1311da0912c34ce1aac34d55cff57cd0d0952d9899c3c99be6de650ecc495b724b46cc7294ca4b008a921ea2680bb7f8fa3ddec0e2f7fe6e6
 DIST ros_control-0.10.1.tar.gz 621418 SHA256 2469f75eeeb46d3f68a1096864f91ea0599131d0fc894d18e948022ca8f8e957 SHA512 78d7fd7e30cf9ebd19a13d426573f47da5a06ff070b40672074fa1900c35c64ed7bf28121356e85fd35709be37a4694711a1e73a7537d64e448ded662d4a8fa4 WHIRLPOOL 97d2860b3403a3178b12458305650501040c381da8bd3a62d49d9d556aae185c2f69a9b67dcefa25617fd8099bfda8fd34352b21ae5be79b4bcef35aa66532fa
+DIST ros_control-0.11.0.tar.gz 633993 SHA256 a21839b729459f752f9a37b73965e116dfbd36c6e9edc4e85a9791cdf469f16c SHA512 fe18a513c12db60a4e49a37ec9588a448e24acd618162930dd6772a2bdc9855d56e56a45d0ba4f2e2c1ce29551efb93e3db0f2232a1ddf4ca40c053cf5845fd5 WHIRLPOOL 47dfe7fd5b01fc47a5aa38a6389a046af92363ddc26226900d347aa44e0f3d56da585e7acd87a7256c2d472769976e51aceb052241afdbbf9e8ee7c4b485e665
 DIST ros_control-0.9.3.tar.gz 593174 SHA256 51e5e58e2010f668c136fd6178f83747af643fe5cf170484ce449c7e4e219a4e SHA512 37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb WHIRLPOOL 1077031ba3511ef293a280af62afd237ca5da97140083dd396a34bc93d752be29d1599090fb8336627be85d9ee6d66231829d7af9fdd2214fd21535dad4e0abf

diff --git a/ros-meta/ros_control/ros_control-0.11.0.ebuild b/ros-meta/ros_control/ros_control-0.11.0.ebuild
new file mode 100644
index 0000000..32f9dbb
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.11.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2016-05-24  7:32 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2016-05-24  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c6ddd515f30eef90397fa32d91aae3b6a76db8d8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 07:31:28 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 24 07:31:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ddd515

ros-meta/ros_control: add deps on dev-ros/combined_robot_hw*

Package-Manager: portage-2.3.0_rc1

 ros-meta/ros_control/ros_control-0.11.0.ebuild | 2 ++
 ros-meta/ros_control/ros_control-9999.ebuild   | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ros-meta/ros_control/ros_control-0.11.0.ebuild b/ros-meta/ros_control/ros_control-0.11.0.ebuild
index 32f9dbb..f07fa4d 100644
--- a/ros-meta/ros_control/ros_control-0.11.0.ebuild
+++ b/ros-meta/ros_control/ros_control-0.11.0.ebuild
@@ -15,6 +15,8 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
 	dev-ros/controller_interface
 	dev-ros/controller_manager
 	dev-ros/controller_manager_msgs

diff --git a/ros-meta/ros_control/ros_control-9999.ebuild b/ros-meta/ros_control/ros_control-9999.ebuild
index 0aed54a..f07fa4d 100644
--- a/ros-meta/ros_control/ros_control-9999.ebuild
+++ b/ros-meta/ros_control/ros_control-9999.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$
 
@@ -15,6 +15,8 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
 	dev-ros/controller_interface
 	dev-ros/controller_manager
 	dev-ros/controller_manager_msgs


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2016-05-24  7:32 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2016-05-24  7:32 UTC (permalink / raw
  To: gentoo-commits

commit:     2c263d32ac11b6a977521fc63c5eb8f6b473aac7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 07:31:51 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 24 07:31:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c263d32

ros-meta/ros_control: remove old

Package-Manager: portage-2.3.0_rc1

 ros-meta/ros_control/Manifest                  |  3 ---
 ros-meta/ros_control/ros_control-0.10.0.ebuild | 27 --------------------------
 ros-meta/ros_control/ros_control-0.10.1.ebuild | 27 --------------------------
 ros-meta/ros_control/ros_control-0.9.3.ebuild  | 27 --------------------------
 4 files changed, 84 deletions(-)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 076e82a..7e38aa6 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,4 +1 @@
-DIST ros_control-0.10.0.tar.gz 620871 SHA256 d11ef3c34874068cf32a1766901686f59177ce7b94e229cb151a30f6fc1fcaca SHA512 93f400a024fa2eda49ec4a680f05559a31d0879e0c081e796c4ebccfc9c6e568655c79cde252e6afb6e5728c71135aa0d5d618a8727a66d69e7b49b46ae0f422 WHIRLPOOL 016631d6557919c1311da0912c34ce1aac34d55cff57cd0d0952d9899c3c99be6de650ecc495b724b46cc7294ca4b008a921ea2680bb7f8fa3ddec0e2f7fe6e6
-DIST ros_control-0.10.1.tar.gz 621418 SHA256 2469f75eeeb46d3f68a1096864f91ea0599131d0fc894d18e948022ca8f8e957 SHA512 78d7fd7e30cf9ebd19a13d426573f47da5a06ff070b40672074fa1900c35c64ed7bf28121356e85fd35709be37a4694711a1e73a7537d64e448ded662d4a8fa4 WHIRLPOOL 97d2860b3403a3178b12458305650501040c381da8bd3a62d49d9d556aae185c2f69a9b67dcefa25617fd8099bfda8fd34352b21ae5be79b4bcef35aa66532fa
 DIST ros_control-0.11.0.tar.gz 633993 SHA256 a21839b729459f752f9a37b73965e116dfbd36c6e9edc4e85a9791cdf469f16c SHA512 fe18a513c12db60a4e49a37ec9588a448e24acd618162930dd6772a2bdc9855d56e56a45d0ba4f2e2c1ce29551efb93e3db0f2232a1ddf4ca40c053cf5845fd5 WHIRLPOOL 47dfe7fd5b01fc47a5aa38a6389a046af92363ddc26226900d347aa44e0f3d56da585e7acd87a7256c2d472769976e51aceb052241afdbbf9e8ee7c4b485e665
-DIST ros_control-0.9.3.tar.gz 593174 SHA256 51e5e58e2010f668c136fd6178f83747af643fe5cf170484ce449c7e4e219a4e SHA512 37537de9cbee4702515f1db62980975c5d37c952e338bf1ffacf84722c605ad9f6bd660d8b6005e701fcb935f96b6adf1f28375640f14a2227703644b55e90fb WHIRLPOOL 1077031ba3511ef293a280af62afd237ca5da97140083dd396a34bc93d752be29d1599090fb8336627be85d9ee6d66231829d7af9fdd2214fd21535dad4e0abf

diff --git a/ros-meta/ros_control/ros_control-0.10.0.ebuild b/ros-meta/ros_control/ros_control-0.10.0.ebuild
deleted file mode 100644
index 0aed54a..0000000
--- a/ros-meta/ros_control/ros_control-0.10.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/ros_control"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/controller_interface
-	dev-ros/controller_manager
-	dev-ros/controller_manager_msgs
-	dev-ros/controller_manager_tests
-	dev-ros/hardware_interface
-	dev-ros/joint_limits_interface
-	dev-ros/rqt_controller_manager
-	dev-ros/transmission_interface
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_control/ros_control-0.10.1.ebuild b/ros-meta/ros_control/ros_control-0.10.1.ebuild
deleted file mode 100644
index 0aed54a..0000000
--- a/ros-meta/ros_control/ros_control-0.10.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/ros_control"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/controller_interface
-	dev-ros/controller_manager
-	dev-ros/controller_manager_msgs
-	dev-ros/controller_manager_tests
-	dev-ros/hardware_interface
-	dev-ros/joint_limits_interface
-	dev-ros/rqt_controller_manager
-	dev-ros/transmission_interface
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_control/ros_control-0.9.3.ebuild b/ros-meta/ros_control/ros_control-0.9.3.ebuild
deleted file mode 100644
index 0aed54a..0000000
--- a/ros-meta/ros_control/ros_control-0.9.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/ros_control"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/controller_interface
-	dev-ros/controller_manager
-	dev-ros/controller_manager_msgs
-	dev-ros/controller_manager_tests
-	dev-ros/hardware_interface
-	dev-ros/joint_limits_interface
-	dev-ros/rqt_controller_manager
-	dev-ros/transmission_interface
-"
-DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2016-08-21  6:34 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2016-08-21  6:34 UTC (permalink / raw
  To: gentoo-commits

commit:     680865e07b54bbd6a9f511a77c475b5d990d2639
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 06:28:07 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 06:34:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680865e0

ros-meta/ros_control: Bump to 0.11.1.

Package-Manager: portage-2.3.0

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.11.1.ebuild | 29 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 7e38aa6..1fe365b 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1 +1,2 @@
 DIST ros_control-0.11.0.tar.gz 633993 SHA256 a21839b729459f752f9a37b73965e116dfbd36c6e9edc4e85a9791cdf469f16c SHA512 fe18a513c12db60a4e49a37ec9588a448e24acd618162930dd6772a2bdc9855d56e56a45d0ba4f2e2c1ce29551efb93e3db0f2232a1ddf4ca40c053cf5845fd5 WHIRLPOOL 47dfe7fd5b01fc47a5aa38a6389a046af92363ddc26226900d347aa44e0f3d56da585e7acd87a7256c2d472769976e51aceb052241afdbbf9e8ee7c4b485e665
+DIST ros_control-0.11.1.tar.gz 634118 SHA256 72cf017ce1de3a645e62c7f1c034c4acaa2d3bc1d81da73b9c3b6027f89a48e8 SHA512 2ac330025e0740637a3143e6a783d5fdaf33567314a48b50a736e9fbc032b2ea153d002b5a2e1aad8fe2e88ddc9b61f6f5bcbecbf63471cf325c3acdf0dd999f WHIRLPOOL 200717b61336c9fdf9aa9ac640789dbdd68f7da4b90c49390e95fe2dee4731bebea549ce3343a714c6593c097fee08e531a01a0b4b909aba1cb742860c5b80d5

diff --git a/ros-meta/ros_control/ros_control-0.11.1.ebuild b/ros-meta/ros_control/ros_control-0.11.1.ebuild
new file mode 100644
index 0000000..f07fa4d
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.11.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2016-11-29  9:28 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2016-11-29  9:28 UTC (permalink / raw
  To: gentoo-commits

commit:     65f675b43e625465933afddd0ab19ce47fc8afa8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 09:23:01 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 09:28:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f675b4

ros-meta/ros_control: Bump to 0.11.2.

Package-Manager: portage-2.3.2

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.11.2.ebuild | 29 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 1fe365b..1bbb8bb 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,2 +1,3 @@
 DIST ros_control-0.11.0.tar.gz 633993 SHA256 a21839b729459f752f9a37b73965e116dfbd36c6e9edc4e85a9791cdf469f16c SHA512 fe18a513c12db60a4e49a37ec9588a448e24acd618162930dd6772a2bdc9855d56e56a45d0ba4f2e2c1ce29551efb93e3db0f2232a1ddf4ca40c053cf5845fd5 WHIRLPOOL 47dfe7fd5b01fc47a5aa38a6389a046af92363ddc26226900d347aa44e0f3d56da585e7acd87a7256c2d472769976e51aceb052241afdbbf9e8ee7c4b485e665
 DIST ros_control-0.11.1.tar.gz 634118 SHA256 72cf017ce1de3a645e62c7f1c034c4acaa2d3bc1d81da73b9c3b6027f89a48e8 SHA512 2ac330025e0740637a3143e6a783d5fdaf33567314a48b50a736e9fbc032b2ea153d002b5a2e1aad8fe2e88ddc9b61f6f5bcbecbf63471cf325c3acdf0dd999f WHIRLPOOL 200717b61336c9fdf9aa9ac640789dbdd68f7da4b90c49390e95fe2dee4731bebea549ce3343a714c6593c097fee08e531a01a0b4b909aba1cb742860c5b80d5
+DIST ros_control-0.11.2.tar.gz 647175 SHA256 bccce5003243031dd815d5210f84117ff3765e81c23f6acb4941dc31fe2f753a SHA512 b08da45ec9a1468f2b2204074487306f108f17f5745b04f701fbb97c0bbe123635b9ceac53afc5a28ed8d6a1c4a6e61d43ab5733c9a36edafac384a568af2674 WHIRLPOOL 30fa2a8af7529707994d420294ce0e8ff19cce230fb01df21b4ba50ffd3ed300ec35e59b6ef428dc7d12eaf430bb0cb9437c2eb17002e776e0bf7cff8f10d8bb

diff --git a/ros-meta/ros_control/ros_control-0.11.2.ebuild b/ros-meta/ros_control/ros_control-0.11.2.ebuild
new file mode 100644
index 00000000..f07fa4d
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.11.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2016-12-12 20:24 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2016-12-12 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     78ea872e214797377d41cdfe5620bedf30c63e1a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 20:13:42 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 20:23:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ea872e

ros-meta/ros_control: Bump to 0.11.3.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.11.3.ebuild | 29 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 1bbb8bb..6875cef 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,3 +1,4 @@
 DIST ros_control-0.11.0.tar.gz 633993 SHA256 a21839b729459f752f9a37b73965e116dfbd36c6e9edc4e85a9791cdf469f16c SHA512 fe18a513c12db60a4e49a37ec9588a448e24acd618162930dd6772a2bdc9855d56e56a45d0ba4f2e2c1ce29551efb93e3db0f2232a1ddf4ca40c053cf5845fd5 WHIRLPOOL 47dfe7fd5b01fc47a5aa38a6389a046af92363ddc26226900d347aa44e0f3d56da585e7acd87a7256c2d472769976e51aceb052241afdbbf9e8ee7c4b485e665
 DIST ros_control-0.11.1.tar.gz 634118 SHA256 72cf017ce1de3a645e62c7f1c034c4acaa2d3bc1d81da73b9c3b6027f89a48e8 SHA512 2ac330025e0740637a3143e6a783d5fdaf33567314a48b50a736e9fbc032b2ea153d002b5a2e1aad8fe2e88ddc9b61f6f5bcbecbf63471cf325c3acdf0dd999f WHIRLPOOL 200717b61336c9fdf9aa9ac640789dbdd68f7da4b90c49390e95fe2dee4731bebea549ce3343a714c6593c097fee08e531a01a0b4b909aba1cb742860c5b80d5
 DIST ros_control-0.11.2.tar.gz 647175 SHA256 bccce5003243031dd815d5210f84117ff3765e81c23f6acb4941dc31fe2f753a SHA512 b08da45ec9a1468f2b2204074487306f108f17f5745b04f701fbb97c0bbe123635b9ceac53afc5a28ed8d6a1c4a6e61d43ab5733c9a36edafac384a568af2674 WHIRLPOOL 30fa2a8af7529707994d420294ce0e8ff19cce230fb01df21b4ba50ffd3ed300ec35e59b6ef428dc7d12eaf430bb0cb9437c2eb17002e776e0bf7cff8f10d8bb
+DIST ros_control-0.11.3.tar.gz 647204 SHA256 0312a13acd3a23bf9dc17594fd38ca8701917e3d458d867da9f82467f9f4c8f3 SHA512 24ef9d17c921a59e771c7089bb98385dd3cb35e1ff85187555d9b3851fd7c354c6d6e0156c62b024343e2fcf5be5dc52ad6a9b2489e94f6dc1bf672995d35f6a WHIRLPOOL 2569d04d98ee3eb7d72fc3d09234c960928c8f2089a7edd3b5210cca0386ad5ce3a15e86e969f369f943f79d878d3fd99e1ec3c511d554a6bd4b84bbebd8ea57

diff --git a/ros-meta/ros_control/ros_control-0.11.3.ebuild b/ros-meta/ros_control/ros_control-0.11.3.ebuild
new file mode 100644
index 00000000..f07fa4d
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.11.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2017-02-15 13:24 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2017-02-15 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e1389d44931fdbf969f0ca110b85d6be297a6d17
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 13:21:07 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 13:21:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1389d44

ros-meta/ros_control: Bump to 0.11.4.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.11.4.ebuild | 29 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 6875ceff13..33a572601b 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -2,3 +2,4 @@ DIST ros_control-0.11.0.tar.gz 633993 SHA256 a21839b729459f752f9a37b73965e116dfb
 DIST ros_control-0.11.1.tar.gz 634118 SHA256 72cf017ce1de3a645e62c7f1c034c4acaa2d3bc1d81da73b9c3b6027f89a48e8 SHA512 2ac330025e0740637a3143e6a783d5fdaf33567314a48b50a736e9fbc032b2ea153d002b5a2e1aad8fe2e88ddc9b61f6f5bcbecbf63471cf325c3acdf0dd999f WHIRLPOOL 200717b61336c9fdf9aa9ac640789dbdd68f7da4b90c49390e95fe2dee4731bebea549ce3343a714c6593c097fee08e531a01a0b4b909aba1cb742860c5b80d5
 DIST ros_control-0.11.2.tar.gz 647175 SHA256 bccce5003243031dd815d5210f84117ff3765e81c23f6acb4941dc31fe2f753a SHA512 b08da45ec9a1468f2b2204074487306f108f17f5745b04f701fbb97c0bbe123635b9ceac53afc5a28ed8d6a1c4a6e61d43ab5733c9a36edafac384a568af2674 WHIRLPOOL 30fa2a8af7529707994d420294ce0e8ff19cce230fb01df21b4ba50ffd3ed300ec35e59b6ef428dc7d12eaf430bb0cb9437c2eb17002e776e0bf7cff8f10d8bb
 DIST ros_control-0.11.3.tar.gz 647204 SHA256 0312a13acd3a23bf9dc17594fd38ca8701917e3d458d867da9f82467f9f4c8f3 SHA512 24ef9d17c921a59e771c7089bb98385dd3cb35e1ff85187555d9b3851fd7c354c6d6e0156c62b024343e2fcf5be5dc52ad6a9b2489e94f6dc1bf672995d35f6a WHIRLPOOL 2569d04d98ee3eb7d72fc3d09234c960928c8f2089a7edd3b5210cca0386ad5ce3a15e86e969f369f943f79d878d3fd99e1ec3c511d554a6bd4b84bbebd8ea57
+DIST ros_control-0.11.4.tar.gz 647356 SHA256 08bef43e6312986fb4de433f5b7c3e96d5456b2c082433fef180634c4d3c0254 SHA512 a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032 WHIRLPOOL 770b0bf29539e29f5c6aa017b0627bfd11f2330cfe56dd2ea0b6b62265df425f0b28338e73910d45753fc0338eb78236bd65426a66785ec6192c070b9d3a9416

diff --git a/ros-meta/ros_control/ros_control-0.11.4.ebuild b/ros-meta/ros_control/ros_control-0.11.4.ebuild
new file mode 100644
index 0000000000..c80e0cb24c
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.11.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2017-06-29 20:28 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2017-06-29 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     80c845921132a0ab9bd53571f27c1c666da4b4f4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 06:44:59 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 20:27:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c84592

ros-meta/ros_control: Bump to 0.11.5.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.11.5.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 33a572601bb..f4bdbdfe3da 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -3,3 +3,4 @@ DIST ros_control-0.11.1.tar.gz 634118 SHA256 72cf017ce1de3a645e62c7f1c034c4acaa2
 DIST ros_control-0.11.2.tar.gz 647175 SHA256 bccce5003243031dd815d5210f84117ff3765e81c23f6acb4941dc31fe2f753a SHA512 b08da45ec9a1468f2b2204074487306f108f17f5745b04f701fbb97c0bbe123635b9ceac53afc5a28ed8d6a1c4a6e61d43ab5733c9a36edafac384a568af2674 WHIRLPOOL 30fa2a8af7529707994d420294ce0e8ff19cce230fb01df21b4ba50ffd3ed300ec35e59b6ef428dc7d12eaf430bb0cb9437c2eb17002e776e0bf7cff8f10d8bb
 DIST ros_control-0.11.3.tar.gz 647204 SHA256 0312a13acd3a23bf9dc17594fd38ca8701917e3d458d867da9f82467f9f4c8f3 SHA512 24ef9d17c921a59e771c7089bb98385dd3cb35e1ff85187555d9b3851fd7c354c6d6e0156c62b024343e2fcf5be5dc52ad6a9b2489e94f6dc1bf672995d35f6a WHIRLPOOL 2569d04d98ee3eb7d72fc3d09234c960928c8f2089a7edd3b5210cca0386ad5ce3a15e86e969f369f943f79d878d3fd99e1ec3c511d554a6bd4b84bbebd8ea57
 DIST ros_control-0.11.4.tar.gz 647356 SHA256 08bef43e6312986fb4de433f5b7c3e96d5456b2c082433fef180634c4d3c0254 SHA512 a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032 WHIRLPOOL 770b0bf29539e29f5c6aa017b0627bfd11f2330cfe56dd2ea0b6b62265df425f0b28338e73910d45753fc0338eb78236bd65426a66785ec6192c070b9d3a9416
+DIST ros_control-0.11.5.tar.gz 647031 SHA256 aec82af44d9e22b588154faca26d8281cbc649c5dc225d22f49ef20246af2e14 SHA512 78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034 WHIRLPOOL 32e4fc39042292f0ff582e45d4c43b70bb64bc6a5a3b86c2c1edd7d398afdb8f4223629489a7e6b6001b54485c9d2a9d744c8247cbf1d3943f26e953dbeb31c1

diff --git a/ros-meta/ros_control/ros_control-0.11.5.ebuild b/ros-meta/ros_control/ros_control-0.11.5.ebuild
new file mode 100644
index 00000000000..2c352cf60b2
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.11.5.ebuild
@@ -0,0 +1,28 @@
+# 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-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2017-08-10 13:02 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2017-08-10 13:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b2464ab07ccf03e01fc0f9f9770619ba71d5b35d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 11:56:35 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 13:02:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2464ab0

ros-meta/ros_control: Bump to 0.12.0.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.12.0.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index f4bdbdfe3da..107fc12c9e7 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -4,3 +4,4 @@ DIST ros_control-0.11.2.tar.gz 647175 SHA256 bccce5003243031dd815d5210f84117ff37
 DIST ros_control-0.11.3.tar.gz 647204 SHA256 0312a13acd3a23bf9dc17594fd38ca8701917e3d458d867da9f82467f9f4c8f3 SHA512 24ef9d17c921a59e771c7089bb98385dd3cb35e1ff85187555d9b3851fd7c354c6d6e0156c62b024343e2fcf5be5dc52ad6a9b2489e94f6dc1bf672995d35f6a WHIRLPOOL 2569d04d98ee3eb7d72fc3d09234c960928c8f2089a7edd3b5210cca0386ad5ce3a15e86e969f369f943f79d878d3fd99e1ec3c511d554a6bd4b84bbebd8ea57
 DIST ros_control-0.11.4.tar.gz 647356 SHA256 08bef43e6312986fb4de433f5b7c3e96d5456b2c082433fef180634c4d3c0254 SHA512 a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032 WHIRLPOOL 770b0bf29539e29f5c6aa017b0627bfd11f2330cfe56dd2ea0b6b62265df425f0b28338e73910d45753fc0338eb78236bd65426a66785ec6192c070b9d3a9416
 DIST ros_control-0.11.5.tar.gz 647031 SHA256 aec82af44d9e22b588154faca26d8281cbc649c5dc225d22f49ef20246af2e14 SHA512 78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034 WHIRLPOOL 32e4fc39042292f0ff582e45d4c43b70bb64bc6a5a3b86c2c1edd7d398afdb8f4223629489a7e6b6001b54485c9d2a9d744c8247cbf1d3943f26e953dbeb31c1
+DIST ros_control-0.12.0.tar.gz 648605 SHA256 6a3c4194178c6aeacfa39f1c8c334a177b15dffc8efa51b4fba88df4b5bdbf6c SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 WHIRLPOOL 9436815612dc4be004d866c853474f53692408e03bd5952dcde65fc30373f4049c7fa9e5d25878f6d9c8d4e4761e333781b9030d0fa636c7e1c1b407b73cdfd7

diff --git a/ros-meta/ros_control/ros_control-0.12.0.ebuild b/ros-meta/ros_control/ros_control-0.12.0.ebuild
new file mode 100644
index 00000000000..2c352cf60b2
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.12.0.ebuild
@@ -0,0 +1,28 @@
+# 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-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

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

commit:     d3cb03c8a54ffdebdd0a964816ceb8c10748524b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 18:20:06 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 19:07:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cb03c8

ros-meta/ros_control: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ros-meta/ros_control/Manifest                  |  6 ------
 ros-meta/ros_control/ros_control-0.11.0.ebuild | 28 --------------------------
 ros-meta/ros_control/ros_control-0.11.1.ebuild | 28 --------------------------
 ros-meta/ros_control/ros_control-0.11.2.ebuild | 28 --------------------------
 ros-meta/ros_control/ros_control-0.11.3.ebuild | 28 --------------------------
 ros-meta/ros_control/ros_control-0.11.4.ebuild | 28 --------------------------
 ros-meta/ros_control/ros_control-0.11.5.ebuild | 28 --------------------------
 7 files changed, 174 deletions(-)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 8a49ef9739a..69c1671e440 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,7 +1 @@
-DIST ros_control-0.11.0.tar.gz 633993 BLAKE2B 6188cf0856620f890b9c4bb37be2eb6847b0796cdf741d4ab5bde3953548daca14f983a1a763c2f1d5b0165ec02d778d364eae0b55c0ae777f7889e26a07e25a SHA512 fe18a513c12db60a4e49a37ec9588a448e24acd618162930dd6772a2bdc9855d56e56a45d0ba4f2e2c1ce29551efb93e3db0f2232a1ddf4ca40c053cf5845fd5
-DIST ros_control-0.11.1.tar.gz 634118 BLAKE2B 0c8fa87f6830a214b67526b7c78cdc695b811c849720dc163009fa4d649bb87e4dde58537d20114487fc0376100c9b0fdc49324cf559faae8cadcdcbeceac18d SHA512 2ac330025e0740637a3143e6a783d5fdaf33567314a48b50a736e9fbc032b2ea153d002b5a2e1aad8fe2e88ddc9b61f6f5bcbecbf63471cf325c3acdf0dd999f
-DIST ros_control-0.11.2.tar.gz 647175 BLAKE2B a7b24f9358392f55836906f8587caa117e1a53e27c42e4b7a4c1afdcb62ee7eda8aff0a20c21c62205e020cef56bf406847f228be8c12c42dc25d1fe7631ff13 SHA512 b08da45ec9a1468f2b2204074487306f108f17f5745b04f701fbb97c0bbe123635b9ceac53afc5a28ed8d6a1c4a6e61d43ab5733c9a36edafac384a568af2674
-DIST ros_control-0.11.3.tar.gz 647204 BLAKE2B 25869b9aa7c7d36de2d304c87cecb2e2c99952c69415747827c59b2988a5be27085e9f6f8f9a80dcc5c949a1b03377adc46c8c45b758314b79a96f858bc03d93 SHA512 24ef9d17c921a59e771c7089bb98385dd3cb35e1ff85187555d9b3851fd7c354c6d6e0156c62b024343e2fcf5be5dc52ad6a9b2489e94f6dc1bf672995d35f6a
-DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 80d28f716f9c581a2003506e62ca9efeae51cadbc67e1c643e42fa2b7a56211c2d699a546988dced2653de6ef9cabaf43ed07f02875becdc3702e49683a81100 SHA512 a946468890961561497ffe7b5ff8ecf9b458f0b770b9d1ede240a7edabbba39849d85e68ebba5003023776e5a984d2005eb6ba4980b67415570f78b243dd4032
-DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca SHA512 78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034
 DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6

diff --git a/ros-meta/ros_control/ros_control-0.11.0.ebuild b/ros-meta/ros_control/ros_control-0.11.0.ebuild
deleted file mode 100644
index 9a373a0b7cd..00000000000
--- a/ros-meta/ros_control/ros_control-0.11.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/ros_control"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/combined_robot_hw
-	dev-ros/combined_robot_hw_tests
-	dev-ros/controller_interface
-	dev-ros/controller_manager
-	dev-ros/controller_manager_msgs
-	dev-ros/controller_manager_tests
-	dev-ros/hardware_interface
-	dev-ros/joint_limits_interface
-	dev-ros/rqt_controller_manager
-	dev-ros/transmission_interface
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_control/ros_control-0.11.1.ebuild b/ros-meta/ros_control/ros_control-0.11.1.ebuild
deleted file mode 100644
index 9a373a0b7cd..00000000000
--- a/ros-meta/ros_control/ros_control-0.11.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/ros_control"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/combined_robot_hw
-	dev-ros/combined_robot_hw_tests
-	dev-ros/controller_interface
-	dev-ros/controller_manager
-	dev-ros/controller_manager_msgs
-	dev-ros/controller_manager_tests
-	dev-ros/hardware_interface
-	dev-ros/joint_limits_interface
-	dev-ros/rqt_controller_manager
-	dev-ros/transmission_interface
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_control/ros_control-0.11.2.ebuild b/ros-meta/ros_control/ros_control-0.11.2.ebuild
deleted file mode 100644
index 9a373a0b7cd..00000000000
--- a/ros-meta/ros_control/ros_control-0.11.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/ros_control"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/combined_robot_hw
-	dev-ros/combined_robot_hw_tests
-	dev-ros/controller_interface
-	dev-ros/controller_manager
-	dev-ros/controller_manager_msgs
-	dev-ros/controller_manager_tests
-	dev-ros/hardware_interface
-	dev-ros/joint_limits_interface
-	dev-ros/rqt_controller_manager
-	dev-ros/transmission_interface
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_control/ros_control-0.11.3.ebuild b/ros-meta/ros_control/ros_control-0.11.3.ebuild
deleted file mode 100644
index 9a373a0b7cd..00000000000
--- a/ros-meta/ros_control/ros_control-0.11.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-controls/ros_control"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/combined_robot_hw
-	dev-ros/combined_robot_hw_tests
-	dev-ros/controller_interface
-	dev-ros/controller_manager
-	dev-ros/controller_manager_msgs
-	dev-ros/controller_manager_tests
-	dev-ros/hardware_interface
-	dev-ros/joint_limits_interface
-	dev-ros/rqt_controller_manager
-	dev-ros/transmission_interface
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_control/ros_control-0.11.4.ebuild b/ros-meta/ros_control/ros_control-0.11.4.ebuild
deleted file mode 100644
index 2c352cf60b2..00000000000
--- a/ros-meta/ros_control/ros_control-0.11.4.ebuild
+++ /dev/null
@@ -1,28 +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-controls/ros_control"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/combined_robot_hw
-	dev-ros/combined_robot_hw_tests
-	dev-ros/controller_interface
-	dev-ros/controller_manager
-	dev-ros/controller_manager_msgs
-	dev-ros/controller_manager_tests
-	dev-ros/hardware_interface
-	dev-ros/joint_limits_interface
-	dev-ros/rqt_controller_manager
-	dev-ros/transmission_interface
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/ros_control/ros_control-0.11.5.ebuild b/ros-meta/ros_control/ros_control-0.11.5.ebuild
deleted file mode 100644
index 2c352cf60b2..00000000000
--- a/ros-meta/ros_control/ros_control-0.11.5.ebuild
+++ /dev/null
@@ -1,28 +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-controls/ros_control"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/combined_robot_hw
-	dev-ros/combined_robot_hw_tests
-	dev-ros/controller_interface
-	dev-ros/controller_manager
-	dev-ros/controller_manager_msgs
-	dev-ros/controller_manager_tests
-	dev-ros/hardware_interface
-	dev-ros/joint_limits_interface
-	dev-ros/rqt_controller_manager
-	dev-ros/transmission_interface
-"
-DEPEND="${RDEPEND}"


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

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

commit:     38bd1207c3e539c93d0ed2ddf49374aed62e4edf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 18:21:29 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 19:07:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bd1207

ros-meta/ros_control: Bump to 0.13.0.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.13.0.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 69c1671e440..b8e876320e3 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1 +1,2 @@
 DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6
+DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b

diff --git a/ros-meta/ros_control/ros_control-0.13.0.ebuild b/ros-meta/ros_control/ros_control-0.13.0.ebuild
new file mode 100644
index 00000000000..2c352cf60b2
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.13.0.ebuild
@@ -0,0 +1,28 @@
+# 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-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2018-03-27  6:41 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2018-03-27  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     bf345830598065c6473bb855e75cbab71cfe8654
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 27 06:34:38 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 06:40:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf345830

ros-meta/ros_control: Bump to 0.14.0.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.14.0.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index b8e876320e3..71ce7477b63 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,2 +1,3 @@
 DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6
 DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b
+DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e

diff --git a/ros-meta/ros_control/ros_control-0.14.0.ebuild b/ros-meta/ros_control/ros_control-0.14.0.ebuild
new file mode 100644
index 00000000000..0c1d836b883
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.14.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2018-04-22 12:56 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2018-04-22 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     67af6f86a4d10084246eeac1f06f012b025eda9b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 12:53:11 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 12:56:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67af6f86

ros-meta/ros_control: Bump to 0.14.1.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.14.1.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 71ce7477b63..eb3adcab8a1 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,3 +1,4 @@
 DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6
 DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b
 DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e
+DIST ros_control-0.14.1.tar.gz 655028 BLAKE2B 86bdce47b947fc4f9b8be9c791ba4247240b81e391bb3f5916b26ff67256c928ea4c68d46ac3ffbe2ddb4f3b746769799bbc6617ae7822618f47770b55a09f15 SHA512 c668e589361084e51359bff2af055978cfd73c99fd33ae51962a7cefa7c6fd5a7027c0b2e5ca0c045a602b33b8037d587f9b4d958eea8b2f4199bff1e4016689

diff --git a/ros-meta/ros_control/ros_control-0.14.1.ebuild b/ros-meta/ros_control/ros_control-0.14.1.ebuild
new file mode 100644
index 00000000000..0c1d836b883
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.14.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2018-04-28 15:22 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2018-04-28 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     183363bcd380bf72fb78947d245fcd560a2f0530
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 28 14:53:50 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 28 15:21:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183363bc

ros-meta/ros_control: Bump to 0.14.2.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.14.2.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index a61f0d5f7c4..d2f2943d943 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1 +1,2 @@
 DIST ros_control-0.14.1.tar.gz 655028 BLAKE2B 86bdce47b947fc4f9b8be9c791ba4247240b81e391bb3f5916b26ff67256c928ea4c68d46ac3ffbe2ddb4f3b746769799bbc6617ae7822618f47770b55a09f15 SHA512 c668e589361084e51359bff2af055978cfd73c99fd33ae51962a7cefa7c6fd5a7027c0b2e5ca0c045a602b33b8037d587f9b4d958eea8b2f4199bff1e4016689
+DIST ros_control-0.14.2.tar.gz 655686 BLAKE2B e3cf0ce87c8d5324f202c1e15ece973b004d7719e30577a5661c478278826da715cd2d54f62d6def0e447d7d7ec26c3d4f4c7b2fd3c548bff960a6bdf0258fa4 SHA512 8368ae786ca0621fc560f6bc32e754757da0f3e4594039425047d3370c5c55a4a2836dc220452d47df49df1e609d79de976c0fe45d83bd62cff64fd5549f993b

diff --git a/ros-meta/ros_control/ros_control-0.14.2.ebuild b/ros-meta/ros_control/ros_control-0.14.2.ebuild
new file mode 100644
index 00000000000..0c1d836b883
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.14.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2018-07-17  7:08 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2018-07-17  7:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6096c98ebf9852418ea093cc1f75d82450b9c70c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 06:59:35 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 06:59:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6096c98e

ros-meta/ros_control: Bump to 0.15.0.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.15.0.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index d2f2943d943..fb7156fd735 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,2 +1,3 @@
 DIST ros_control-0.14.1.tar.gz 655028 BLAKE2B 86bdce47b947fc4f9b8be9c791ba4247240b81e391bb3f5916b26ff67256c928ea4c68d46ac3ffbe2ddb4f3b746769799bbc6617ae7822618f47770b55a09f15 SHA512 c668e589361084e51359bff2af055978cfd73c99fd33ae51962a7cefa7c6fd5a7027c0b2e5ca0c045a602b33b8037d587f9b4d958eea8b2f4199bff1e4016689
 DIST ros_control-0.14.2.tar.gz 655686 BLAKE2B e3cf0ce87c8d5324f202c1e15ece973b004d7719e30577a5661c478278826da715cd2d54f62d6def0e447d7d7ec26c3d4f4c7b2fd3c548bff960a6bdf0258fa4 SHA512 8368ae786ca0621fc560f6bc32e754757da0f3e4594039425047d3370c5c55a4a2836dc220452d47df49df1e609d79de976c0fe45d83bd62cff64fd5549f993b
+DIST ros_control-0.15.0.tar.gz 657854 BLAKE2B 102c17265df13d4454249f9752491664d9c8d4354c417e99aaf7845fbea2992fbfde674e22e8415e4b55274aba6964473cc6663c0784f78cf7bb87fc232d5c30 SHA512 be1b208631a3018f06384bf342f6d909b082d48e5509bb2bdac1ce04eddad56ac83f8cf5c10a0c66650c2c7defa04680950bf5417723e2f8551055051c4fcc99

diff --git a/ros-meta/ros_control/ros_control-0.15.0.ebuild b/ros-meta/ros_control/ros_control-0.15.0.ebuild
new file mode 100644
index 00000000000..0c1d836b883
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.15.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2018-10-11 16:28 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2018-10-11 16:28 UTC (permalink / raw
  To: gentoo-commits

commit:     355a84f3e52c69e1853c2ff9ab7291d1b26a2ea8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 13:10:21 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Oct 11 16:28:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355a84f3

ros-meta/ros_control: Bump to 0.15.1.

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

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.15.1.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index fb7156fd735..2173e32e1c0 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,3 +1,4 @@
 DIST ros_control-0.14.1.tar.gz 655028 BLAKE2B 86bdce47b947fc4f9b8be9c791ba4247240b81e391bb3f5916b26ff67256c928ea4c68d46ac3ffbe2ddb4f3b746769799bbc6617ae7822618f47770b55a09f15 SHA512 c668e589361084e51359bff2af055978cfd73c99fd33ae51962a7cefa7c6fd5a7027c0b2e5ca0c045a602b33b8037d587f9b4d958eea8b2f4199bff1e4016689
 DIST ros_control-0.14.2.tar.gz 655686 BLAKE2B e3cf0ce87c8d5324f202c1e15ece973b004d7719e30577a5661c478278826da715cd2d54f62d6def0e447d7d7ec26c3d4f4c7b2fd3c548bff960a6bdf0258fa4 SHA512 8368ae786ca0621fc560f6bc32e754757da0f3e4594039425047d3370c5c55a4a2836dc220452d47df49df1e609d79de976c0fe45d83bd62cff64fd5549f993b
 DIST ros_control-0.15.0.tar.gz 657854 BLAKE2B 102c17265df13d4454249f9752491664d9c8d4354c417e99aaf7845fbea2992fbfde674e22e8415e4b55274aba6964473cc6663c0784f78cf7bb87fc232d5c30 SHA512 be1b208631a3018f06384bf342f6d909b082d48e5509bb2bdac1ce04eddad56ac83f8cf5c10a0c66650c2c7defa04680950bf5417723e2f8551055051c4fcc99
+DIST ros_control-0.15.1.tar.gz 658048 BLAKE2B f3576199e2f0ff4314088e58d773014f115628381edbcd1e38e11b5c154a1c54d8802bc367c3a32c64c3e1c664f04ae136c69cb6fa1905d444798dcd7110a51b SHA512 1d65a3e0baf427507269b0588c2d16cf8a8463d72bbc84b7158ebbbce749d7c01a497ed74a6cbbae6b4c0557dabd9e8057803199853d21d2e24e2ec602e912b8

diff --git a/ros-meta/ros_control/ros_control-0.15.1.ebuild b/ros-meta/ros_control/ros_control-0.15.1.ebuild
new file mode 100644
index 00000000000..296bdc2ad2d
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.15.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2020-08-25 12:37 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2020-08-25 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     4415fbe7d3a59ce622ae68adaccc79f1c52c996f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 15:19:29 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 12:37:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4415fbe7

ros-meta/ros_control: Bump to 0.19.2.

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

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.19.2.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 1a3f165bd8f..8c92fa730dc 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1 +1,2 @@
 DIST ros_control-0.19.1.tar.gz 678884 BLAKE2B 427d927900b52ecc7c83807666cb315ad6a0850b2425d1ee0ca28389668d081e594211678108315ec690391d0369164d58a23d0a3a4351c1a80fbb9bb51d454b SHA512 bb5d161510623e1257cddd41da79d0025bd5000a3f6d4fa1a0055336d830f4375e2d7a3dcc3215a86bb84a355da14e745044225d716b07631295e500ab45d1c7
+DIST ros_control-0.19.2.tar.gz 679272 BLAKE2B ac08db38e1ee543fdc0a23449c7e9a2ad9b81ce9a414ed99f6549fee0c1bde7cc53ff8b72b059bb6300c3eb57da4460a50c7ebf8bfb9c0ce60eabefc7e210cf8 SHA512 bee37088acb49a8f033c613947befbb14d5b7ceff947a5c4c0def826b6458e4a758819b18973c755ce137416a0283bb76b30ba30a972cea4807f8b98681ec310

diff --git a/ros-meta/ros_control/ros_control-0.19.2.ebuild b/ros-meta/ros_control/ros_control-0.19.2.ebuild
new file mode 100644
index 00000000000..66ac5f89fef
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.19.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, managers, transmissions, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2020-10-12 19:08 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2020-10-12 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     734708ef06e6f4f4d2e436dd8cc1a4f74470bc51
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 18:55:07 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 19:08:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734708ef

ros-meta/ros_control: Bump to 0.19.3.

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

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.19.3.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 8c92fa730dc..312717c7c0f 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,2 +1,3 @@
 DIST ros_control-0.19.1.tar.gz 678884 BLAKE2B 427d927900b52ecc7c83807666cb315ad6a0850b2425d1ee0ca28389668d081e594211678108315ec690391d0369164d58a23d0a3a4351c1a80fbb9bb51d454b SHA512 bb5d161510623e1257cddd41da79d0025bd5000a3f6d4fa1a0055336d830f4375e2d7a3dcc3215a86bb84a355da14e745044225d716b07631295e500ab45d1c7
 DIST ros_control-0.19.2.tar.gz 679272 BLAKE2B ac08db38e1ee543fdc0a23449c7e9a2ad9b81ce9a414ed99f6549fee0c1bde7cc53ff8b72b059bb6300c3eb57da4460a50c7ebf8bfb9c0ce60eabefc7e210cf8 SHA512 bee37088acb49a8f033c613947befbb14d5b7ceff947a5c4c0def826b6458e4a758819b18973c755ce137416a0283bb76b30ba30a972cea4807f8b98681ec310
+DIST ros_control-0.19.3.tar.gz 684069 BLAKE2B fe767c8012be6675b03c56b3d1c9a2246e7e4b0d0b02b579ba5bc6b6806765163451c1ce4183f94d005507e37b8d4d2e9d023404a86de918a41bb53e1cd3c531 SHA512 59e3f86e8d69de68ae1bc38264c0e3d1fa479153290c8574bb8b8c00c5c257f6ef72dfcf1abe2367f5573f75f583f488e08aa10c67a5c59f2fd307e08b08b284

diff --git a/ros-meta/ros_control/ros_control-0.19.3.ebuild b/ros-meta/ros_control/ros_control-0.19.3.ebuild
new file mode 100644
index 00000000000..66ac5f89fef
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.19.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, managers, transmissions, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2021-01-05 20:03 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2021-01-05 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     366ef153fbfeaaafcb046b8e045d0370cab9957f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 19:37:42 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 20:02:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366ef153

ros-meta/ros_control: Bump to 0.19.4.

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

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.19.4.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 312717c7c0f..134c4894d8f 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -1,3 +1,4 @@
 DIST ros_control-0.19.1.tar.gz 678884 BLAKE2B 427d927900b52ecc7c83807666cb315ad6a0850b2425d1ee0ca28389668d081e594211678108315ec690391d0369164d58a23d0a3a4351c1a80fbb9bb51d454b SHA512 bb5d161510623e1257cddd41da79d0025bd5000a3f6d4fa1a0055336d830f4375e2d7a3dcc3215a86bb84a355da14e745044225d716b07631295e500ab45d1c7
 DIST ros_control-0.19.2.tar.gz 679272 BLAKE2B ac08db38e1ee543fdc0a23449c7e9a2ad9b81ce9a414ed99f6549fee0c1bde7cc53ff8b72b059bb6300c3eb57da4460a50c7ebf8bfb9c0ce60eabefc7e210cf8 SHA512 bee37088acb49a8f033c613947befbb14d5b7ceff947a5c4c0def826b6458e4a758819b18973c755ce137416a0283bb76b30ba30a972cea4807f8b98681ec310
 DIST ros_control-0.19.3.tar.gz 684069 BLAKE2B fe767c8012be6675b03c56b3d1c9a2246e7e4b0d0b02b579ba5bc6b6806765163451c1ce4183f94d005507e37b8d4d2e9d023404a86de918a41bb53e1cd3c531 SHA512 59e3f86e8d69de68ae1bc38264c0e3d1fa479153290c8574bb8b8c00c5c257f6ef72dfcf1abe2367f5573f75f583f488e08aa10c67a5c59f2fd307e08b08b284
+DIST ros_control-0.19.4.tar.gz 685911 BLAKE2B 32a3922e1d0e92569c2efb25dcaac512e6837268a8c134e93bc5c4ca5b20be320ecb9cf670583d517b4aff3b8d09578da32455b75531e9a0b6a0a51eb5ba9622 SHA512 4e948b96b2aa918d2570a571e26ecc43620b94f9d8cc941a89a3ea1a1e4251fa126950c7cfa3bab1ddecdf150b6ecae50d195cc3ca7a6be25d9ca317e33eacbf

diff --git a/ros-meta/ros_control/ros_control-0.19.4.ebuild b/ros-meta/ros_control/ros_control-0.19.4.ebuild
new file mode 100644
index 00000000000..aad4ab13186
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.19.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, managers, transmissions, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/
@ 2021-08-03 10:50 Alexis Ballier
  0 siblings, 0 replies; 23+ messages in thread
From: Alexis Ballier @ 2021-08-03 10:50 UTC (permalink / raw
  To: gentoo-commits

commit:     558ec6a35aaa9736bae02febdb0852c07cc198fe
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 10:19:51 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 10:50:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558ec6a3

ros-meta/ros_control: Bump to 0.19.5.

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

 ros-meta/ros_control/Manifest                  |  1 +
 ros-meta/ros_control/ros_control-0.19.5.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest
index 134c4894d8f..ef1846a224d 100644
--- a/ros-meta/ros_control/Manifest
+++ b/ros-meta/ros_control/Manifest
@@ -2,3 +2,4 @@ DIST ros_control-0.19.1.tar.gz 678884 BLAKE2B 427d927900b52ecc7c83807666cb315ad6
 DIST ros_control-0.19.2.tar.gz 679272 BLAKE2B ac08db38e1ee543fdc0a23449c7e9a2ad9b81ce9a414ed99f6549fee0c1bde7cc53ff8b72b059bb6300c3eb57da4460a50c7ebf8bfb9c0ce60eabefc7e210cf8 SHA512 bee37088acb49a8f033c613947befbb14d5b7ceff947a5c4c0def826b6458e4a758819b18973c755ce137416a0283bb76b30ba30a972cea4807f8b98681ec310
 DIST ros_control-0.19.3.tar.gz 684069 BLAKE2B fe767c8012be6675b03c56b3d1c9a2246e7e4b0d0b02b579ba5bc6b6806765163451c1ce4183f94d005507e37b8d4d2e9d023404a86de918a41bb53e1cd3c531 SHA512 59e3f86e8d69de68ae1bc38264c0e3d1fa479153290c8574bb8b8c00c5c257f6ef72dfcf1abe2367f5573f75f583f488e08aa10c67a5c59f2fd307e08b08b284
 DIST ros_control-0.19.4.tar.gz 685911 BLAKE2B 32a3922e1d0e92569c2efb25dcaac512e6837268a8c134e93bc5c4ca5b20be320ecb9cf670583d517b4aff3b8d09578da32455b75531e9a0b6a0a51eb5ba9622 SHA512 4e948b96b2aa918d2570a571e26ecc43620b94f9d8cc941a89a3ea1a1e4251fa126950c7cfa3bab1ddecdf150b6ecae50d195cc3ca7a6be25d9ca317e33eacbf
+DIST ros_control-0.19.5.tar.gz 686250 BLAKE2B 54cc8a3aadfd908df0ccfcd407f638aab69450bb98bd8f824f76b346f5cfcfdc0cf968d0046147fce6c024f6e60d810c25940488bd15c455a668204388405929 SHA512 bf97d077e12cffda07f87014edbf03750358322016acfe722fa3c75453920c1caac23a2ca2428c4346f0f70c5dfcf8e3018d90215da165c162f8adc99a1402e3

diff --git a/ros-meta/ros_control/ros_control-0.19.5.ebuild b/ros-meta/ros_control/ros_control-0.19.5.ebuild
new file mode 100644
index 00000000000..aad4ab13186
--- /dev/null
+++ b/ros-meta/ros_control/ros_control-0.19.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-controls/ros_control"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Controller interfaces, managers, transmissions, control_toolbox"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/combined_robot_hw
+	dev-ros/combined_robot_hw_tests
+	dev-ros/controller_interface
+	dev-ros/controller_manager
+	dev-ros/controller_manager_msgs
+	dev-ros/controller_manager_tests
+	dev-ros/hardware_interface
+	dev-ros/joint_limits_interface
+	dev-ros/rqt_controller_manager
+	dev-ros/transmission_interface
+"
+DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2021-08-03 10:51 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-21  6:34 [gentoo-commits] repo/gentoo:master commit in: ros-meta/ros_control/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2021-08-03 10:50 Alexis Ballier
2021-01-05 20:03 Alexis Ballier
2020-10-12 19:08 Alexis Ballier
2020-08-25 12:37 Alexis Ballier
2018-10-11 16:28 Alexis Ballier
2018-07-17  7:08 Alexis Ballier
2018-04-28 15:22 Alexis Ballier
2018-04-22 12:56 Alexis Ballier
2018-03-27  6:41 Alexis Ballier
2017-12-26 19:08 Alexis Ballier
2017-12-26 19:08 Alexis Ballier
2017-08-10 13:02 Alexis Ballier
2017-06-29 20:28 Alexis Ballier
2017-02-15 13:24 Alexis Ballier
2016-12-12 20:24 Alexis Ballier
2016-11-29  9:28 Alexis Ballier
2016-05-24  7:32 Alexis Ballier
2016-05-24  7:32 Alexis Ballier
2016-05-24  7:32 Alexis Ballier
2016-04-30 14:18 Alexis Ballier
2015-11-24 12:33 Alexis Ballier
2015-09-23 12:50 Alexis Ballier

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