diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 17:21:04 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-10 18:01:49 +0200 |
commit | 13b3707913d21127c8b0a69288a4940583dc9ceb (patch) | |
tree | 51bab053c5f0ea753372c3dbb0e48ea043a5e814 /ros-meta/ros_core | |
parent | ros-meta/ros_core: bump to 1.5.0 (diff) | |
download | gentoo-13b3707913d21127c8b0a69288a4940583dc9ceb.tar.gz gentoo-13b3707913d21127c8b0a69288a4940583dc9ceb.tar.bz2 gentoo-13b3707913d21127c8b0a69288a4940583dc9ceb.zip |
ros-meta/ros_core: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'ros-meta/ros_core')
-rw-r--r-- | ros-meta/ros_core/Manifest | 2 | ||||
-rw-r--r-- | ros-meta/ros_core/ros_core-1.4.0.ebuild | 40 | ||||
-rw-r--r-- | ros-meta/ros_core/ros_core-1.4.1.ebuild | 43 |
3 files changed, 0 insertions, 85 deletions
diff --git a/ros-meta/ros_core/Manifest b/ros-meta/ros_core/Manifest index 16076a420e88..3b9735986e74 100644 --- a/ros-meta/ros_core/Manifest +++ b/ros-meta/ros_core/Manifest @@ -1,3 +1 @@ -DIST metapackages-1.4.0.tar.gz 1955 BLAKE2B ef6cfd432f8109a39db9e01dab9fc87f2c2da55f5c6890e9feee69e0a955c4f2eeb092ba61911cb700eb0feff7a2659dbd3b65019bfea960f293ee814b411380 SHA512 7694fcb88081c619e6b5aaedb7fbe2cd77f9cee8a45d79848ba354d654aff77467c3d28925b21c52b985b1cb81e36d2cdf84b5b27bfecd8f54b7acb2c92acd71 -DIST metapackages-1.4.1.tar.gz 1961 BLAKE2B 9fb450ad10a9d8485314ddbb1acfaec0961fecfc7098a1de314e2dc5abf55f6267bb5e528a107a46b22f37e1afe96b42b0896e5f2513905d85b94aebeb56e425 SHA512 cbfb8d865d95f2759f8f57df2cb81ef7fa3ca21698e11b442a6dbce5cba8ba93f09022fcafd4efa3e2197ee726e082de62f213e009684a62589358a64495f9fd DIST metapackages-1.5.0.tar.gz 2024 BLAKE2B f79f813bfe27e840abb53a46528149f0a7942d7362b66771887dd1452090a19a6169a89aadaa2d4d3dc8104f41834c2c77c2fd702e4cc7f42498e946764b6c7a SHA512 373d402aa98dd617abbfed7c2e733601dcc223eb9ce0f6dde15712dc5ad6b1b4e30c70607f8dde191518893839fd4edfce735443d873e750e0002947e2d44091 diff --git a/ros-meta/ros_core/ros_core-1.4.0.ebuild b/ros-meta/ros_core/ros_core-1.4.0.ebuild deleted file mode 100644 index ebd39617e81e..000000000000 --- a/ros-meta/ros_core/ros_core-1.4.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/metapackages" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-util/catkin - dev-ros/cmake_modules - ros-meta/common_msgs - dev-ros/gencpp - dev-ros/geneus - dev-ros/genlisp - dev-ros/genmsg - dev-ros/gennodejs - dev-ros/genpy - dev-ros/message_generation - dev-ros/message_runtime - ros-meta/ros - ros-meta/ros_comm - dev-ros/rosbag_migration_rule - dev-ros/rosconsole_bridge - ros-meta/roscpp_core - dev-ros/rosgraph_msgs - dev-ros/roslisp - dev-ros/rospack - dev-ros/std_msgs - dev-ros/std_srvs -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/ros_core/ros_core-1.4.1.ebuild b/ros-meta/ros_core/ros_core-1.4.1.ebuild deleted file mode 100644 index a38edef6703f..000000000000 --- a/ros-meta/ros_core/ros_core-1.4.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/metapackages" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Metapackage to aggregate the packages required to use core ROS concepts" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-util/catkin - dev-ros/class_loader - dev-ros/cmake_modules - ros-meta/common_msgs - dev-ros/gencpp - dev-ros/geneus - dev-ros/genlisp - dev-ros/genmsg - dev-ros/gennodejs - dev-ros/genpy - dev-ros/message_generation - dev-ros/message_runtime - dev-ros/pluginlib - ros-meta/ros - ros-meta/ros_comm - dev-ros/rosbag_migration_rule - dev-ros/rosconsole - dev-ros/rosconsole_bridge - ros-meta/roscpp_core - dev-ros/rosgraph_msgs - dev-ros/roslisp - dev-ros/rospack - dev-ros/std_msgs - dev-ros/std_srvs -" -DEPEND="${RDEPEND}" |