diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:12:10 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:28 +0200 |
commit | 2490d9ce729c05e51772cd3b4ec8dac7c4ebcaf7 (patch) | |
tree | c1a47ccd4d6029e6f3d3f287e6e40b376d3ff852 /dev-ros/rosgraph_msgs | |
parent | dev-ros/rosgraph_msgs: bump to 1.11.3 (diff) | |
download | gentoo-2490d9ce729c05e51772cd3b4ec8dac7c4ebcaf7.tar.gz gentoo-2490d9ce729c05e51772cd3b4ec8dac7c4ebcaf7.tar.bz2 gentoo-2490d9ce729c05e51772cd3b4ec8dac7c4ebcaf7.zip |
dev-ros/rosgraph_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/rosgraph_msgs')
-rw-r--r-- | dev-ros/rosgraph_msgs/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-ros/rosgraph_msgs/Manifest b/dev-ros/rosgraph_msgs/Manifest index 8850e28b3115..181aca0dffe4 100644 --- a/dev-ros/rosgraph_msgs/Manifest +++ b/dev-ros/rosgraph_msgs/Manifest @@ -1,2 +1 @@ -DIST ros_comm_msgs-1.11.2.tar.gz 2482 BLAKE2B 886f0bbbb00b0a291ba32ade834e466e03063087e0feaed9d7edbebb2871bc6ec314b4259bb728e662138384d455d5bbec5df49c5b1b6a448e98339cb3516ab7 SHA512 4750e234725b3cad8e2deb681f827e2f979f50bdfc0fccf4100288d2f663a68561f363702340b4569572837462cf6578f51213362d18b9694f6952fdcede1e6e DIST ros_comm_msgs-1.11.3.tar.gz 2483 BLAKE2B dd6753d0cd5f285cce9343e29c3c593260708bcc7627850564fe6e3975511b55359ee790d6ddf6066e8433c2fa03bc576d9f7ec41ee0a5a362a9e42be2c87e65 SHA512 e7afef3326fbbfa9435ecaed9a553de74d694def975e5e2bdaff6cc671c8001cdef540defb90df936c0731bfa5d3d7d6e00300847271cd8d3c00ec59b24f1207 diff --git a/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild deleted file mode 100644 index 7cee75bd3604..000000000000 --- a/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.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 - -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/ros/ros_comm_msgs" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) -ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Messages relating to ROS comm" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" |