forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-ros/actionlib_msgs: Bump to 1.12.5.
Package-Manager: portage-2.3.1
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST common_msgs-1.12.3.tar.gz 55960 SHA256 f31936a854332183dcee43793a35cf26c85ba29280b91b10b54e8c89348b7eb5 SHA512 5c7a7362bb1024409c6da3e228e86d701a8df111481ddb831967b6eb447a32da5108ba7421509896628055ddeb2045441ec625178119aebf53a95cd933939cb7 WHIRLPOOL 2ee9588f14b0892514fcd10480d9ee4fddd03f7941b00d358ded94afca88085f34abad693beadf30fdccc29e7ff00c220531ae360c910773bd5d9c1de95a7c0a | ||
DIST common_msgs-1.12.4.tar.gz 58764 SHA256 79ad3e36a4db52ec122224c9699b6228c4028b422ddfb7660f41de18b0881de0 SHA512 4605264f44dcaf6d970be9278de7433fa933d96eb9e4e6355b417c8f4a378eec03106414f3d9ca22cd7960435b2da714c76d40dfc8073dd887038cbecda7bf28 WHIRLPOOL 29e191d33b3e107124a00759d7d414c7ef1e50c202d40f55c7cea3a27ab78de941f4dea815a23a8e9d61a626641ee9f7b4079fc3216b1b85726304a907384c25 | ||
DIST common_msgs-1.12.5.tar.gz 59525 SHA256 816d96927e7aa6aa4972d5b9dfa3a1c71421cd9c15796d1f5f721ef947ee7fc3 SHA512 99efda88b630c0ebadc576501e9d84f3811fb012084125569d54da0b75656751f8f782d101fa0cf62d7b1ac4419902f17d1dc78efee7188ff67f59bf00a743ee WHIRLPOOL 9daf43c506c7ad76c48676d430b88aaf142810ee5633db1c9692732541765cbe82f56d0690a24239d6e70178a33c801159568e1ddd8c68780c60b176ebcbf39d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 1999-2016 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/common_msgs" | ||
KEYWORDS="~amd64 ~arm" | ||
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) | ||
ROS_SUBDIR=${PN} | ||
CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" | ||
|
||
inherit ros-catkin | ||
|
||
DESCRIPTION="Common messages to interact with an action server and an action client" | ||
LICENSE="BSD" | ||
SLOT="0" | ||
IUSE="" | ||
|
||
RDEPEND="" | ||
DEPEND="${RDEPEND}" |