summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-08-03 11:51:41 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-08-03 11:51:41 +0200
commita4335f733367b2d1c32bd359f4ac6bcb3473c115 (patch)
treebeccb3ba32fcde270cf92df692b00f2c8f9df344 /dev-ros
parentdev-ruby/temple: keyword ~arm (diff)
downloadgentoo-a4335f733367b2d1c32bd359f4ac6bcb3473c115.tar.gz
gentoo-a4335f733367b2d1c32bd359f4ac6bcb3473c115.tar.bz2
gentoo-a4335f733367b2d1c32bd359f4ac6bcb3473c115.zip
dev-ros/robot_state_publisher: remove old
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/robot_state_publisher/Manifest2
-rw-r--r--dev-ros/robot_state_publisher/robot_state_publisher-1.13.0.ebuild32
-rw-r--r--dev-ros/robot_state_publisher/robot_state_publisher-1.13.1.ebuild32
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-ros/robot_state_publisher/Manifest b/dev-ros/robot_state_publisher/Manifest
index b9c83af5f322..9514e33a09a8 100644
--- a/dev-ros/robot_state_publisher/Manifest
+++ b/dev-ros/robot_state_publisher/Manifest
@@ -1,3 +1 @@
-DIST robot_state_publisher-1.13.0.tar.gz 23807 SHA256 53ce1f6f523b9c0568534db339e938a10f7cc00f937cb802b89a6e6c65d7d366 SHA512 fcf352d72e18f43ec020a74287de1bbbe6453d54d3f2fe8a1a49e08c3e0d494b94b9f866e241acb4991c28dd7931645c22c7ac16d219a0f3104efb1ec9adc9f3 WHIRLPOOL 4f2b71e1232b83966d5131dc951a50f894c31eb8813b2b74055bfec3145f19ec1261d2a42c1da177f833f0d03907dd8b2cfa700e290daa4a917c5961c474a378
-DIST robot_state_publisher-1.13.1.tar.gz 24718 SHA256 9ceac644ad281634d58ff35c31e0d6424f65cf70aadb1210a1f68295dba1de62 SHA512 1c2bea57ee55bd2dffbdc9ff6e033b4a22c153306c8ee4ac610e3551109959c33f66eaec10337c5f11fa9245f87defb47acbe98ee8cf37eef6fad343bc0b1e3d WHIRLPOOL 2da46774acc61a3c0acf4458b0a2acb558e49b9a96377a5a98fb12872a81897143f1d39357b03c5c90a34443f36627f856e70e9a6ffb0f87fa2622834bb9092f
DIST robot_state_publisher-1.13.2.tar.gz 24774 SHA256 b4bc99d4ba01ca59dffd81aac99d3420a1035f960fdf5eac17d1aa96790ce28d SHA512 0b9f3f01f015b37cb6e1636271441d0e5dc60e7bd16c4ac897c3c3dbdb9fe589453bc66b1610d8b13ba006a68e1c223cf102a8e6a8ae55a57757b2924c2dafbe WHIRLPOOL 733b3ad512e7fa9b8be0f2eb373cfd1a691170ea97bb19b4ec14a7485313e2e7463a6bedeffa4c4fbc5a4833ea4a264f6d9e29cb36ac1eaa4a92fbfa399432d1
diff --git a/dev-ros/robot_state_publisher/robot_state_publisher-1.13.0.ebuild b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.0.ebuild
deleted file mode 100644
index 640fe2a78534..000000000000
--- a/dev-ros/robot_state_publisher/robot_state_publisher-1.13.0.ebuild
+++ /dev/null
@@ -1,32 +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/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
-"
-DEPEND="${RDEPEND}
- dev-ros/rostest[${PYTHON_USEDEP}]
-"
diff --git a/dev-ros/robot_state_publisher/robot_state_publisher-1.13.1.ebuild b/dev-ros/robot_state_publisher/robot_state_publisher-1.13.1.ebuild
deleted file mode 100644
index f6dd74f278d8..000000000000
--- a/dev-ros/robot_state_publisher/robot_state_publisher-1.13.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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/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
-"
-DEPEND="${RDEPEND}
- dev-ros/rostest[${PYTHON_USEDEP}]
-"