diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 16:17:42 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 17:18:14 +0200 |
commit | e7b8acf77ec47113320c2e1d94ec210606641124 (patch) | |
tree | 0a7767e7433988f7f93d60c40698182cbf93f239 /dev-ros/cmake_modules | |
parent | dev-ros/cmake_modules: Remove old (diff) | |
download | gentoo-e7b8acf77ec47113320c2e1d94ec210606641124.tar.gz gentoo-e7b8acf77ec47113320c2e1d94ec210606641124.tar.bz2 gentoo-e7b8acf77ec47113320c2e1d94ec210606641124.zip |
dev-ros/cmake_modules: bump to 0.5.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/cmake_modules')
-rw-r--r-- | dev-ros/cmake_modules/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/cmake_modules/cmake_modules-0.5.0.ebuild | 17 | ||||
-rw-r--r-- | dev-ros/cmake_modules/cmake_modules-9999.ebuild | 4 |
3 files changed, 20 insertions, 2 deletions
diff --git a/dev-ros/cmake_modules/Manifest b/dev-ros/cmake_modules/Manifest index e85462f4cffa..b120048c46c8 100644 --- a/dev-ros/cmake_modules/Manifest +++ b/dev-ros/cmake_modules/Manifest @@ -1 +1,2 @@ DIST cmake_modules-0.4.2.tar.gz 18541 BLAKE2B 448fa9f49c155e60f56094cadfd2f1d26bac426a18ce7355c92f227fb650f77affd49557c98fa4d0b26d4e21ed7b4d2a2e6deb6fdc25a3996705a2b9e3805f56 SHA512 1ab0f9d15296c024caf83f126db675894163ff6104c86e22f105e8027561b291e2a0178e39980439e66e4b691e6122830621fbb09f957eebe94ddd065c23f5e7 +DIST cmake_modules-0.5.0.tar.gz 18605 BLAKE2B 5be0a6f7e69806347eea03796b06679618c071dfdf72bce73d040c3788983f95c967586c800b4429df80ac6996439a0f59c2827dfb96aa50f5fe09169dc3d6e6 SHA512 a7920a094f3b3d8e480c16fd279d960e0c4d919bc4a337ba4f37ad82005805cac0e313a758e0b823986a280a8d3536a5dc36ac9603b7cd43bc0e965e9dfdd028 diff --git a/dev-ros/cmake_modules/cmake_modules-0.5.0.ebuild b/dev-ros/cmake_modules/cmake_modules-0.5.0.ebuild new file mode 100644 index 000000000000..4b3ea76798d0 --- /dev/null +++ b/dev-ros/cmake_modules/cmake_modules-0.5.0.ebuild @@ -0,0 +1,17 @@ +# 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/cmake_modules" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="CMake Modules which are not distributed with CMake but are commonly used by ROS packages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-ros/cmake_modules/cmake_modules-9999.ebuild b/dev-ros/cmake_modules/cmake_modules-9999.ebuild index 58dcc7ecabc6..4b3ea76798d0 100644 --- a/dev-ros/cmake_modules/cmake_modules-9999.ebuild +++ b/dev-ros/cmake_modules/cmake_modules-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/cmake_modules" KEYWORDS="~amd64 ~arm" |