diff options
author | 2020-07-09 11:47:12 +0200 | |
---|---|---|
committer | 2020-07-09 12:45:52 +0200 | |
commit | 3bb4fe597d0a7cc3c5286b668ffdf98fa98957ea (patch) | |
tree | 13f9334dd7e9a720638bf15674cd965ea0f60dac /dev-ros/compressed_image_transport | |
parent | dev-ros/theora_image_transport: Remove old (diff) | |
download | gentoo-3bb4fe597d0a7cc3c5286b668ffdf98fa98957ea.tar.gz gentoo-3bb4fe597d0a7cc3c5286b668ffdf98fa98957ea.tar.bz2 gentoo-3bb4fe597d0a7cc3c5286b668ffdf98fa98957ea.zip |
dev-ros/compressed_image_transport: 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/compressed_image_transport')
-rw-r--r-- | dev-ros/compressed_image_transport/compressed_image_transport-1.14.0.ebuild | 5 | ||||
-rw-r--r-- | dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-1.14.0.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-1.14.0.ebuild index f3586ffb76d0..b7faa0af94db 100644 --- a/dev-ros/compressed_image_transport/compressed_image_transport-1.14.0.ebuild +++ b/dev-ros/compressed_image_transport/compressed_image_transport-1.14.0.ebuild @@ -1,15 +1,14 @@ # 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-perception/image_transport_plugins" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin -DESCRIPTION="Plugin to image_transport for transparently sending images encoded as JPEG or PNG" +DESCRIPTION="Plugin for transparently sending images encoded as JPEG or PNG" LICENSE="BSD" SLOT="0" IUSE="" diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild index 46fc32014194..b7faa0af94db 100644 --- a/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild +++ b/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2017 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-perception/image_transport_plugins" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) inherit ros-catkin -DESCRIPTION="Plugin to image_transport for transparently sending images encoded as JPEG or PNG" +DESCRIPTION="Plugin for transparently sending images encoded as JPEG or PNG" LICENSE="BSD" SLOT="0" IUSE="" |