dev-ros/rqt_bag_plugins: bump to 0.4.8 and update to separate repo
authorAlexis Ballier <aballier@gentoo.org>
Tue, 25 Apr 2017 05:33:44 +0000 (07:33 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 25 Apr 2017 06:40:04 +0000 (08:40 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-ros/rqt_bag_plugins/Manifest
dev-ros/rqt_bag_plugins/metadata.xml
dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.8.ebuild [new file with mode: 0644]
dev-ros/rqt_bag_plugins/rqt_bag_plugins-9999.ebuild

index 7bb8c4d74093009871a7fac050b5df5b997ec913..803bcbdd9afba5ce283ee62b0a6ff8c4d55a293a 100644 (file)
@@ -1 +1,2 @@
+DIST rqt_bag-0.4.8.tar.gz 50064 SHA256 0936b25acecb3906d88493bb6f8056ac7bbb42eb4dbb1de7a63dcdbfc71d6d47 SHA512 f9eae9c0cfe9caea40c3bf785dc320ed7642ce566bef67637adaba55c6a25a470c08f85e8a0af02d17e73bdf80daeec8a1a7ba7b1b35c847268e83d0af55e173 WHIRLPOOL 00fd1593fa06d6397ef43d517ee173e005c0d0eb9d35c2f0447882d83c89a026c48290b7e1f521759565de867c7886f5d6aa2a06cc075415f94e10e60b51e8e9
 DIST rqt_common_plugins-0.4.7.tar.gz 246977 SHA256 83153ad89c67551c3fb4f36cad7f056d90c559958ac80203e2aa4605beb49a7f SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 WHIRLPOOL b002f836ee0f5ea213ec31be8e59910c7c3c9508301389309e60eeb7dd35989ae4e4dfa5fa9ee592371f05e6cd842a6e3b0ccd6ac4ed7a9efd8d60c36b1e6d65
index cb473d142b8e7ce5b6c875e4ff9f5c2ac8c49e79..19329ea16f0a6638d4e3986cc6c15465bb4c4e0c 100644 (file)
@@ -6,6 +6,6 @@
                <name>Gentoo ROS Project</name>
        </maintainer>
        <upstream>
-               <remote-id type="github">ros-visualization/rqt_common_plugins</remote-id>
+               <remote-id type="github">ros-visualization/rqt_bag</remote-id>
        </upstream>
 </pkgmetadata>
diff --git a/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.8.ebuild b/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.8.ebuild
new file mode 100644 (file)
index 0000000..4873576
--- /dev/null
@@ -0,0 +1,31 @@
+# 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_bag"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="GUI plugin for displaying and replaying ROS bag files"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+       dev-python/pycairo[${PYTHON_USEDEP}]
+       dev-python/pillow[${PYTHON_USEDEP}]
+       dev-ros/rosbag[${PYTHON_USEDEP}]
+       dev-ros/roslib[${PYTHON_USEDEP}]
+       dev-ros/rospy[${PYTHON_USEDEP}]
+       dev-ros/rqt_bag[${PYTHON_USEDEP}]
+       dev-ros/rqt_gui[${PYTHON_USEDEP}]
+       dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+       dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+       dev-ros/std_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
index debbe7dc856d34165f63973357e5017cc43e3232..48735760362d1fb8aff7a3cb0dd2fc493a3051fa 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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_common_plugins"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_bag"
 PYTHON_COMPAT=( python2_7 )
 ROS_SUBDIR=${PN}