public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_state_publisher/
Date: Wed, 12 Apr 2017 19:20:34 +0000 (UTC)	[thread overview]
Message-ID: <1492024824.365f2b70ce9c706744a4496ba6ad051c396d6993.aballier@gentoo> (raw)

commit:     365f2b70ce9c706744a4496ba6ad051c396d6993
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 12 15:13:34 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 19:20:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365f2b70

dev-ros/robot_state_publisher: bump to 1.13.5

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/robot_state_publisher/Manifest             |  1 +
 .../robot_state_publisher-1.13.5.ebuild            | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/robot_state_publisher/Manifest b/dev-ros/robot_state_publisher/Manifest
index 8a7ec11686f..29c828f7e9f 100644
--- a/dev-ros/robot_state_publisher/Manifest
+++ b/dev-ros/robot_state_publisher/Manifest
@@ -1 +1,2 @@
 DIST robot_state_publisher-1.13.4.tar.gz 25267 SHA256 d84b0457a085f23a76b7eb103df5196a70d34623a844e7f380a0301d7f850e27 SHA512 e4ee41bb3e9b01883d2767cc899cf4798b94d975dd6d06494dc6c34344423ee73d5ed524b612b2ea8144ed905a6a44d8dc87f7c554c2ecd720615bb78eef2bcf WHIRLPOOL fea22422a952c1d130432eb3f64c67b03c540fab0bdfdf8fd5060a92bc57ff4f1a36a87409bfc98edc6a1f0b9aa173b7c5389b995dcee6a3e3038906961c5483
+DIST robot_state_publisher-1.13.5.tar.gz 25346 SHA256 754e7b43d842f02218332e89834fafdd81c36598782fd94527681bd73eaf17d1 SHA512 2ce97e35a64f9c6f8539780d2dabf416906da8144b579b07214b55e935aec3105f2087c90796ceb896f8766c46c2c2b72aaf9fdc4cfc80dd1b3f06b477acf778 WHIRLPOOL 747e8db7360505ae280a377d13a3515accac1091c12d7c26496be74d1dccc7cea0a6aa5043f005871aa32d03db1f8d4afaee42456d2da91da6303bce7d5bc0ba

diff --git a/dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild
new file mode 100644
index 00000000000..3dc46f9bcb8
--- /dev/null
+++ b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.5.ebuild
@@ -0,0 +1,32 @@
+# 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/robot_state_publisher"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Package for publishing the state of a robot to tf"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/kdl_parser
+	dev-cpp/eigen:3
+	sci-libs/orocos_kdl
+	dev-ros/roscpp
+	dev-ros/rosconsole
+	dev-ros/rostime
+	dev-ros/tf2_ros
+	dev-ros/tf2_kdl
+	dev-ros/kdl_conversions
+	dev-ros/sensor_msgs
+	dev-ros/tf
+	dev-ros/urdf
+"
+DEPEND="${RDEPEND}
+	dev-ros/rostest[${PYTHON_USEDEP}]
+"


             reply	other threads:[~2017-04-12 19:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12 19:20 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-09 13:19 [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_state_publisher/ Alexis Ballier
2020-08-07 13:16 Alexis Ballier
2020-08-06 16:09 Alexis Ballier
2018-04-07 14:08 Alexis Ballier
2018-04-07 14:08 Alexis Ballier
2017-09-12 11:59 Alexis Ballier
2017-07-10  1:32 Alexis Ballier
2017-07-10  1:32 Alexis Ballier
2017-01-07 14:40 Alexis Ballier
2016-10-24 10:35 Alexis Ballier
2016-08-03 10:00 Alexis Ballier
2016-06-28 14:36 Alexis Ballier
2016-05-26  9:31 Alexis Ballier
2016-05-26  9:31 Alexis Ballier
2016-04-25  8:57 Alexis Ballier
2016-03-17 13:37 Alexis Ballier
2016-02-28 13:04 Alexis Ballier
2015-10-27 21:18 Alexis Ballier
2015-09-22 19:30 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1492024824.365f2b70ce9c706744a4496ba6ad051c396d6993.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox