diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-28 20:29:01 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:20:49 +0200 |
commit | b96a392efabfc6112462f5d59dbcc2ecfca760b2 (patch) | |
tree | 24b000c09094da295a11bbccac45fb894362e3d4 /ros-meta/unique_identifier | |
parent | ros-meta/vision_visp: eapi7 (diff) | |
download | gentoo-b96a392efabfc6112462f5d59dbcc2ecfca760b2.tar.gz gentoo-b96a392efabfc6112462f5d59dbcc2ecfca760b2.tar.bz2 gentoo-b96a392efabfc6112462f5d59dbcc2ecfca760b2.zip |
ros-meta/unique_identifier: eapi7
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/unique_identifier')
4 files changed, 4 insertions, 26 deletions
diff --git a/ros-meta/unique_identifier/Manifest b/ros-meta/unique_identifier/Manifest index 3977af10744f..6b1783504320 100644 --- a/ros-meta/unique_identifier/Manifest +++ b/ros-meta/unique_identifier/Manifest @@ -1,2 +1 @@ -DIST unique_identifier-1.0.5.tar.gz 12252 BLAKE2B a1d1da30b2bc7977a7f77f9735ba0227a0dc08892aac9649d525ef9a63ee43297d4b60a5b13b205d2608a80ef2e25c5eb5b28e685006cb48919dfea8ed9dfe33 SHA512 0a12fe42346d83813eed78a369afeec171df928abad2cfa804cb314907fa43a3edad3cef5efe51b3223f819a80ac1633f069e7e0bd721efc9f487a1089d160d3 DIST unique_identifier-1.0.6.tar.gz 12305 BLAKE2B 3aa8ba6a7386588f56546e42efd61cc52a6a7c44444462c55f26830e162eafbc49a7aaca2315d965d75f8f0151467147af7db8a0fbe96def66c33e81371e069c SHA512 d81409786a311fd1d23937fd24bf0365920f6b9cd7b4ba9803935844c0dab0a1765b2790f88673fe8fffea70ff13161ddadc7644bc8d39e3f0c255007b267156 diff --git a/ros-meta/unique_identifier/unique_identifier-1.0.5.ebuild b/ros-meta/unique_identifier/unique_identifier-1.0.5.ebuild deleted file mode 100644 index 058a28c6f00b..000000000000 --- a/ros-meta/unique_identifier/unique_identifier-1.0.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-geographic-info/unique_identifier" -VER_PREFIX=unique_identifier- -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="ROS messages and interfaces for universally unique identifiers" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/unique_id - dev-ros/uuid_msgs -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/unique_identifier/unique_identifier-1.0.6.ebuild b/ros-meta/unique_identifier/unique_identifier-1.0.6.ebuild index f23cef4b1ae7..fb5bab56517f 100644 --- a/ros-meta/unique_identifier/unique_identifier-1.0.6.ebuild +++ b/ros-meta/unique_identifier/unique_identifier-1.0.6.ebuild @@ -1,7 +1,7 @@ -# 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-geographic-info/unique_identifier" VER_PREFIX=unique_identifier- KEYWORDS="~amd64 ~arm" diff --git a/ros-meta/unique_identifier/unique_identifier-9999.ebuild b/ros-meta/unique_identifier/unique_identifier-9999.ebuild index 058a28c6f00b..fb5bab56517f 100644 --- a/ros-meta/unique_identifier/unique_identifier-9999.ebuild +++ b/ros-meta/unique_identifier/unique_identifier-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-geographic-info/unique_identifier" VER_PREFIX=unique_identifier- KEYWORDS="~amd64 ~arm" |