diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 19:20:20 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 19:34:49 +0200 |
commit | c965be25fcb0c36203b4782e59f7f7db1bf3129b (patch) | |
tree | 5f0110eda564517767306129b64ffa40c018850e /dev-ros/cmake_modules | |
parent | dev-ros/cmake_modules: shorten desc (diff) | |
download | gentoo-c965be25fcb0c36203b4782e59f7f7db1bf3129b.tar.gz gentoo-c965be25fcb0c36203b4782e59f7f7db1bf3129b.tar.bz2 gentoo-c965be25fcb0c36203b4782e59f7f7db1bf3129b.zip |
dev-ros/cmake_modules: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
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.4.2.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-ros/cmake_modules/Manifest b/dev-ros/cmake_modules/Manifest index b120048c46c8..31af6a2c0503 100644 --- a/dev-ros/cmake_modules/Manifest +++ b/dev-ros/cmake_modules/Manifest @@ -1,2 +1 @@ -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.4.2.ebuild b/dev-ros/cmake_modules/cmake_modules-0.4.2.ebuild deleted file mode 100644 index a76cb730354e..000000000000 --- a/dev-ros/cmake_modules/cmake_modules-0.4.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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}" |