diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 18:53:03 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 18:54:37 +0200 |
commit | d4374dea4ae72c56dce9966ad586b0d787d9d4c6 (patch) | |
tree | 2a9be78f55f2c94b30d7b05a8e9b2376d5502247 /dev-ros | |
parent | dev-ros/urg_node: bump to 0.1.13 (diff) | |
download | gentoo-d4374dea4ae72c56dce9966ad586b0d787d9d4c6.tar.gz gentoo-d4374dea4ae72c56dce9966ad586b0d787d9d4c6.tar.bz2 gentoo-d4374dea4ae72c56dce9966ad586b0d787d9d4c6.zip |
dev-ros/urg_node: Remove old
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/urg_node/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/urg_node/urg_node-0.1.10.ebuild | 28 | ||||
-rw-r--r-- | dev-ros/urg_node/urg_node-0.1.11.ebuild | 30 |
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-ros/urg_node/Manifest b/dev-ros/urg_node/Manifest index e9aed7cd380c..3a9b6a734ea6 100644 --- a/dev-ros/urg_node/Manifest +++ b/dev-ros/urg_node/Manifest @@ -1,3 +1 @@ -DIST urg_node-0.1.10.tar.gz 13661 BLAKE2B 1c721427b42e62c104c1f0667586ffd810ed9573f0fc8522bf816aa79233d0b212d253a4360f660437ae7d5418864caaaa9a83ea3d960050567273bc7810dbe8 SHA512 578e7ae98de82b1563806319c0b47a22a878470479434a9c205f3bf3f087dc9108619f17aa86e591a9fb5b88029b6de8711d8388bcaf259601cf88bef5c1f889 -DIST urg_node-0.1.11.tar.gz 19367 BLAKE2B 053b7f6ddbf6b993b37643bcb27c7babae71fd2c0c6e4800be568890331b16f4ec343afe3d2caf1387a2656e73b6cf31055994966489bbaab5651e371dc15bc2 SHA512 41981323ea08e81abca70375793153bdcb52eb54df388978a2e54bdb798c89be3fd4b80c5bf7c28cce62ec3b937f950738bdf4d1e24c9b37e72ee2ca048c542d DIST urg_node-0.1.13.tar.gz 20949 BLAKE2B e85653ec46dd85aa62e4e5f06c4d4c775a2d616f0b4daa80584bf81010ad06acbec7f73e0b4a238618c36ec83d07e4dd513fafa9b29e197ad21b56ec02fe4452 SHA512 be503538a293fa0cdf6e7902c0faa5c866a2298193f4ad6cce705dab90220955d4cb21087d84d10ff7d2daf29f362391f17a038496f3036934c57e12f3270a30 diff --git a/dev-ros/urg_node/urg_node-0.1.10.ebuild b/dev-ros/urg_node/urg_node-0.1.10.ebuild deleted file mode 100644 index aebe031c4bc9..000000000000 --- a/dev-ros/urg_node/urg_node-0.1.10.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-drivers/urg_node" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="ROS wrapper for the Hokuyo urg_c library" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/urg_c - dev-ros/tf - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] - dev-ros/nodelet - dev-ros/rosconsole - dev-ros/roscpp - dev-ros/diagnostic_updater - dev-ros/laser_proc - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-libs/boost:= -" -DEPEND="${RDEPEND}" diff --git a/dev-ros/urg_node/urg_node-0.1.11.ebuild b/dev-ros/urg_node/urg_node-0.1.11.ebuild deleted file mode 100644 index c475a8ab1d44..000000000000 --- a/dev-ros/urg_node/urg_node-0.1.11.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-drivers/urg_node" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -CATKIN_HAS_MESSAGES=yes - -inherit ros-catkin - -DESCRIPTION="ROS wrapper for the Hokuyo urg_c library" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/urg_c - dev-ros/tf - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] - dev-ros/nodelet - dev-ros/rosconsole - dev-ros/roscpp - dev-ros/diagnostic_updater - dev-ros/laser_proc - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-libs/boost:= -" -DEPEND="${RDEPEND}" |