diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 19:15:24 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 19:34:47 +0200 |
commit | 6bc2e37545248ff9f7f3e50b5b0b5f6265c5ac59 (patch) | |
tree | 988dbf7455323a8e853d417a7881b406aaf195fc /dev-ros | |
parent | dev-ros/control_msgs: bump to 1.5.2 (diff) | |
download | gentoo-6bc2e37545248ff9f7f3e50b5b0b5f6265c5ac59.tar.gz gentoo-6bc2e37545248ff9f7f3e50b5b0b5f6265c5ac59.tar.bz2 gentoo-6bc2e37545248ff9f7f3e50b5b0b5f6265c5ac59.zip |
dev-ros/control_msgs: 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')
-rw-r--r-- | dev-ros/control_msgs/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/control_msgs/control_msgs-1.4.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-ros/control_msgs/Manifest b/dev-ros/control_msgs/Manifest index f6fecbd45518..aeeeddcd87b0 100644 --- a/dev-ros/control_msgs/Manifest +++ b/dev-ros/control_msgs/Manifest @@ -1,2 +1 @@ -DIST control_msgs-1.4.0.tar.gz 3636 BLAKE2B c82300bc17e04d4c061ec4907b9fe086d4d7768543cfa724b729e23b1b09a843c495002412bb9da48a1f7cd05cfc201b4d5da156135c104dd7ddb78193772556 SHA512 962e85661c39c3dbc91138ba4d98cfe9f846ee1e4a9b9eda1e4f76b9ef3aa4777a9faa7640e098e301601358a5e6edfe15ff585f3978fecb51b4966c6ec7fab3 DIST control_msgs-1.5.2.tar.gz 4850 BLAKE2B 4e601815ba16763695df13d9de6de22d0695d130b7f27b2150d1cdaaf72e73ba0720ac8889ae1c4811e2c5100dbd7c4b0312d1aabb75ed602b4131c1796d167c SHA512 2d892153280d4522b64e9aca3d8da7edf89eaf8cb416aed031a73aefd065533a8c03f4ed7fc6576a2a873603ed47ab35b474e1f48ffe238c184dd2bb9218726f diff --git a/dev-ros/control_msgs/control_msgs-1.4.0.ebuild b/dev-ros/control_msgs/control_msgs-1.4.0.ebuild deleted file mode 100644 index 601f7602785c..000000000000 --- a/dev-ros/control_msgs/control_msgs-1.4.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros-controls/control_msgs" -CATKIN_HAS_MESSAGES=yes -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) -ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/geometry_msgs dev-ros/std_msgs dev-ros/trajectory_msgs" - -inherit ros-catkin - -DESCRIPTION="Base messages and actions useful for controlling robots" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" |