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

commit:     af4ee359473f3f7bd7475e1b2da465b66721f961
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 19:29:52 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 19:30:02 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4ee359

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

Package-Manager: portage-2.2.21

 ros-meta/robot/Manifest           |  1 +
 ros-meta/robot/metadata.xml       |  5 +++++
 ros-meta/robot/robot-1.2.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 ros-meta/robot/robot-9999.ebuild  | 36 ++++++++++++++++++++++++++++++++++++
 4 files changed, 78 insertions(+)

diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest
new file mode 100644
index 0000000..7ebda7a
--- /dev/null
+++ b/ros-meta/robot/Manifest
@@ -0,0 +1 @@
+DIST metapackages-1.2.0.tar.gz 1803 SHA256 02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 WHIRLPOOL 1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79

diff --git a/ros-meta/robot/metadata.xml b/ros-meta/robot/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/ros-meta/robot/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/robot/robot-1.2.0.ebuild b/ros-meta/robot/robot-1.2.0.ebuild
new file mode 100644
index 0000000..075d3ba
--- /dev/null
+++ b/ros-meta/robot/robot-1.2.0.ebuild
@@ -0,0 +1,36 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	ros-meta/ros_base
+	dev-ros/control_msgs
+	ros-meta/diagnostics
+	dev-ros/filters
+	ros-meta/geometry
+	ros-meta/robot_model
+	dev-ros/robot_state_publisher
+	dev-ros/xacro
+	ros-meta/executive_smach
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/common_tutorials
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"

diff --git a/ros-meta/robot/robot-9999.ebuild b/ros-meta/robot/robot-9999.ebuild
new file mode 100644
index 0000000..075d3ba
--- /dev/null
+++ b/ros-meta/robot/robot-9999.ebuild
@@ -0,0 +1,36 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	ros-meta/ros_base
+	dev-ros/control_msgs
+	ros-meta/diagnostics
+	dev-ros/filters
+	ros-meta/geometry
+	ros-meta/robot_model
+	dev-ros/robot_state_publisher
+	dev-ros/xacro
+	ros-meta/executive_smach
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/common_tutorials
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"


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

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

commit:     f1231a1669cb4926c1b0cf94d06e0c57d35ef04e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 08:29:13 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed May 11 08:45:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1231a16

ros-meta/robot: bump to 1.3.0

Package-Manager: portage-2.2.28

 ros-meta/robot/Manifest           |  1 +
 ros-meta/robot/robot-1.3.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest
index 7ebda7a..6b60021 100644
--- a/ros-meta/robot/Manifest
+++ b/ros-meta/robot/Manifest
@@ -1 +1,2 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 WHIRLPOOL 1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
+DIST metapackages-1.3.0.tar.gz 1813 SHA256 7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12 WHIRLPOOL 6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e

diff --git a/ros-meta/robot/robot-1.3.0.ebuild b/ros-meta/robot/robot-1.3.0.ebuild
new file mode 100644
index 0000000..075d3ba
--- /dev/null
+++ b/ros-meta/robot/robot-1.3.0.ebuild
@@ -0,0 +1,36 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	ros-meta/ros_base
+	dev-ros/control_msgs
+	ros-meta/diagnostics
+	dev-ros/filters
+	ros-meta/geometry
+	ros-meta/robot_model
+	dev-ros/robot_state_publisher
+	dev-ros/xacro
+	ros-meta/executive_smach
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/common_tutorials
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/robot/
@ 2017-05-09  7:14 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2017-05-09  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     612d8bcf219fa5ab9e6e7263278334044b09e37e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 06:26:51 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  9 07:14:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612d8bcf

ros-meta/robot: bump to 1.3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/robot/Manifest           |  1 +
 ros-meta/robot/robot-1.3.1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest
index 6b600216a5d..87d1b1dd678 100644
--- a/ros-meta/robot/Manifest
+++ b/ros-meta/robot/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.2.0.tar.gz 1803 SHA256 02360aefee1a3ec8506cb475be00a053827d422fed26d123764b4d6b18b0a5c5 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80 WHIRLPOOL 1bb4a73678613dd6fe6b0d1225b3fd967fbb476e5736949846f3297febf727f41c9d3e71565b13dcc90d36d57a6cf012a3cdad509ed4364bb87de7e372c69a79
 DIST metapackages-1.3.0.tar.gz 1813 SHA256 7cf9e193e22493ad11e2352188808500e3900b5de72660bfc9516d58aa51ec85 SHA512 290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12 WHIRLPOOL 6f0aa0391437d59a13fba6de378216630a087ac5a6dcd259ef9f81a524b118d2d688afed947342a2ae8af01dd58e0237e36897a7b5608389d43e749a005da34e
