Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/depth_image_proc/
Date: Mon, 23 Jan 2017 12:28:36
Message-Id: 1485174492.a6407c66afdf3443b9873f31139edf646437ae41.aballier@gentoo
1 commit: a6407c66afdf3443b9873f31139edf646437ae41
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 12:19:35 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 23 12:28:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6407c66
7
8 dev-ros/depth_image_proc: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/depth_image_proc/Manifest | 4 ---
13 .../depth_image_proc-1.12.14.ebuild | 29 ----------------------
14 .../depth_image_proc-1.12.15.ebuild | 29 ----------------------
15 .../depth_image_proc-1.12.16.ebuild | 29 ----------------------
16 .../depth_image_proc-1.12.18.ebuild | 29 ----------------------
17 5 files changed, 120 deletions(-)
18
19 diff --git a/dev-ros/depth_image_proc/Manifest b/dev-ros/depth_image_proc/Manifest
20 index 640d400..202746f 100644
21 --- a/dev-ros/depth_image_proc/Manifest
22 +++ b/dev-ros/depth_image_proc/Manifest
23 @@ -1,5 +1 @@
24 -DIST image_pipeline-1.12.14.tar.gz 118296 SHA256 8e3b756932a821b4387b7f86ca9fc5233ebb2a13541b220b866e42ea6f92b17f SHA512 724b6d20edab1436c51a05f4399b852cabab74c5e04dea97f53a256fb512b4dbfc97fd6e7d74d41bfd7d92fe183aa86a993a39b8687c27dc7b7f85d1a1c81b94 WHIRLPOOL 394343ddf299f6c7e26c0a2f45e49edc2c4047a0ccd15885a998fa902bb7373fa44181f06adc222483a285f32df800e0b268485cb2fd98e54956929056868d5d
25 -DIST image_pipeline-1.12.15.tar.gz 122012 SHA256 d9660a5929b69b7801b3a05e092c7a4a5543d45084c9198fdaa9c8a0210db76c SHA512 184805f99020332ad74899ec47abc56144aceef8d4eabf877a4dc85f30befdc78b209407e1be624ba151be3a71be1fafdbd87c771137bee7c080c24935f6c6fa WHIRLPOOL d9ceff4b34767e33fe8eae49076fae133dd8146c2b09fb3ce42c0c902c6d95a06cb990e5f543dfb0215a18b0592193d65c782a45301c18e4f8a34fb35e509449
26 -DIST image_pipeline-1.12.16.tar.gz 126407 SHA256 af0d7e43de48457ca591c4908d5771c116d2838b4bc64fbe49efaa371f44b5b4 SHA512 2e1b77a6267fef2925396b36c8d3fdabcf8c0e61043bbeb066f0923bba867c3f63a9da4a9829d26c502af70ad7ab3dcda6cca14628accc472010af8df4b1153e WHIRLPOOL b746861c95475cadf64a7e0f70f9cad62148a4d6ed8616347812c433244ef6df367bf122089794bf4669b23707dd1718961002fa46516e7ff1ce8ebe3da1b2a2
27 -DIST image_pipeline-1.12.18.tar.gz 127899 SHA256 7f356c7a020d4acf5acd2973180cf356329186606586bd37f8103597a0312b05 SHA512 9a9d671d31d3c6a9343836fa8c7a5566fb9e032330dbc57adeab35510263aca0482a8a8413716e79c49e2e187c3892ab200c92435e8797d4b69e3332771b64da WHIRLPOOL eed95a909a7a9b99cf313ceea4417a80d433f6b6d24053e4f6705993899d5c2b9fd14ef7ad2b07bf584c79a83f45b232b259f3cd8e3eeedcd61d17449667fe47
28 DIST image_pipeline-1.12.19.tar.gz 130635 SHA256 fc3073428fc930523efd6ed4a86d838ab0f0ff04a312eb4188c72a854d300e97 SHA512 f0677e4a811622ffc19792af828f4766408b6a051d271950a8a096d064b043dae1457b2a6f2d59fe5c2971795db04e7abf5e0878ead1428a4da19033693829ba WHIRLPOOL ecb1cdcc07109d3781bb82e88c0fe7e91754b2dfac0bfc7f5d053e6df9ce78b95b4131a9b65715fbce1b44b0acab6f833bd9c0d4f2fb68718fee4f4bfd586c63
29
30 diff --git a/dev-ros/depth_image_proc/depth_image_proc-1.12.14.ebuild b/dev-ros/depth_image_proc/depth_image_proc-1.12.14.ebuild
31 deleted file mode 100644
32 index 47d48da..00000000
33 --- a/dev-ros/depth_image_proc/depth_image_proc-1.12.14.ebuild
34 +++ /dev/null
35 @@ -1,29 +0,0 @@
36 -# Copyright 1999-2014 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Id$
39 -
40 -EAPI=5
41 -ROS_REPO_URI="https://github.com/ros-perception/image_pipeline"
42 -KEYWORDS="~amd64 ~arm"
43 -ROS_SUBDIR=${PN}
44 -
45 -inherit ros-catkin
46 -
47 -DESCRIPTION="Nodelets for processing depth images such as those produced by OpenNI camera"
48 -LICENSE="BSD"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -RDEPEND="
53 - dev-ros/cv_bridge
54 - dev-ros/eigen_conversions
55 - dev-ros/image_geometry
56 - dev-ros/image_transport
57 - dev-ros/message_filters
58 - dev-ros/nodelet
59 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
60 - dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
61 - dev-ros/tf2
62 - dev-ros/tf2_ros
63 -"
64 -DEPEND="${RDEPEND}"
65
66 diff --git a/dev-ros/depth_image_proc/depth_image_proc-1.12.15.ebuild b/dev-ros/depth_image_proc/depth_image_proc-1.12.15.ebuild
67 deleted file mode 100644
68 index 47d48da..00000000
69 --- a/dev-ros/depth_image_proc/depth_image_proc-1.12.15.ebuild
70 +++ /dev/null
71 @@ -1,29 +0,0 @@
72 -# Copyright 1999-2014 Gentoo Foundation
73 -# Distributed under the terms of the GNU General Public License v2
74 -# $Id$
75 -
76 -EAPI=5
77 -ROS_REPO_URI="https://github.com/ros-perception/image_pipeline"
78 -KEYWORDS="~amd64 ~arm"
79 -ROS_SUBDIR=${PN}
80 -
81 -inherit ros-catkin
82 -
83 -DESCRIPTION="Nodelets for processing depth images such as those produced by OpenNI camera"
84 -LICENSE="BSD"
85 -SLOT="0"
86 -IUSE=""
87 -
88 -RDEPEND="
89 - dev-ros/cv_bridge
90 - dev-ros/eigen_conversions
91 - dev-ros/image_geometry
92 - dev-ros/image_transport
93 - dev-ros/message_filters
94 - dev-ros/nodelet
95 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
96 - dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
97 - dev-ros/tf2
98 - dev-ros/tf2_ros
99 -"
100 -DEPEND="${RDEPEND}"
101
102 diff --git a/dev-ros/depth_image_proc/depth_image_proc-1.12.16.ebuild b/dev-ros/depth_image_proc/depth_image_proc-1.12.16.ebuild
103 deleted file mode 100644
104 index 47d48da..00000000
105 --- a/dev-ros/depth_image_proc/depth_image_proc-1.12.16.ebuild
106 +++ /dev/null
107 @@ -1,29 +0,0 @@
108 -# Copyright 1999-2014 Gentoo Foundation
109 -# Distributed under the terms of the GNU General Public License v2
110 -# $Id$
111 -
112 -EAPI=5
113 -ROS_REPO_URI="https://github.com/ros-perception/image_pipeline"
114 -KEYWORDS="~amd64 ~arm"
115 -ROS_SUBDIR=${PN}
116 -
117 -inherit ros-catkin
118 -
119 -DESCRIPTION="Nodelets for processing depth images such as those produced by OpenNI camera"
120 -LICENSE="BSD"
121 -SLOT="0"
122 -IUSE=""
123 -
124 -RDEPEND="
125 - dev-ros/cv_bridge
126 - dev-ros/eigen_conversions
127 - dev-ros/image_geometry
128 - dev-ros/image_transport
129 - dev-ros/message_filters
130 - dev-ros/nodelet
131 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
132 - dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
133 - dev-ros/tf2
134 - dev-ros/tf2_ros
135 -"
136 -DEPEND="${RDEPEND}"
137
138 diff --git a/dev-ros/depth_image_proc/depth_image_proc-1.12.18.ebuild b/dev-ros/depth_image_proc/depth_image_proc-1.12.18.ebuild
139 deleted file mode 100644
140 index 99fb96f..00000000
141 --- a/dev-ros/depth_image_proc/depth_image_proc-1.12.18.ebuild
142 +++ /dev/null
143 @@ -1,29 +0,0 @@
144 -# Copyright 1999-2016 Gentoo Foundation
145 -# Distributed under the terms of the GNU General Public License v2
146 -# $Id$
147 -
148 -EAPI=5
149 -ROS_REPO_URI="https://github.com/ros-perception/image_pipeline"
150 -KEYWORDS="~amd64 ~arm"
151 -ROS_SUBDIR=${PN}
152 -
153 -inherit ros-catkin
154 -
155 -DESCRIPTION="Nodelets for processing depth images such as those produced by OpenNI camera"
156 -LICENSE="BSD"
157 -SLOT="0"
158 -IUSE=""
159 -
160 -RDEPEND="
161 - dev-ros/cv_bridge
162 - dev-ros/eigen_conversions
163 - dev-ros/image_geometry
164 - dev-ros/image_transport
165 - dev-ros/message_filters
166 - dev-ros/nodelet
167 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
168 - dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
169 - dev-ros/tf2
170 - dev-ros/tf2_ros
171 -"
172 -DEPEND="${RDEPEND}"