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/image_proc/
Date: Mon, 23 Jan 2017 12:28:26
Message-Id: 1485174492.9454a639b05212d8a6583ee0182af140bb404357.aballier@gentoo
1 commit: 9454a639b05212d8a6583ee0182af140bb404357
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 23 12:21:24 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=9454a639
7
8 dev-ros/image_proc: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/image_proc/Manifest | 4 ----
13 dev-ros/image_proc/image_proc-1.12.14.ebuild | 29 ----------------------------
14 dev-ros/image_proc/image_proc-1.12.15.ebuild | 29 ----------------------------
15 dev-ros/image_proc/image_proc-1.12.16.ebuild | 29 ----------------------------
16 dev-ros/image_proc/image_proc-1.12.18.ebuild | 29 ----------------------------
17 5 files changed, 120 deletions(-)
18
19 diff --git a/dev-ros/image_proc/Manifest b/dev-ros/image_proc/Manifest
20 index 640d400..202746f 100644
21 --- a/dev-ros/image_proc/Manifest
22 +++ b/dev-ros/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/image_proc/image_proc-1.12.14.ebuild b/dev-ros/image_proc/image_proc-1.12.14.ebuild
31 deleted file mode 100644
32 index fc4695a..00000000
33 --- a/dev-ros/image_proc/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 -PYTHON_COMPAT=( python2_7 )
44 -ROS_SUBDIR=${PN}
45 -
46 -inherit ros-catkin
47 -
48 -DESCRIPTION="Single image rectification and color processing"
49 -LICENSE="BSD"
50 -SLOT="0"
51 -IUSE=""
52 -
53 -RDEPEND="
54 - dev-ros/cv_bridge
55 - dev-ros/dynamic_reconfigure
56 - dev-ros/image_geometry
57 - dev-ros/image_transport
58 - dev-ros/nodelet
59 - dev-ros/roscpp
60 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
61 - media-libs/opencv
62 - dev-libs/boost:=[threads]
63 -"
64 -DEPEND="${RDEPEND}"
65
66 diff --git a/dev-ros/image_proc/image_proc-1.12.15.ebuild b/dev-ros/image_proc/image_proc-1.12.15.ebuild
67 deleted file mode 100644
68 index fc4695a..00000000
69 --- a/dev-ros/image_proc/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 -PYTHON_COMPAT=( python2_7 )
80 -ROS_SUBDIR=${PN}
81 -
82 -inherit ros-catkin
83 -
84 -DESCRIPTION="Single image rectification and color processing"
85 -LICENSE="BSD"
86 -SLOT="0"
87 -IUSE=""
88 -
89 -RDEPEND="
90 - dev-ros/cv_bridge
91 - dev-ros/dynamic_reconfigure
92 - dev-ros/image_geometry
93 - dev-ros/image_transport
94 - dev-ros/nodelet
95 - dev-ros/roscpp
96 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
97 - media-libs/opencv
98 - dev-libs/boost:=[threads]
99 -"
100 -DEPEND="${RDEPEND}"
101
102 diff --git a/dev-ros/image_proc/image_proc-1.12.16.ebuild b/dev-ros/image_proc/image_proc-1.12.16.ebuild
103 deleted file mode 100644
104 index fc4695a..00000000
105 --- a/dev-ros/image_proc/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 -PYTHON_COMPAT=( python2_7 )
116 -ROS_SUBDIR=${PN}
117 -
118 -inherit ros-catkin
119 -
120 -DESCRIPTION="Single image rectification and color processing"
121 -LICENSE="BSD"
122 -SLOT="0"
123 -IUSE=""
124 -
125 -RDEPEND="
126 - dev-ros/cv_bridge
127 - dev-ros/dynamic_reconfigure
128 - dev-ros/image_geometry
129 - dev-ros/image_transport
130 - dev-ros/nodelet
131 - dev-ros/roscpp
132 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
133 - media-libs/opencv
134 - dev-libs/boost:=[threads]
135 -"
136 -DEPEND="${RDEPEND}"
137
138 diff --git a/dev-ros/image_proc/image_proc-1.12.18.ebuild b/dev-ros/image_proc/image_proc-1.12.18.ebuild
139 deleted file mode 100644
140 index 08dd321..00000000
141 --- a/dev-ros/image_proc/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 -PYTHON_COMPAT=( python2_7 )
152 -ROS_SUBDIR=${PN}
153 -
154 -inherit ros-catkin
155 -
156 -DESCRIPTION="Single image rectification and color processing"
157 -LICENSE="BSD"
158 -SLOT="0"
159 -IUSE=""
160 -
161 -RDEPEND="
162 - dev-ros/cv_bridge
163 - dev-ros/dynamic_reconfigure
164 - dev-ros/image_geometry
165 - dev-ros/image_transport
166 - dev-ros/nodelet
167 - dev-ros/roscpp
168 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
169 - media-libs/opencv
170 - dev-libs/boost:=[threads]
171 -"
172 -DEPEND="${RDEPEND}"