diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:36:19 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:31 +0200 |
commit | 972d6140f92af2c7d395ac16a4c0a8da6f73c376 (patch) | |
tree | 48cbdddb9932dbd228a272384920d9fa4556ab55 /dev-ros | |
parent | dev-ros/image_view: bump eapi (diff) | |
download | gentoo-972d6140f92af2c7d395ac16a4c0a8da6f73c376.tar.gz gentoo-972d6140f92af2c7d395ac16a4c0a8da6f73c376.tar.bz2 gentoo-972d6140f92af2c7d395ac16a4c0a8da6f73c376.zip |
dev-ros/image_view: 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')
-rw-r--r-- | dev-ros/image_view/Manifest | 2 | ||||
-rw-r--r-- | dev-ros/image_view/files/boost170.patch | 13 | ||||
-rw-r--r-- | dev-ros/image_view/image_view-1.12.23.ebuild | 35 | ||||
-rw-r--r-- | dev-ros/image_view/image_view-1.13.0.ebuild | 34 |
4 files changed, 0 insertions, 84 deletions
diff --git a/dev-ros/image_view/Manifest b/dev-ros/image_view/Manifest index 1b784a13a082..f95181cdfa0a 100644 --- a/dev-ros/image_view/Manifest +++ b/dev-ros/image_view/Manifest @@ -1,3 +1 @@ -DIST image_pipeline-1.12.23.tar.gz 139986 BLAKE2B 22349762d6119a2246cb812cce310ebe98b046881ea1192425c4a0ebd7717b8e2768cd4f357ebf905f81e2be9816b7b864ee1040e570d156f9377f51386274a1 SHA512 cb9df1845ae3e7a08788e8f401b8e1b5354cc06f9a4b1aa62d2729c5d84033adbc0049a837236644a0b89951a172b230d4c074bc403bb265ba6cf0ad8016dbdd -DIST image_pipeline-1.13.0.tar.gz 143194 BLAKE2B 618f95271196e37126f158e3454ffb81b1543af1fd87db281f6b8ec00bcf37a812139063318b576c7d39cde7828fc45e3caec24fcbb3e6b4a047d16907427ad2 SHA512 91aeb8e7a14090679e639a65de434c51e8d67f9a9c53bde69f9a5b4f3ae64e5fb1470baf5d2ba33debd2f46cd1699cf69bec53ef2160ea405c46c0e19bb3c3af DIST image_pipeline-1.15.2.tar.gz 147570 BLAKE2B 7e6ecad344e38426148017c4bdd109cdb505201256b811d7479b2fa5f2b6a94f94708ffd0e2a3c273f09fb8db0afdedb6955320bc142e4b48fbf94eeef45b453 SHA512 8fe9fa7759d83b2585589c6667c82b154c6ab748aa1644e8a58c75550e4c581fdea1b42f91a8c64df4eb7a06b33a76e55325268f314f3ec1f06ee38ee7b06bfc diff --git a/dev-ros/image_view/files/boost170.patch b/dev-ros/image_view/files/boost170.patch deleted file mode 100644 index ab52d89c5fad..000000000000 --- a/dev-ros/image_view/files/boost170.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: image_view/CMakeLists.txt -=================================================================== ---- image_view.orig/CMakeLists.txt -+++ image_view/CMakeLists.txt -@@ -5,7 +5,7 @@ find_package(catkin REQUIRED COMPONENTS - generate_dynamic_reconfigure_options(cfg/ImageView.cfg) - - catkin_package(CATKIN_DEPENDS dynamic_reconfigure) --find_package(Boost REQUIRED COMPONENTS signals thread) -+find_package(Boost REQUIRED COMPONENTS thread) - find_package(OpenCV REQUIRED) - - include_directories(${Boost_INCLUDE_DIRS} diff --git a/dev-ros/image_view/image_view-1.12.23.ebuild b/dev-ros/image_view/image_view-1.12.23.ebuild deleted file mode 100644 index b7c4e715c9e9..000000000000 --- a/dev-ros/image_view/image_view-1.12.23.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-perception/image_pipeline" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Simple viewer for ROS image topics" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/boost:=[threads] - media-libs/opencv:= - x11-libs/gtk+:2 - dev-ros/camera_calibration_parsers - >=dev-ros/cv_bridge-1.11.10 - dev-ros/image_transport - dev-ros/message_filters - dev-ros/nodelet - dev-ros/rosconsole - dev-libs/console_bridge:= - dev-ros/roscpp - dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/boost170.patch" ) diff --git a/dev-ros/image_view/image_view-1.13.0.ebuild b/dev-ros/image_view/image_view-1.13.0.ebuild deleted file mode 100644 index b9c0dff05bac..000000000000 --- a/dev-ros/image_view/image_view-1.13.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/ros-perception/image_pipeline" -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Simple viewer for ROS image topics" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND=" - dev-libs/boost:=[threads] - media-libs/opencv:= - x11-libs/gtk+:2 - dev-ros/camera_calibration_parsers - >=dev-ros/cv_bridge-1.11.10 - dev-ros/image_transport - dev-ros/message_filters - dev-ros/nodelet - dev-ros/rosconsole - dev-libs/console_bridge:= - dev-ros/roscpp - dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" |