dev-ros/urdf_tutorial: Remove old
authorAlexis Ballier <aballier@gentoo.org>
Tue, 15 May 2018 06:19:07 +0000 (08:19 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 15 May 2018 06:19:07 +0000 (08:19 +0200)
Package-Manager: Portage-2.3.36, Repoman-2.3.9

dev-ros/urdf_tutorial/Manifest
dev-ros/urdf_tutorial/files/notest.patch [deleted file]
dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild [deleted file]
dev-ros/urdf_tutorial/urdf_tutorial-0.2.5.ebuild [deleted file]

index aa3a3ac9a5e3b255e2da149564da90ae8e886c85..4643a6c0e9318a8e068e874be9dfafd0f00952a5 100644 (file)
@@ -1,3 +1 @@
-DIST urdf_tutorial-0.2.4.tar.gz 580617 BLAKE2B f8a52aec05c36d3b28f74d07945af369271d47707434d04e51a57de8e3346047f31164576a05c38b936ac68b137097e6eb542ec08fc483571ec83c264e53d65a SHA512 be1909b6b2f4efd5e0b846ab465d9b5b4096f729ffda7568194e4d3208604be83f7007160a767cc8f6df71edca9822e7e49e8f069e88e7b27d11690f7a17bf35
-DIST urdf_tutorial-0.2.5.tar.gz 866990 BLAKE2B 34d63b5ae2170684175db28db326d2b3c968161013208528551485729fc15b22d6e5e08e7deeb89920c0446b6ddbfe48f96eb2b0199bbffed5f305f0c053333a SHA512 5de1af9cf93063996ccd3a33a88fda022ab3182c9f5cd47c0217c63ca8501bac4bcb58f358870461ffdf1b110c47dc30734886359d5d3c30afb41412155fec04
 DIST urdf_tutorial-0.3.0.tar.gz 871048 BLAKE2B 2bca4409696011c75e7b6c1ae811fe4caec3fe34b28ea80c9774b6068c64509a97452173c1e43ba92f77081419b58bf5f6987e1e9941eca8ce077c534636bad9 SHA512 1518cd2aa783e92dd7a996b9cff9df37f21f7585d59b6001bd9a42782b2a5d81e96e8d2502955283f29390c7fc4944250ff1d954ab6e511e0886f243c4aabbde
diff --git a/dev-ros/urdf_tutorial/files/notest.patch b/dev-ros/urdf_tutorial/files/notest.patch
deleted file mode 100644 (file)
index 63e25b6..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: urdf_tutorial-0.2.5/CMakeLists.txt
-===================================================================
---- urdf_tutorial-0.2.5.orig/CMakeLists.txt
-+++ urdf_tutorial-0.2.5/CMakeLists.txt
-@@ -4,7 +4,9 @@ project(urdf_tutorial)
- find_package(catkin REQUIRED roslaunch)
- catkin_package()
-+if(CATKIN_ENABLE_TESTING)
- roslaunch_add_file_check(launch)
-+endif()
- install(DIRECTORY config images meshes launch rviz urdf
-   DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
diff --git a/dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild b/dev-ros/urdf_tutorial/urdf_tutorial-0.2.4.ebuild
deleted file mode 100644 (file)
index 68caace..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 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"
-
-inherit ros-catkin
-
-DESCRIPTION="URDF tutorials"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       dev-ros/urdf
-       dev-ros/joint_state_publisher
-       dev-ros/pr2_description
-       dev-ros/robot_state_publisher
-       dev-ros/rviz
-       dev-ros/xacro
-"
-DEPEND="${RDEPEND}"
diff --git a/dev-ros/urdf_tutorial/urdf_tutorial-0.2.5.ebuild b/dev-ros/urdf_tutorial/urdf_tutorial-0.2.5.ebuild
deleted file mode 100644 (file)
index 845c092..0000000
+++ /dev/null
@@ -1,23 +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"
-
-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}"
-PATCHES=( "${FILESDIR}/notest.patch" )