commit: 62755d6bc89711f01641d89315a72548a3aed568 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Sep 23 10:37:59 2015 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Sep 23 10:37:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62755d6b
ros-meta/rqt_robot_plugins: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 ros-meta/rqt_robot_plugins/Manifest | 1 + ros-meta/rqt_robot_plugins/metadata.xml | 5 ++++ .../rqt_robot_plugins-0.4.2.ebuild | 29 ++++++++++++++++++++++ .../rqt_robot_plugins-9999.ebuild | 29 ++++++++++++++++++++++ 4 files changed, 64 insertions(+) diff --git a/ros-meta/rqt_robot_plugins/Manifest b/ros-meta/rqt_robot_plugins/Manifest new file mode 100644 index 0000000..3674c36 --- /dev/null +++ b/ros-meta/rqt_robot_plugins/Manifest @@ -0,0 +1 @@ +DIST rqt_robot_plugins-0.4.2.tar.gz 2095395 SHA256 b074485352720226544c5036baa980962835129206b51871bf9a279979ff1d7e SHA512 31d9f2e9915e1c645cd9ac687aafb588171883da89ab27c5abdecf288b49e1d2a4530f3bc3202058dd3c833b4f7cad3f66e1da652f51252863473d380825213c WHIRLPOOL 889e0f7d55f190df5730b1424ad6bde2f4fe1757506d4e3499e1b06a97e41a075c2e0f9d1feea572e85492a8d138c8f0b09d520eed3b69743ca485f8de4a19d0 diff --git a/ros-meta/rqt_robot_plugins/metadata.xml b/ros-meta/rqt_robot_plugins/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/ros-meta/rqt_robot_plugins/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ros</herd> +</pkgmetadata> diff --git a/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.4.2.ebuild b/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.4.2.ebuild new file mode 100644 index 0000000..9b478ab --- /dev/null +++ b/ros-meta/rqt_robot_plugins/rqt_robot_plugins-0.4.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage of rqt plugins that are particularly used with robots during its operation" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rqt_moveit + dev-ros/rqt_nav_view + dev-ros/rqt_pose_view + dev-ros/rqt_robot_dashboard + dev-ros/rqt_robot_monitor + dev-ros/rqt_robot_steering + dev-ros/rqt_runtime_monitor + dev-ros/rqt_rviz + dev-ros/rqt_tf_tree +" +DEPEND="${RDEPEND}" diff --git a/ros-meta/rqt_robot_plugins/rqt_robot_plugins-9999.ebuild b/ros-meta/rqt_robot_plugins/rqt_robot_plugins-9999.ebuild new file mode 100644 index 0000000..9b478ab --- /dev/null +++ b/ros-meta/rqt_robot_plugins/rqt_robot_plugins-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KEYWORDS="~amd64" +ROS_REPO_URI="https://github.com/ros-visualization/rqt_robot_plugins" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Metapackage of rqt plugins that are particularly used with robots during its operation" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/rqt_moveit + dev-ros/rqt_nav_view + dev-ros/rqt_pose_view + dev-ros/rqt_robot_dashboard + dev-ros/rqt_robot_monitor + dev-ros/rqt_robot_steering + dev-ros/rqt_runtime_monitor + dev-ros/rqt_rviz + dev-ros/rqt_tf_tree +" +DEPEND="${RDEPEND}"