diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 17:40:03 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:01:59 +0200 |
commit | cf24df1eac7b0aef741bf5bc00a90402e7004df3 (patch) | |
tree | cf9d4ab130340498cff40d95fc3d91cf2c613c84 /dev-ros/navfn | |
parent | dev-ros/rotate_recovery: Remove old (diff) | |
download | gentoo-cf24df1eac7b0aef741bf5bc00a90402e7004df3.tar.gz gentoo-cf24df1eac7b0aef741bf5bc00a90402e7004df3.tar.bz2 gentoo-cf24df1eac7b0aef741bf5bc00a90402e7004df3.zip |
dev-ros/navfn: 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/navfn')
-rw-r--r-- | dev-ros/navfn/navfn-1.17.0.ebuild | 5 | ||||
-rw-r--r-- | dev-ros/navfn/navfn-9999.ebuild | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-ros/navfn/navfn-1.17.0.ebuild b/dev-ros/navfn/navfn-1.17.0.ebuild index fc41aa548c33..a504b8149f82 100644 --- a/dev-ros/navfn/navfn-1.17.0.ebuild +++ b/dev-ros/navfn/navfn-1.17.0.ebuild @@ -1,17 +1,16 @@ # 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-planning/navigation" ROS_SUBDIR=${PN} KEYWORDS="~amd64 ~arm" CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs dev-ros/nav_msgs" CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin -DESCRIPTION="Fast interpolated navigation function that can be used to create plans for a mobile base" +DESCRIPTION="Fast interpolated navigation function for creating plans for a mobile base" LICENSE="BSD" SLOT="0" IUSE="" diff --git a/dev-ros/navfn/navfn-9999.ebuild b/dev-ros/navfn/navfn-9999.ebuild index a65e0eb3f75f..a504b8149f82 100644 --- a/dev-ros/navfn/navfn-9999.ebuild +++ b/dev-ros/navfn/navfn-9999.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2019 Gentoo Authors +# 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-planning/navigation" ROS_SUBDIR=${PN} KEYWORDS="~amd64 ~arm" CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs dev-ros/nav_msgs" CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin -DESCRIPTION="Fast interpolated navigation function that can be used to create plans for a mobile base" +DESCRIPTION="Fast interpolated navigation function for creating plans for a mobile base" LICENSE="BSD" SLOT="0" IUSE="" |