+DIST metapackages-1.3.1.tar.gz 1813 SHA256 dbea7e7f34f9334c9ef94d415e5f5230942423aae9810032d054e883963d9c76 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1 WHIRLPOOL e927ee221b5d792166eb8b984499338b64dc2738a3ce598d5d8173d2981d92b45a153c333dec9cbd854f535bb41934135fdfc5578d82954f27730f9183298a0a

diff --git a/ros-meta/robot/robot-1.3.1.ebuild b/ros-meta/robot/robot-1.3.1.ebuild
new file mode 100644
index 00000000000..eb8af7a172a
--- /dev/null
+++ b/ros-meta/robot/robot-1.3.1.ebuild
@@ -0,0 +1,35 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	ros-meta/ros_base
+	dev-ros/control_msgs
+	ros-meta/diagnostics
+	dev-ros/filters
+	ros-meta/geometry
+	ros-meta/robot_model
+	dev-ros/robot_state_publisher
+	dev-ros/xacro
+	ros-meta/executive_smach
+	dev-ros/actionlib
+	ros-meta/bond_core
+	dev-ros/class_loader
+	dev-ros/dynamic_reconfigure
+	ros-meta/common_tutorials
+	ros-meta/nodelet_core
+	dev-ros/pluginlib
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/robot/
@ 2018-04-06  8:49 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2018-04-06  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6ebffc8e0c10920aa3240a7668dc724f06c9af82
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 19:32:01 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 08:49:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebffc8e

ros-meta/robot: bump to 1.3.2

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ros-meta/robot/Manifest           |  1 +
 ros-meta/robot/robot-1.3.2.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest
index da995ee61b5..35fc60ed255 100644
--- a/ros-meta/robot/Manifest
+++ b/ros-meta/robot/Manifest
@@ -1 +1,2 @@
 DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
+DIST metapackages-1.3.2.tar.gz 1923 BLAKE2B 39de3b6850eb5e980ae93e2af3b6d17523122a7b30930bbec9d8f706ece4cae6244b433991ebd0ea165515667595c2c7ea6bd39c14b9a78acf8065f42a864a9d SHA512 8cee2f06638989f5e33981af87db3d3dc07836ec5bf8dcf4e9bdb8f4afd09a3b427341f397d973333d318c704b21b6f0b2acf97cb4e18beb8a58dac559419ab0

diff --git a/ros-meta/robot/robot-1.3.2.ebuild b/ros-meta/robot/robot-1.3.2.ebuild
new file mode 100644
index 00000000000..3762fd95629
--- /dev/null
+++ b/ros-meta/robot/robot-1.3.2.ebuild
@@ -0,0 +1,32 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	ros-meta/ros_base
+	dev-ros/control_msgs
+	ros-meta/diagnostics
+	ros-meta/executive_smach
+	dev-ros/filters
+	ros-meta/geometry
+	dev-ros/joint_state_publisher
+	dev-ros/kdl_parser
+	dev-ros/kdl_parser_py
+	dev-ros/robot_state_publisher
+	dev-ros/urdf
+	dev-ros/urdf_parser_plugin
+	dev-ros/xacro
+"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/robot/
@ 2018-04-06  8:49 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2018-04-06  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b82493090a3be973d64497e0b7e1e6719a517564
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 19:29:59 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 08:49:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8249309

ros-meta/robot: Remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ros-meta/robot/Manifest           |  2 --
 ros-meta/robot/robot-1.2.0.ebuild | 35 -----------------------------------
 ros-meta/robot/robot-1.3.0.ebuild | 35 -----------------------------------
 3 files changed, 72 deletions(-)

diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest
index 763a84846f1..da995ee61b5 100644
--- a/ros-meta/robot/Manifest
+++ b/ros-meta/robot/Manifest
@@ -1,3 +1 @@
-DIST metapackages-1.2.0.tar.gz 1803 BLAKE2B 92238eddd05602507c91ae0ef1def2eb0a7608ca76dfed4579e9d5daf85a125f256ccab9b980389131aa3733d0ed8887a7f23b4945c9969291f5c7dd6029b283 SHA512 a004a1323c93e191b98a4fe665409fb57396fb06c19e9205817f2467e171bfba10a86713978e13739632e04f148b476e582c6f1fd3c859b4936980923f204e80
-DIST metapackages-1.3.0.tar.gz 1813 BLAKE2B f197af8c8db8ec6368597ce185dc48058b8e74e84952c92c549617fb48e261fc909f569e9a4f1b7bfc591123960ed38f07e2b36dac130e7c76061993d5d07e09 SHA512 290bbe4aafa9f720ebcfda7a346750fa20c5adb077e10374f9c7cebf5acb2a279f864ad1a51cf8a1a75a7d371844f8a48b62d7ac69761870c1ea1b7db0199c12
 DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1

diff --git a/ros-meta/robot/robot-1.2.0.ebuild b/ros-meta/robot/robot-1.2.0.ebuild
deleted file mode 100644
index a924cceb9df..00000000000
--- a/ros-meta/robot/robot-1.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/metapackages"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	ros-meta/ros_base
-	dev-ros/control_msgs
-	ros-meta/diagnostics
-	dev-ros/filters
-	ros-meta/geometry
-	ros-meta/robot_model
-	dev-ros/robot_state_publisher
-	dev-ros/xacro
-	ros-meta/executive_smach
-	dev-ros/actionlib
-	ros-meta/bond_core
-	dev-ros/class_loader
-	dev-ros/dynamic_reconfigure
-	ros-meta/common_tutorials
-	ros-meta/nodelet_core
-	dev-ros/pluginlib
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/robot/robot-1.3.0.ebuild b/ros-meta/robot/robot-1.3.0.ebuild
deleted file mode 100644
index a924cceb9df..00000000000
--- a/ros-meta/robot/robot-1.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros/metapackages"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	ros-meta/ros_base
-	dev-ros/control_msgs
-	ros-meta/diagnostics
-	dev-ros/filters
-	ros-meta/geometry
-	ros-meta/robot_model
-	dev-ros/robot_state_publisher
-	dev-ros/xacro
-	ros-meta/executive_smach
-	dev-ros/actionlib
-	ros-meta/bond_core
-	dev-ros/class_loader
-	dev-ros/dynamic_reconfigure
-	ros-meta/common_tutorials
-	ros-meta/nodelet_core
-	dev-ros/pluginlib
-"
-DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/robot/
@ 2018-04-06  8:49 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2018-04-06  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5899e13026654fa69637e217363992c66652fb1e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 19:31:36 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 08:49:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5899e130

ros-meta/robot: match deps to upstream

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 ros-meta/robot/robot-9999.ebuild | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/ros-meta/robot/robot-9999.ebuild b/ros-meta/robot/robot-9999.ebuild
index a924cceb9df..3762fd95629 100644
--- a/ros-meta/robot/robot-9999.ebuild
+++ b/ros-meta/robot/robot-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,18 +18,15 @@ RDEPEND="
 	ros-meta/ros_base
 	dev-ros/control_msgs
 	ros-meta/diagnostics
+	ros-meta/executive_smach
 	dev-ros/filters
 	ros-meta/geometry
-	ros-meta/robot_model
+	dev-ros/joint_state_publisher
+	dev-ros/kdl_parser
+	dev-ros/kdl_parser_py
 	dev-ros/robot_state_publisher
+	dev-ros/urdf
+	dev-ros/urdf_parser_plugin
 	dev-ros/xacro
-	ros-meta/executive_smach
-	dev-ros/actionlib
-	ros-meta/bond_core
-	dev-ros/class_loader
-	dev-ros/dynamic_reconfigure
-	ros-meta/common_tutorials
-	ros-meta/nodelet_core
-	dev-ros/pluginlib
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/robot/
@ 2018-05-13 10:49 Alexis Ballier
  0 siblings, 0 replies; 9+ messages in thread
From: Alexis Ballier @ 2018-05-13 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b25c69484fe73c82199248b2f7aeb935fa574666
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 10:42:10 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun May 13 10:48:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25c6948

