From 34dea8e38f88007799629d0a56b12dec480b1d21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Jun 2021 14:45:01 +0100 Subject: gentoo resync : 20.06.2021 --- dev-ros/rostime/Manifest | 4 ++-- dev-ros/rostime/rostime-0.7.2-r1.ebuild | 22 ++++++++++++++++++++++ dev-ros/rostime/rostime-0.7.2.ebuild | 22 ---------------------- dev-ros/rostime/rostime-9999.ebuild | 4 ++-- 4 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 dev-ros/rostime/rostime-0.7.2-r1.ebuild delete mode 100644 dev-ros/rostime/rostime-0.7.2.ebuild (limited to 'dev-ros/rostime') diff --git a/dev-ros/rostime/Manifest b/dev-ros/rostime/Manifest index 9b3efb8874e4..7fc6c399e61e 100644 --- a/dev-ros/rostime/Manifest +++ b/dev-ros/rostime/Manifest @@ -1,4 +1,4 @@ DIST roscpp_core-0.7.2.tar.gz 35095 BLAKE2B 065f81f514becd2ea1586735c759be79765eeee1c8a9606261ebd2086cf406c87276b143ace4ac43eeb7f8ee6dccc07812c614e6e185f2354d64b1dfe401b849 SHA512 fb04ee37db14d31b7c06ae3484f5aa414563e96a90b820b7d6e23e921bcd831a8bf1d66c723aef65a617b2da92456345cb796271409c8dc155ef1084926659ef -EBUILD rostime-0.7.2.ebuild 426 BLAKE2B 816abdf2904a321a04e17c7147177338a7fea96cf971a8ccf845bc387c26318a9d57086670f43e1795387296de3be72e09feda079813b5650b84e29f18ab8c83 SHA512 7f9112fe6ecd7b19a8eeea4368a4e105f5f073b48819cb60f042a5e100663ce596b0ebe26774c3d6d55dc4f8ab7ecef9107257b62408ad3d64781faac2c887a4 -EBUILD rostime-9999.ebuild 426 BLAKE2B 816abdf2904a321a04e17c7147177338a7fea96cf971a8ccf845bc387c26318a9d57086670f43e1795387296de3be72e09feda079813b5650b84e29f18ab8c83 SHA512 7f9112fe6ecd7b19a8eeea4368a4e105f5f073b48819cb60f042a5e100663ce596b0ebe26774c3d6d55dc4f8ab7ecef9107257b62408ad3d64781faac2c887a4 +EBUILD rostime-0.7.2-r1.ebuild 429 BLAKE2B 1b01dd9656ec5b5a869f927d2a30952fef437060d0819985d72475d5219e4af5378cebbf60eccc11f81ccf8c33879069292bc42c3e215f32175a6216058e35fd SHA512 aff60fbf1d1b9d50e0e176cf7fbe3cff4a513b83fcbf7d43f05cc811ae13f7a2ffed7ecbd988d25ee7dcff2b688c60c2b048afbcc5baa019b36dbb363c21538e +EBUILD rostime-9999.ebuild 429 BLAKE2B 1b01dd9656ec5b5a869f927d2a30952fef437060d0819985d72475d5219e4af5378cebbf60eccc11f81ccf8c33879069292bc42c3e215f32175a6216058e35fd SHA512 aff60fbf1d1b9d50e0e176cf7fbe3cff4a513b83fcbf7d43f05cc811ae13f7a2ffed7ecbd988d25ee7dcff2b688c60c2b048afbcc5baa019b36dbb363c21538e MISC metadata.xml 329 BLAKE2B 58bfccd5cddfdb91aa5b414646dc07911ab19e1544dc8ac9eabb8d4d8eba138b76b990e017f86854c83efb8f5f6f31f391ad8c03dc8bcf6eef741a70a226ceb6 SHA512 8adfef45e8768b11f9f155e95e1c4b50606aa53abd64b84bc5b24c17134b8daf3536f51ae20a17e871e25db2140181502b62a9ace282872620845412571de89a diff --git a/dev-ros/rostime/rostime-0.7.2-r1.ebuild b/dev-ros/rostime/rostime-0.7.2-r1.ebuild new file mode 100644 index 000000000000..9d76e62d902b --- /dev/null +++ b/dev-ros/rostime/rostime-0.7.2-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros/roscpp_core" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Time and Duration implementations for C++ libraries" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-libs/boost:=[threads(+)] + dev-ros/cpp_common +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest ) +" diff --git a/dev-ros/rostime/rostime-0.7.2.ebuild b/dev-ros/rostime/rostime-0.7.2.ebuild deleted file mode 100644 index a5f38c7f5a95..000000000000 --- a/dev-ros/rostime/rostime-0.7.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -ROS_REPO_URI="https://github.com/ros/roscpp_core" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Time and Duration implementations for C++ libraries" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/boost:=[threads] - dev-ros/cpp_common -" -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest ) -" diff --git a/dev-ros/rostime/rostime-9999.ebuild b/dev-ros/rostime/rostime-9999.ebuild index a5f38c7f5a95..9d76e62d902b 100644 --- a/dev-ros/rostime/rostime-9999.ebuild +++ b/dev-ros/rostime/rostime-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-libs/boost:=[threads] + dev-libs/boost:=[threads(+)] dev-ros/cpp_common " DEPEND="${RDEPEND} -- cgit v1.2.3