commit:     5e35ea4b4bef36c3fcc98e191f8459bcc7377618
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 11:00:18 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 11:18:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e35ea4b

dev-ros/rviz: remove old

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/rviz/Manifest           |  1 -
 dev-ros/rviz/files/libdir.patch | 26 -----------------
 dev-ros/rviz/rviz-1.11.9.ebuild | 62 -----------------------------------------
 3 files changed, 89 deletions(-)

diff --git a/dev-ros/rviz/Manifest b/dev-ros/rviz/Manifest
index a079cba..87d1cc3 100644
--- a/dev-ros/rviz/Manifest
+++ b/dev-ros/rviz/Manifest
@@ -1,2 +1 @@
 DIST rviz-1.11.10.tar.gz 4526836 SHA256 
0b1f91042d9e4c90c7c40602a2f479632f432c7ce40801e5508a0077281eadbe SHA512 
552a7482f90ce70933bbf93aa7dc29e6ef1685998b508dfd60af2c8e60f43d88ae6c1b5a8585494248d79c5ac7c1c1ade784acd1260ef3aea62ee61050fecafe
 WHIRLPOOL 
47dbd86a3f07e6a78808e5abd0f7a5a17c75839e025479f036def64be042b266adb758426f02bde2c0c0c3fd9a764150a742ad0ed42cc90cddcf6bfc0f2b5a0e
-DIST rviz-1.11.9.tar.gz 4525317 SHA256 
b62320ff757f3768240821555df1756cfe59014037d560d7fbc1df61fb6d5c4f SHA512 
b9a65dd0727ea9b4d9185d96b8ce2a0b98d581634d87b9e0a725788260fcd910b0a5a5899329b57074894ecfa5d65909cc997653fda6adb626b92c2042124da2
 WHIRLPOOL 
1d4932c322c08ea098fa9351c76d5a2ea6533325af9a0524f4910984ffd5a91196068546a2f693b2259dd730ee82125bdc6ea8cc239d809f9a410594a12fb8e1

diff --git a/dev-ros/rviz/files/libdir.patch b/dev-ros/rviz/files/libdir.patch
deleted file mode 100644
index 9044ded..0000000
--- a/dev-ros/rviz/files/libdir.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-https://github.com/ros-visualization/rviz/pull/922
-
-commit 2f93b132a63e25e3cece330ebaf16de7a8aa9517
-Author: Alexis Ballier <aball...@gentoo.org>
-Date:   Sat Sep 26 11:39:39 2015 +0200
-
-    python_bindings: sip: Use CATKIN_PACKAGE_LIB_DESTINATION instead of 
hardcoded lib.
-    
-    Fixes build with libdir != lib.
-    https://bugs.gentoo.org/show_bug.cgi?id=561480
-
-diff --git a/src/python_bindings/sip/CMakeLists.txt 
b/src/python_bindings/sip/CMakeLists.txt
-index 6b0c939..c91a6be 100644
---- a/src/python_bindings/sip/CMakeLists.txt
-+++ b/src/python_bindings/sip/CMakeLists.txt
-@@ -42,8 +42,8 @@ include(${python_qt_binding_EXTRAS_DIR}/sip_helper.cmake)
- # maintain context for different named target
- set(rviz_sip_INCLUDE_DIRS ${rviz_INCLUDE_DIRS} "${PROJECT_SOURCE_DIR}/src" 
${catkin_INCLUDE_DIRS})
- set(rviz_sip_LIBRARIES ${rviz_LIBRARIES} ${PROJECT_NAME})
--set(rviz_sip_LIBRARY_DIRS ${rviz_LIBRARY_DIRS} ${CATKIN_DEVEL_PREFIX}/lib)
--set(rviz_sip_LDFLAGS_OTHER ${rviz_LDFLAGS_OTHER} 
-Wl,-rpath,\\"${CATKIN_DEVEL_PREFIX}/lib\\")
-+set(rviz_sip_LIBRARY_DIRS ${rviz_LIBRARY_DIRS} 
${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_LIB_DESTINATION})
-+set(rviz_sip_LDFLAGS_OTHER ${rviz_LDFLAGS_OTHER} 
-Wl,-rpath,\\"${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_LIB_DESTINATION}\\")
- 
- if(sip_helper_FOUND)
-   list(APPEND rviz_BINDINGS "sip")

diff --git a/dev-ros/rviz/rviz-1.11.9.ebuild b/dev-ros/rviz/rviz-1.11.9.ebuild
deleted file mode 100644
index c801bb9..0000000
--- a/dev-ros/rviz/rviz-1.11.9.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-ROS_REPO_URI="https://github.com/ros-visualization/rviz";
-KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="3D visualization tool for ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       dev-libs/boost:=[threads]
-       media-libs/assimp
-       dev-games/ogre
-       virtual/opengl
-       dev-qt/qtgui:4
-       dev-qt/qtopengl:4
-       dev-qt/qtcore:4
-       dev-cpp/eigen:3
-       dev-cpp/yaml-cpp
-
-       dev-ros/angles
-       dev-ros/image_geometry
-       dev-ros/image_transport
-       dev-ros/interactive_markers
-       dev-ros/laser_geometry
-       dev-ros/message_filters
-       dev-ros/pluginlib
-       dev-ros/python_qt_binding[${PYTHON_USEDEP}]
-       dev-ros/resource_retriever
-       dev-ros/rosbag[${PYTHON_USEDEP}]
-       dev-ros/rosconsole
-       dev-ros/roscpp
-       dev-ros/roslib[${PYTHON_USEDEP}]
-       dev-ros/rospy[${PYTHON_USEDEP}]
-       dev-ros/tf
-       dev-ros/urdf
-
-       
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-       dev-ros/map_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-       
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-       
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
-       dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-       dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-       dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       dev-ros/cmake_modules
-       virtual/pkgconfig
-       test? (
-               dev-ros/rostest[${PYTHON_USEDEP}]
-               dev-cpp/gtest
-       )"
-
-PATCHES=( "${FILESDIR}/libdir.patch" )

Reply via email to