ros-meta/robot: bump to 1.4.0

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 ros-meta/robot/Manifest           |  1 +
 ros-meta/robot/robot-1.4.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest
index 35fc60ed255..1fdcc85b388 100644
--- a/ros-meta/robot/Manifest
+++ b/ros-meta/robot/Manifest
@@ -1,2 +1,3 @@
 DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
 DIST metapackages-1.3.2.tar.gz 1923 BLAKE2B 39de3b6850eb5e980ae93e2af3b6d17523122a7b30930bbec9d8f706ece4cae6244b433991ebd0ea165515667595c2c7ea6bd39c14b9a78acf8065f42a864a9d SHA512 8cee2f06638989f5e33981af87db3d3dc07836ec5bf8dcf4e9bdb8f4afd09a3b427341f397d973333d318c704b21b6f0b2acf97cb4e18beb8a58dac559419ab0
+DIST metapackages-1.4.0.tar.gz 1955 BLAKE2B ef6cfd432f8109a39db9e01dab9fc87f2c2da55f5c6890e9feee69e0a955c4f2eeb092ba61911cb700eb0feff7a2659dbd3b65019bfea960f293ee814b411380 SHA512 7694fcb88081c619e6b5aaedb7fbe2cd77f9cee8a45d79848ba354d654aff77467c3d28925b21c52b985b1cb81e36d2cdf84b5b27bfecd8f54b7acb2c92acd71

diff --git a/ros-meta/robot/robot-1.4.0.ebuild b/ros-meta/robot/robot-1.4.0.ebuild
new file mode 100644
index 00000000000..3762fd95629
--- /dev/null
+++ b/ros-meta/robot/robot-1.4.0.ebuild
@@ -0,0 +1,32 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	ros-meta/ros_base
+	dev-ros/control_msgs
+	ros-meta/diagnostics
+	ros-meta/executive_smach
+	dev-ros/filters
+	ros-meta/geometry
+	dev-ros/joint_state_publisher
+	dev-ros/kdl_parser
+	dev-ros/kdl_parser_py
+	dev-ros/robot_state_publisher
+	dev-ros/urdf
+	dev-ros/urdf_parser_plugin
+	dev-ros/xacro
+"
+DEPEND="${RDEPEND}"


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

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

commit:     595760b0f450db780641a72ebc05d0e5343d01eb
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 11:00:49 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 11:03:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595760b0

ros-meta/robot: Remove old

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 ros-meta/robot/Manifest           |  2 --
 ros-meta/robot/robot-1.3.1.ebuild | 35 -----------------------------------
 ros-meta/robot/robot-1.3.2.ebuild | 32 --------------------------------
 3 files changed, 69 deletions(-)

diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest
index 1fdcc85b388..6974b994a94 100644
--- a/ros-meta/robot/Manifest
+++ b/ros-meta/robot/Manifest
@@ -1,3 +1 @@
-DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
-DIST metapackages-1.3.2.tar.gz 1923 BLAKE2B 39de3b6850eb5e980ae93e2af3b6d17523122a7b30930bbec9d8f706ece4cae6244b433991ebd0ea165515667595c2c7ea6bd39c14b9a78acf8065f42a864a9d SHA512 8cee2f06638989f5e33981af87db3d3dc07836ec5bf8dcf4e9bdb8f4afd09a3b427341f397d973333d318c704b21b6f0b2acf97cb4e18beb8a58dac559419ab0
 DIST metapackages-1.4.0.tar.gz 1955 BLAKE2B ef6cfd432f8109a39db9e01dab9fc87f2c2da55f5c6890e9feee69e0a955c4f2eeb092ba61911cb700eb0feff7a2659dbd3b65019bfea960f293ee814b411380 SHA512 7694fcb88081c619e6b5aaedb7fbe2cd77f9cee8a45d79848ba354d654aff77467c3d28925b21c52b985b1cb81e36d2cdf84b5b27bfecd8f54b7acb2c92acd71

