diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-08-25 20:20:25 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-08-25 20:21:43 +0200 |
commit | 0280f76a4e8030053da6bd5e119c31f1701f7cde (patch) | |
tree | 9be74c2efca8a2bcd91e1ba977bfc0ba29eedba3 /dev-ros/tf | |
parent | sys-kernel/gentoo-sources: Linux patch 4.19.68 and cpu opt patch (diff) | |
download | gentoo-0280f76a4e8030053da6bd5e119c31f1701f7cde.tar.gz gentoo-0280f76a4e8030053da6bd5e119c31f1701f7cde.tar.bz2 gentoo-0280f76a4e8030053da6bd5e119c31f1701f7cde.zip |
dev-ros/tf: Remove old
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/tf')
-rw-r--r-- | dev-ros/tf/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/tf/tf-1.11.9.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-ros/tf/Manifest b/dev-ros/tf/Manifest index a33c4263fe33..11ef47628238 100644 --- a/dev-ros/tf/Manifest +++ b/dev-ros/tf/Manifest @@ -1,2 +1 @@ -DIST geometry-1.11.9.tar.gz 185525 BLAKE2B ba807c12d4389983d95a37707344f439cd256c5200bcc639b103862d6b3c4670db62a048feddac2ddeabe8374ccfebc0cef7bf6e14b672b1610194c40c9d6022 SHA512 de775da483d1bcca05bcc0f05dc358e1e11e4ba9845f446f5810ca2e835e75ed7202ff7c43a0d7433f9db4298930af32715f2ab2689e0f22c9d8ac10a73cc97c DIST geometry-1.12.0.tar.gz 186357 BLAKE2B 6bf8c93b5707403655253a30b8994bb62b8b44077805bf43b266b781e5c8edb65c402d00fb76d9e87bd111211b932f10487f769ac4d04322255b57f44680adca SHA512 5cef17a76dfd5b9c2f118519bf3a74a1213d3036c8de19de453e8419d12d744a6a4ae4fd4a76b34c455b548a9857cd5bfa181698d903356737e1555d619a0627 diff --git a/dev-ros/tf/tf-1.11.9.ebuild b/dev-ros/tf/tf-1.11.9.ebuild deleted file mode 100644 index 9fbd6e2ea2c0..000000000000 --- a/dev-ros/tf/tf-1.11.9.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/ros/geometry" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Maintains the relationship between coordinate frames in a tree structure buffered in time" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/boost:=[threads] - dev-ros/angles - dev-ros/message_filters - dev-ros/rosconsole - dev-ros/rostime - dev-ros/roscpp - dev-ros/tf2_ros - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/roslib[${PYTHON_USEDEP}] - dev-python/rospkg[${PYTHON_USEDEP}] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( - dev-ros/rostest[${PYTHON_USEDEP}] - dev-cpp/gtest - dev-python/nose[${PYTHON_USEDEP}] - )" |