diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 11:53:28 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 12:45:54 +0200 |
commit | ac6bdd1ddb5b13dd8b1d737a11ffde02ada954c3 (patch) | |
tree | d3d09861d2568fcbe733d7dfe1386b9e87176ffc /dev-ros/tf_conversions | |
parent | ros-meta/geometry: Bump to 1.13.2. (diff) | |
download | gentoo-ac6bdd1ddb5b13dd8b1d737a11ffde02ada954c3.tar.gz gentoo-ac6bdd1ddb5b13dd8b1d737a11ffde02ada954c3.tar.bz2 gentoo-ac6bdd1ddb5b13dd8b1d737a11ffde02ada954c3.zip |
dev-ros/tf_conversions: bump eapi
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/tf_conversions')
-rw-r--r-- | dev-ros/tf_conversions/tf_conversions-1.13.2.ebuild | 10 | ||||
-rw-r--r-- | dev-ros/tf_conversions/tf_conversions-9999.ebuild | 12 |
2 files changed, 11 insertions, 11 deletions
diff --git a/dev-ros/tf_conversions/tf_conversions-1.13.2.ebuild b/dev-ros/tf_conversions/tf_conversions-1.13.2.ebuild index 16eff00ad679..a23bc799bb84 100644 --- a/dev-ros/tf_conversions/tf_conversions-1.13.2.ebuild +++ b/dev-ros/tf_conversions/tf_conversions-1.13.2.ebuild @@ -1,27 +1,27 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 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="Conversion functions to convert common tf datatypes into identical datatypes used by other libraries" +DESCRIPTION="Functions to convert common tf datatypes into those used by other libraries" LICENSE="BSD" SLOT="0" IUSE="" RDEPEND=" - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/kdl_conversions dev-ros/tf[${PYTHON_USEDEP}] sci-libs/orocos_kdl:= - dev-cpp/eigen:3 dev-ros/rospy[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} + dev-cpp/eigen:3 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] test? ( dev-cpp/gtest dev-python/nose[${PYTHON_USEDEP}] )" diff --git a/dev-ros/tf_conversions/tf_conversions-9999.ebuild b/dev-ros/tf_conversions/tf_conversions-9999.ebuild index 9e9aa0f339c9..a23bc799bb84 100644 --- a/dev-ros/tf_conversions/tf_conversions-9999.ebuild +++ b/dev-ros/tf_conversions/tf_conversions-9999.ebuild @@ -1,27 +1,27 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 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="Conversion functions to convert common tf datatypes into identical datatypes used by other libraries" +DESCRIPTION="Functions to convert common tf datatypes into those used by other libraries" LICENSE="BSD" SLOT="0" IUSE="" RDEPEND=" - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/kdl_conversions dev-ros/tf[${PYTHON_USEDEP}] sci-libs/orocos_kdl:= - dev-cpp/eigen:3 dev-ros/rospy[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} + dev-cpp/eigen:3 + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] test? ( dev-cpp/gtest dev-python/nose[${PYTHON_USEDEP}] )" |