diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 20:09:56 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:42 +0200 |
commit | f5e4517b3c05b5b505405a2d9d7bd9033ea21d2f (patch) | |
tree | b877c1a764f5adf3dc0b4e4f5e683e8855a193c1 /ros-meta | |
parent | ros-meta/image_pipeline: eapi7 (diff) | |
download | gentoo-f5e4517b3c05b5b505405a2d9d7bd9033ea21d2f.tar.gz gentoo-f5e4517b3c05b5b505405a2d9d7bd9033ea21d2f.tar.bz2 gentoo-f5e4517b3c05b5b505405a2d9d7bd9033ea21d2f.zip |
ros-meta/image_common: eapi7
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/image_common/Manifest | 2 | ||||
-rw-r--r-- | ros-meta/image_common/image_common-1.11.12.ebuild | 22 | ||||
-rw-r--r-- | ros-meta/image_common/image_common-1.11.13.ebuild | 22 | ||||
-rw-r--r-- | ros-meta/image_common/image_common-1.12.0.ebuild | 2 | ||||
-rw-r--r-- | ros-meta/image_common/image_common-9999.ebuild | 4 |
5 files changed, 3 insertions, 49 deletions
diff --git a/ros-meta/image_common/Manifest b/ros-meta/image_common/Manifest index fa9b9b8a8bb0..00cad6a5e0e9 100644 --- a/ros-meta/image_common/Manifest +++ b/ros-meta/image_common/Manifest @@ -1,3 +1 @@ -DIST image_common-1.11.12.tar.gz 53920 BLAKE2B 296601a14b0e18e6685924ae4557ead446a95ac91ddffb791f9b0b4d643b8f9e40c17f8ace1a705bb5193647bb07444ac81513c888864b0cdd9b45464c14916c SHA512 cd64edd658092c88060a99bbf2cd501cd27441123c34914fc4c8d8c8a8a1fe6d4a929211e71d813b6eb72e1d844842ee3e12567bc40d32981db9ee430e61fb10 -DIST image_common-1.11.13.tar.gz 54731 BLAKE2B 24c05d7da79ec4edc1713eb86efe9d570b8a9d55def1b0cdf7959275c4a0692af28d48d37d73361f3972c0f4ded5332ee02b535f1841473007eb8e61287b7826 SHA512 154a1acfc3ee1be83828f7b86de8a5e02d7613d724f734409c5b93b1505bcf911b95f20fe43435932f49e03e286ed7055e2b7abeb1c5292f540a2299dd424bfa DIST image_common-1.12.0.tar.gz 56174 BLAKE2B c364c060f4ba025b8811514602df934c028f39e22089c3dbaa71be3db891d7a769ecbe0c58c683128d1111ff377530aa6de8c48ede35f8b39301717ce581526c SHA512 bdd382b676673459ee28bd63ca695db893099796e8b025dd9519c7e07061a7dc0f62cd76f72b0d73aebec063c512c03fd420ab5f3982a7496409863826a2aeb0 diff --git a/ros-meta/image_common/image_common-1.11.12.ebuild b/ros-meta/image_common/image_common-1.11.12.ebuild deleted file mode 100644 index b7135e7f74bd..000000000000 --- a/ros-meta/image_common/image_common-1.11.12.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-perception/image_common" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Common code for working with images in ROS" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/camera_calibration_parsers - dev-ros/camera_info_manager - dev-ros/image_transport - dev-ros/polled_camera -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/image_common/image_common-1.11.13.ebuild b/ros-meta/image_common/image_common-1.11.13.ebuild deleted file mode 100644 index b7135e7f74bd..000000000000 --- a/ros-meta/image_common/image_common-1.11.13.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-perception/image_common" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Common code for working with images in ROS" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/camera_calibration_parsers - dev-ros/camera_info_manager - dev-ros/image_transport - dev-ros/polled_camera -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/image_common/image_common-1.12.0.ebuild b/ros-meta/image_common/image_common-1.12.0.ebuild index f2b62f109fad..70c2b0f0d523 100644 --- a/ros-meta/image_common/image_common-1.12.0.ebuild +++ b/ros-meta/image_common/image_common-1.12.0.ebuild @@ -1,7 +1,7 @@ # 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_common" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} diff --git a/ros-meta/image_common/image_common-9999.ebuild b/ros-meta/image_common/image_common-9999.ebuild index 05a7465d1ddc..70c2b0f0d523 100644 --- a/ros-meta/image_common/image_common-9999.ebuild +++ b/ros-meta/image_common/image_common-9999.ebuild @@ -1,7 +1,7 @@ -# 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-perception/image_common" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} |