diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-05-04 10:42:18 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-05-04 11:12:38 +0200 |
commit | 081a15e16c646179ecc0fdcbc6f23ed3068b6477 (patch) | |
tree | 8717471d394e024c08aa3bdba3ae9aed9c2e0c1e | |
parent | dev-ml/ocaml-cstruct: bump to 2.4.1 (diff) | |
download | gentoo-081a15e16c646179ecc0fdcbc6f23ed3068b6477.tar.gz gentoo-081a15e16c646179ecc0fdcbc6f23ed3068b6477.tar.bz2 gentoo-081a15e16c646179ecc0fdcbc6f23ed3068b6477.zip |
dev-ros/rqt_action: bump to 0.4.8
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r-- | dev-ros/rqt_action/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rqt_action/rqt_action-0.4.8.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/rqt_action/Manifest b/dev-ros/rqt_action/Manifest index 7bb8c4d74093..c51563709597 100644 --- a/dev-ros/rqt_action/Manifest +++ b/dev-ros/rqt_action/Manifest @@ -1 +1,2 @@ +DIST rqt_action-0.4.8.tar.gz 3229 SHA256 c4ea1d502037e6c21c4cad3edc163838432eefebc5356fdf6fd3b9e6e894effe SHA512 5cb353679a388983303f978c00a6b68be931008fb4edbe0102540aa59dcfeb97d2a44b60b0e3460dfd4444b707fedd0298d6dc1f3dbe15d44478d38da58acf20 WHIRLPOOL d14795e595a70ee075082bc8d1b46d72ba0d78101a91861da4e18753a9075354f7046d7b67911d4f07fd89cb137c53be4f78012065b74bc78d24a703f85a8002 DIST rqt_common_plugins-0.4.7.tar.gz 246977 SHA256 83153ad89c67551c3fb4f36cad7f056d90c559958ac80203e2aa4605beb49a7f SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 WHIRLPOOL b002f836ee0f5ea213ec31be8e59910c7c3c9508301389309e60eeb7dd35989ae4e4dfa5fa9ee592371f05e6cd842a6e3b0ccd6ac4ed7a9efd8d60c36b1e6d65 diff --git a/dev-ros/rqt_action/rqt_action-0.4.8.ebuild b/dev-ros/rqt_action/rqt_action-0.4.8.ebuild new file mode 100644 index 000000000000..d368b9658f68 --- /dev/null +++ b/dev-ros/rqt_action/rqt_action-0.4.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_action" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Introspect all available ROS action (from actionlib) types" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/rqt_msg[${PYTHON_USEDEP}] + dev-ros/rqt_py_common[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" |