diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-09 17:34:16 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-09 18:46:00 +0100 |
commit | aef6bbc4af6d8cd74764ddc475df9d20e0f54b35 (patch) | |
tree | 7f90b4e09434f69d86f7a906a67ebb675bb44abe /dev-ros/rosgraph_msgs | |
parent | dev-util/rosdep: Add python 3.5 support. (diff) | |
download | gentoo-aef6bbc4af6d8cd74764ddc475df9d20e0f54b35.tar.gz gentoo-aef6bbc4af6d8cd74764ddc475df9d20e0f54b35.tar.bz2 gentoo-aef6bbc4af6d8cd74764ddc475df9d20e0f54b35.zip |
dev-ros/rosgraph_msgs: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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.1.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-ros/rosgraph_msgs/Manifest b/dev-ros/rosgraph_msgs/Manifest index 26c6409ce7e9..cb2c26f5c76f 100644 --- a/dev-ros/rosgraph_msgs/Manifest +++ b/dev-ros/rosgraph_msgs/Manifest @@ -1,2 +1 @@ -DIST ros_comm_msgs-1.11.1.tar.gz 2433 SHA256 e4c45e4504ec9751c2f89fea9f1d4fcfeba563435a4445a299b153255705e793 SHA512 e1b9c96b8973ae609e80cb80da0cd32b325040a6e06ae89984e4447027bae5945a04ae0e7143de0ef93cc6f1a6f6cf3c0369b4bd3264ec6d45186e158b47dd96 WHIRLPOOL df84c7baeaf3b3f366adf9560b62693ac9d12e29d49933f3d9ee364273ad7e79dffaac4d5f7cd094529edab100772a956b3e0ee598374b492876f1592fccd8c4 DIST ros_comm_msgs-1.11.2.tar.gz 2482 SHA256 7bb9f57ea9e6c5fb0599b247736f4f3b7868d722344fb42bc3055b31626ea250 SHA512 4750e234725b3cad8e2deb681f827e2f979f50bdfc0fccf4100288d2f663a68561f363702340b4569572837462cf6578f51213362d18b9694f6952fdcede1e6e WHIRLPOOL b7e5f9995c839491026f96a20e859f434282e335efc76cfce4779958d31b9ea1402f37c543273aea0fe7b17cca5ac79730a884a2b2221979e31dddd1a202d725 diff --git a/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.1.ebuild b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.1.ebuild deleted file mode 100644 index fafe2896fbb7..000000000000 --- a/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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_4} ) -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}" |