diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 16:28:31 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-08 19:29:27 +0200 |
commit | 37b9a0e0f35c573bafc0072ab62aa75ab5663b64 (patch) | |
tree | d865af16738e186b07eb31cc5173df64bcb8165b /dev-ros/urdf_tutorial | |
parent | dev-ros/urdf_tutorial: bump to 0.5.0 (diff) | |
download | gentoo-37b9a0e0f35c573bafc0072ab62aa75ab5663b64.tar.gz gentoo-37b9a0e0f35c573bafc0072ab62aa75ab5663b64.tar.bz2 gentoo-37b9a0e0f35c573bafc0072ab62aa75ab5663b64.zip |
dev-ros/urdf_tutorial: 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/urdf_tutorial')
-rw-r--r-- | dev-ros/urdf_tutorial/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/urdf_tutorial/files/tests.patch | 18 | ||||
-rw-r--r-- | dev-ros/urdf_tutorial/urdf_tutorial-0.3.0.ebuild | 28 | ||||
-rw-r--r-- | dev-ros/urdf_tutorial/urdf_tutorial-0.4.0.ebuild | 25 |
4 files changed, 0 insertions, 73 deletions
diff --git a/dev-ros/urdf_tutorial/Manifest b/dev-ros/urdf_tutorial/Manifest index 4dc7badca534..03dab0a8d6ed 100644 --- a/dev-ros/urdf_tutorial/Manifest +++ b/dev-ros/urdf_tutorial/Manifest @@ -1,3 +1 @@ -DIST urdf_tutorial-0.3.0.tar.gz 871048 BLAKE2B 2bca4409696011c75e7b6c1ae811fe4caec3fe34b28ea80c9774b6068c64509a97452173c1e43ba92f77081419b58bf5f6987e1e9941eca8ce077c534636bad9 SHA512 1518cd2aa783e92dd7a996b9cff9df37f21f7585d59b6001bd9a42782b2a5d81e96e8d2502955283f29390c7fc4944250ff1d954ab6e511e0886f243c4aabbde -DIST urdf_tutorial-0.4.0.tar.gz 865626 BLAKE2B 42a8c3274e00393f846d4e2e9641740dad214bbcdc4f65095f96f2faac1f3709170d5719085d5927ca0c322f9b8cc57b2f8494353bec629978874870a8d37206 SHA512 256859d83fb5860df27cf8922043fb61158134c1ea06f3943fed3b8183c7384819a761d83bcb03a924a813185be07e89ca510076bfa1dfe4c2e52f561503fa88 DIST urdf_tutorial-0.5.0.tar.gz 865623 BLAKE2B 15a8337ba15c7e94a661c72a562ab4a31ca470d5d2c995aecddea69611616a2671809e085aac2857d9d2a298d92f1b5d52c11859d39c41508d7927b3d18e9607 SHA512 70390e767d7b1ace1e52d5e78b0b6775800fdc5e12d52e56603505276a9da14204bb58d680e1d9748530d0821e082c772c948947554bf48c1a9cba814495e8ed diff --git a/dev-ros/urdf_tutorial/files/tests.patch b/dev-ros/urdf_tutorial/files/tests.patch deleted file mode 100644 index b34f76bc4b8a..000000000000 --- a/dev-ros/urdf_tutorial/files/tests.patch +++ /dev/null @@ -1,18 +0,0 @@ -commit 3c068fc166d662d1459610a56dc955f3bf22f7fe -Author: David V. Lu <davidvlu@gmail.com> -Date: Sun Jul 2 16:07:37 2017 -0400 - - Fix launch test - -diff --git a/urdf_tutorial/launch/display.launch b/urdf_tutorial/launch/display.launch -index 959946a..66a429a 100644 ---- a/urdf_tutorial/launch/display.launch -+++ b/urdf_tutorial/launch/display.launch -@@ -1,6 +1,6 @@ - <launch> - -- <arg name="model" /> -+ <arg name="model" default="$(find urdf_tutorial)/urdf/01-myfirst.urdf"/> - <arg name="gui" default="true" /> - <arg name="rvizconfig" default="$(find urdf_tutorial)/rviz/urdf.rviz" /> - diff --git a/dev-ros/urdf_tutorial/urdf_tutorial-0.3.0.ebuild b/dev-ros/urdf_tutorial/urdf_tutorial-0.3.0.ebuild deleted file mode 100644 index 1c6352b18714..000000000000 --- a/dev-ros/urdf_tutorial/urdf_tutorial-0.3.0.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/urdf_tutorial" -KEYWORDS="~amd64" -ROS_SUBDIR="${PN}" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="URDF tutorials" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/urdf - dev-ros/joint_state_publisher - dev-ros/robot_state_publisher - dev-ros/rviz - dev-ros/xacro -" -DEPEND="${RDEPEND} - test? ( dev-ros/roslaunch[${PYTHON_USEDEP}] ) -" - -PATCHES=( "${FILESDIR}/tests.patch" ) diff --git a/dev-ros/urdf_tutorial/urdf_tutorial-0.4.0.ebuild b/dev-ros/urdf_tutorial/urdf_tutorial-0.4.0.ebuild deleted file mode 100644 index 305da65fc713..000000000000 --- a/dev-ros/urdf_tutorial/urdf_tutorial-0.4.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros/urdf_tutorial" -KEYWORDS="~amd64" -PYTHON_COMPAT=( python2_7 ) - -inherit ros-catkin - -DESCRIPTION="URDF tutorials" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-ros/urdf - dev-ros/joint_state_publisher - dev-ros/robot_state_publisher - dev-ros/rviz - dev-ros/xacro -" -DEPEND="${RDEPEND} - test? ( dev-ros/roslaunch[${PYTHON_USEDEP}] ) -" |