From: Alexis Ballier Date: Mon, 18 May 2020 17:26:08 +0000 (+0200) Subject: dev-ros/turtlesim: eapi7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8132889bbb224d3ebc6bdf7ef7c8e1a47a0f14b;p=gentoo.git dev-ros/turtlesim: eapi7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier --- diff --git a/dev-ros/turtlesim/turtlesim-0.10.0.ebuild b/dev-ros/turtlesim/turtlesim-0.10.0.ebuild index fcc2e65dc1f2..1f53e6c46ac3 100644 --- a/dev-ros/turtlesim/turtlesim-0.10.0.ebuild +++ b/dev-ros/turtlesim/turtlesim-0.10.0.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/ros_tutorials" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/std_srvs dev-ros/geometry_msgs" inherit ros-catkin @@ -26,7 +25,8 @@ RDEPEND=" dev-ros/roscpp_serialization dev-ros/roslib dev-ros/rostime +" +DEPEND="${RDEPEND} dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " -DEPEND="${RDEPEND}" diff --git a/dev-ros/turtlesim/turtlesim-9999.ebuild b/dev-ros/turtlesim/turtlesim-9999.ebuild index e2e296b12f34..1f53e6c46ac3 100644 --- a/dev-ros/turtlesim/turtlesim-9999.ebuild +++ b/dev-ros/turtlesim/turtlesim-9999.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/ros_tutorials" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/std_srvs dev-ros/geometry_msgs" inherit ros-catkin @@ -26,7 +25,8 @@ RDEPEND=" dev-ros/roscpp_serialization dev-ros/roslib dev-ros/rostime +" +DEPEND="${RDEPEND} dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " -DEPEND="${RDEPEND}"