diff --git a/ros-meta/robot/robot-1.3.1.ebuild b/ros-meta/robot/robot-1.3.1.ebuild
deleted file mode 100644
index eb8af7a172a..00000000000
--- a/ros-meta/robot/robot-1.3.1.ebuild
+++ /dev/null
@@ -1,35 +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/metapackages"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	ros-meta/ros_base
-	dev-ros/control_msgs
-	ros-meta/diagnostics
-	dev-ros/filters
-	ros-meta/geometry
-	ros-meta/robot_model
-	dev-ros/robot_state_publisher
-	dev-ros/xacro
-	ros-meta/executive_smach
-	dev-ros/actionlib
-	ros-meta/bond_core
-	dev-ros/class_loader
-	dev-ros/dynamic_reconfigure
-	ros-meta/common_tutorials
-	ros-meta/nodelet_core
-	dev-ros/pluginlib
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/robot/robot-1.3.2.ebuild b/ros-meta/robot/robot-1.3.2.ebuild
deleted file mode 100644
index 3762fd95629..00000000000
--- a/ros-meta/robot/robot-1.3.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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/metapackages"
-KEYWORDS="~amd64"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	ros-meta/ros_base
-	dev-ros/control_msgs
-	ros-meta/diagnostics
-	ros-meta/executive_smach
-	dev-ros/filters
-	ros-meta/geometry
-	dev-ros/joint_state_publisher
-	dev-ros/kdl_parser
-	dev-ros/kdl_parser_py
-	dev-ros/robot_state_publisher
-	dev-ros/urdf
-	dev-ros/urdf_parser_plugin
-	dev-ros/xacro
-"
-DEPEND="${RDEPEND}"


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

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

commit:     8c72d5cedd2a09a28ec1300b564f97d662b7df43
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 11:01:15 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 11:03:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c72d5ce

ros-meta/robot: bump to 1.4.1

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 ros-meta/robot/Manifest           |  1 +
 ros-meta/robot/robot-1.4.1.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest
index 6974b994a94..e88baaed202 100644
--- a/ros-meta/robot/Manifest
+++ b/ros-meta/robot/Manifest
@@ -1 +1,2 @@
 DIST metapackages-1.4.0.tar.gz 1955 BLAKE2B ef6cfd432f8109a39db9e01dab9fc87f2c2da55f5c6890e9feee69e0a955c4f2eeb092ba61911cb700eb0feff7a2659dbd3b65019bfea960f293ee814b411380 SHA512 7694fcb88081c619e6b5aaedb7fbe2cd77f9cee8a45d79848ba354d654aff77467c3d28925b21c52b985b1cb81e36d2cdf84b5b27bfecd8f54b7acb2c92acd71
+DIST metapackages-1.4.1.tar.gz 1961 BLAKE2B 9fb450ad10a9d8485314ddbb1acfaec0961fecfc7098a1de314e2dc5abf55f6267bb5e528a107a46b22f37e1afe96b42b0896e5f2513905d85b94aebeb56e425 SHA512 cbfb8d865d95f2759f8f57df2cb81ef7fa3ca21698e11b442a6dbce5cba8ba93f09022fcafd4efa3e2197ee726e082de62f213e009684a62589358a64495f9fd

diff --git a/ros-meta/robot/robot-1.4.1.ebuild b/ros-meta/robot/robot-1.4.1.ebuild
new file mode 100644
index 00000000000..3762fd95629
--- /dev/null
+++ b/ros-meta/robot/robot-1.4.1.ebuild
@@ -0,0 +1,32 @@
+# 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/metapackages"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	ros-meta/ros_base
+	dev-ros/control_msgs
+	ros-meta/diagnostics
+	ros-meta/executive_smach
+	dev-ros/filters
+	ros-meta/geometry
+	dev-ros/joint_state_publisher
+	dev-ros/kdl_parser
+	dev-ros/kdl_parser_py
+	dev-ros/robot_state_publisher
+	dev-ros/urdf
+	dev-ros/urdf_parser_plugin
+	dev-ros/xacro
+"
+DEPEND="${RDEPEND}"


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

end of thread, other threads:[~2018-07-16 11:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-16 11:03 [gentoo-commits] repo/gentoo:master commit in: ros-meta/robot/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2018-07-16 11:03 Alexis Ballier
2018-05-13 10:49 Alexis Ballier
2018-04-06  8:49 Alexis Ballier
2018-04-06  8:49 Alexis Ballier
2018-04-06  8:49 Alexis Ballier
2017-05-09  7:14 Alexis Ballier
2016-05-11  8:45 Alexis Ballier
2015-09-22 19:30 Alexis Ballier

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