diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:26:12 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:33:38 +0200 |
commit | d023298279e342a525d6a90807b7f90dd0190873 (patch) | |
tree | 753544609e560225fa3b1397f1919e0a6a6b44ce /dev-ros/interactive_marker_tutorials | |
parent | dev-ros/interactive_marker_tutorials: bump eapi (diff) | |
download | gentoo-d023298279e342a525d6a90807b7f90dd0190873.tar.gz gentoo-d023298279e342a525d6a90807b7f90dd0190873.tar.bz2 gentoo-d023298279e342a525d6a90807b7f90dd0190873.zip |
dev-ros/interactive_marker_tutorials: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/interactive_marker_tutorials')
-rw-r--r-- | dev-ros/interactive_marker_tutorials/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-ros/interactive_marker_tutorials/Manifest b/dev-ros/interactive_marker_tutorials/Manifest index 49721ddd62f6..f223afce647f 100644 --- a/dev-ros/interactive_marker_tutorials/Manifest +++ b/dev-ros/interactive_marker_tutorials/Manifest @@ -1,2 +1 @@ -DIST visualization_tutorials-0.10.3.tar.gz 428877 BLAKE2B 4bcd482ae61f29908ca23dda653d1c6d0e6a0a9df56df8343d1dfb5124f8d60c9a12ef8b1565c4655617dcd62d80a2aa51f2fd9b2c5329e33c3cc22e3e63c22d SHA512 2e484791851291d2316c7a20e92d988d71b6c41c98bad98c78bed465069dcfe5fc1ddd5c15c6981e951db2c114e965747c07e27f4851c2705af3dd036b992781 DIST visualization_tutorials-0.11.0.tar.gz 429489 BLAKE2B d4558a15b696ba05ed156a64ab2c0ad7229314f73d2823c0a46f53132801619d28fc5c68f5d8e0f3e2cadb7bb5078b3518da87ea18940432760b20bddeda578d SHA512 78ebe536a3a209fb0c61fb7dbc0aa115b5f4e6297303b1fc03740402decea719077037a90f4c45a0f6ece95e3578d6dad1095a0b1f0a90c136b738d0350aac9b diff --git a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild deleted file mode 100644 index 6844281b86eb..000000000000 --- a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-visualization/visualization_tutorials" -KEYWORDS="~amd64" -ROS_SUBDIR=${PN} -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="Interactive marker tutorials" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/roscpp - dev-ros/interactive_markers - dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] - dev-ros/tf[${PYTHON_USEDEP}] - dev-ros/rospy[${PYTHON_USEDEP}] - dev-ros/roslib[${PYTHON_USEDEP}] - dev-libs/boost:= -" -DEPEND="${RDEPEND}" |