summaryrefslogtreecommitdiff
path: root/dev-ros/urdf
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-07 15:24:12 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-07 15:39:45 +0100
commit0944e2bccd709ad262bf18bed7e686e0e069d34e (patch)
tree239719214ab461b53fc9cfaa3d1e44f0ef286f15 /dev-ros/urdf
parentcd4a821ad083f038d7e5d2458b3f8bcd3dbe23f4 (diff)
downloadgentoo-0944e2bccd709ad262bf18bed7e686e0e069d34e.tar.gz
gentoo-0944e2bccd709ad262bf18bed7e686e0e069d34e.tar.xz
dev-ros/urdf: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/urdf')
-rw-r--r--dev-ros/urdf/Manifest3
-rw-r--r--dev-ros/urdf/files/ns.patch17
-rw-r--r--dev-ros/urdf/files/urdfdom1.patch13
-rw-r--r--dev-ros/urdf/urdf-1.12.3-r1.ebuild36
-rw-r--r--dev-ros/urdf/urdf-1.12.4.ebuild36
-rw-r--r--dev-ros/urdf/urdf-1.12.5.ebuild36
6 files changed, 0 insertions, 141 deletions
diff --git a/dev-ros/urdf/Manifest b/dev-ros/urdf/Manifest
index 9496381de2a..f74e8633029 100644
--- a/dev-ros/urdf/Manifest
+++ b/dev-ros/urdf/Manifest
@@ -1,4 +1 @@
-DIST robot_model-1.12.3.tar.gz 1292139 SHA256 4b2bf070e4d07450fd9977a62c260e8abb40645ff9fcf5f5781f505a8b61b194 SHA512 eae18db87bdd7fc867868493f54f1812358f1a301c88fc7eae611fa75bc2418165b5cb2f5c5839f3cb644d4c1f560f85d84b635ffbecaa631c78a3176d1fb6db WHIRLPOOL c555faee5282942db894866a08aa3a675c6db618fce2acdd1f67d622cf1c0a8e5747f5f9a5217b4fc83997f9bb9125f1c7f2ca6b77e9fd75244f121b48a77f66
-DIST robot_model-1.12.4.tar.gz 1293354 SHA256 e40bd4519fd4010bcde0cb179611a19c04c3a32073830a675090671b4cea0ee5 SHA512 f78bfd9a72d795e301836a7946d87250f4c8be2082593f7a0fb282831152bc8125885f30408ff99823c4dd1d606060b71695c1cc3097dee8870efe0fe862ab0d WHIRLPOOL cff984eec217cd4615f1bf316eaa255f0d7f2c531fede6d4764edd57a11277980b0aad87bee4af7e89b2fc56394c7d457a0bb50b103b22afc4f5f449824293e9
-DIST robot_model-1.12.5.tar.gz 1294607 SHA256 c0784cebf4b5ef38c9bf7a0f6e66f5350aa7e12460d46e2e8c4c9420b40217cc SHA512 4e1952bf9218a1ee1c09c1ff3ad607a9546675874f2d97052a1015fa1c221829e42d95c735dd136e5406fdccdbf969d55a43b318db1fed206c86c2c7a5c5ab86 WHIRLPOOL 38f0150bc4b991c7fef829e0c02c015e603d6162a3986a28433adc1d496d9098efc97f0da15cae32b8316d8677b5e156c64e36304af82f8a94a3b231a027e59c
DIST robot_model-1.12.6.tar.gz 1295666 SHA256 ac335cec5a3706a104411222a2f89ef1862c0ac8caa5ddadd390e9c25641bf27 SHA512 60270b3ec20c0473e9c8d02d661794e253405c836b06cf5c15b65dddf104bfb5e4865463e12232e94548d68eead2b5499eb04c71aee3f851fa9f85dbe733ee12 WHIRLPOOL 6cec339181a6570fbe4e61415d341f5f7404ea69d8d2a4058d5c837fa15f74c7c95a4ee3f74a78fcca624d272995f09aae4ad3a6027178b2c25daa466754adc4
diff --git a/dev-ros/urdf/files/ns.patch b/dev-ros/urdf/files/ns.patch
deleted file mode 100644
index b8d482b1aed..00000000000
--- a/dev-ros/urdf/files/ns.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: urdf/urdfdom_compatibility.h.in
-===================================================================
---- urdf.orig/urdfdom_compatibility.h.in
-+++ urdf/urdfdom_compatibility.h.in
-@@ -75,9 +75,9 @@ URDF_TYPEDEF_CLASS_POINTER(ModelInterfac
-
- #else // urdfdom <= 0.4
-
--typedef std::shared_ptr<ModelInterface> ModelInterfaceSharedPtr;
--typedef std::shared_ptr<const ModelInterface> ModelInterfaceConstSharedPtr;
--typedef std::weak_ptr<ModelInterface> ModelInterfaceWeakPtr;
-+typedef std::shared_ptr<urdf::ModelInterface> ModelInterfaceSharedPtr;
-+typedef std::shared_ptr<const urdf::ModelInterface> ModelInterfaceConstSharedPtr;
-+typedef std::weak_ptr<urdf::ModelInterface> ModelInterfaceWeakPtr;
-
- #endif // urdfdom > 0.4
-
diff --git a/dev-ros/urdf/files/urdfdom1.patch b/dev-ros/urdf/files/urdfdom1.patch
deleted file mode 100644
index aa1d31ce978..00000000000
--- a/dev-ros/urdf/files/urdfdom1.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: urdf/src/model.cpp
-===================================================================
---- urdf.orig/src/model.cpp
-+++ urdf/src/model.cpp
-@@ -136,7 +136,7 @@ bool Model::initXml(TiXmlElement *robot_
-
- bool Model::initString(const std::string& xml_string)
- {
-- boost::shared_ptr<ModelInterface> model;
-+ std::shared_ptr<ModelInterface> model;
-
- // necessary for COLLADA compatibility
- if( IsColladaData(xml_string) ) {
diff --git a/dev-ros/urdf/urdf-1.12.3-r1.ebuild b/dev-ros/urdf/urdf-1.12.3-r1.ebuild
deleted file mode 100644
index eb2263d99d4..00000000000
--- a/dev-ros/urdf/urdf-1.12.3-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin flag-o-matic
-
-DESCRIPTION="C++ parser for the Unified Robot Description Format (URDF)"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-libs/boost:=[threads]
- >=dev-libs/urdfdom-1
- dev-libs/urdfdom_headers
- >=dev-ros/urdf_parser_plugin-1.12.3-r1
- dev-ros/pluginlib
- dev-ros/rosconsole_bridge
- dev-ros/roscpp
- dev-libs/tinyxml
-"
-DEPEND="${RDEPEND}
- dev-ros/cmake_modules
- test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"
-PATCHES=( "${FILESDIR}/urdfdom1.patch" )
-
-src_configure() {
- append-cxxflags -std=c++11
- ros-catkin_src_configure
-}
diff --git a/dev-ros/urdf/urdf-1.12.4.ebuild b/dev-ros/urdf/urdf-1.12.4.ebuild
deleted file mode 100644
index eb2263d99d4..00000000000
--- a/dev-ros/urdf/urdf-1.12.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin flag-o-matic
-
-DESCRIPTION="C++ parser for the Unified Robot Description Format (URDF)"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-libs/boost:=[threads]
- >=dev-libs/urdfdom-1
- dev-libs/urdfdom_headers
- >=dev-ros/urdf_parser_plugin-1.12.3-r1
- dev-ros/pluginlib
- dev-ros/rosconsole_bridge
- dev-ros/roscpp
- dev-libs/tinyxml
-"
-DEPEND="${RDEPEND}
- dev-ros/cmake_modules
- test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"
-PATCHES=( "${FILESDIR}/urdfdom1.patch" )
-
-src_configure() {
- append-cxxflags -std=c++11
- ros-catkin_src_configure
-}
diff --git a/dev-ros/urdf/urdf-1.12.5.ebuild b/dev-ros/urdf/urdf-1.12.5.ebuild
deleted file mode 100644
index 5e70f568f76..00000000000
--- a/dev-ros/urdf/urdf-1.12.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/robot_model"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin flag-o-matic
-
-DESCRIPTION="C++ parser for the Unified Robot Description Format (URDF)"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-libs/boost:=[threads]
- >=dev-libs/urdfdom-1
- dev-libs/urdfdom_headers
- >=dev-ros/urdf_parser_plugin-1.12.3-r1
- dev-ros/pluginlib
- dev-ros/rosconsole_bridge
- dev-ros/roscpp
- dev-libs/tinyxml
-"
-DEPEND="${RDEPEND}
- dev-ros/cmake_modules
- test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"
-PATCHES=( "${FILESDIR}/urdfdom1.patch" "${FILESDIR}/ns.patch" )
-
-src_configure() {
- append-cxxflags -std=c++11
- ros-catkin_src_configure
-}