public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2015-09-23 12:05 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2015-09-23 12:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4efb0441b1179dfd9e9510ff178f3ab81ff48238
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:04:37 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:04:37 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efb0441

ros-meta/image_pipeline: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.12.14.ebuild   | 25 ++++++++++++++++++++++
 ros-meta/image_pipeline/image_pipeline-9999.ebuild | 25 ++++++++++++++++++++++
 ros-meta/image_pipeline/metadata.xml               |  5 +++++
 4 files changed, 56 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
new file mode 100644
index 0000000..0cc1356
--- /dev/null
+++ b/ros-meta/image_pipeline/Manifest
@@ -0,0 +1 @@
+DIST image_pipeline-1.12.14.tar.gz 118296 SHA256 8e3b756932a821b4387b7f86ca9fc5233ebb2a13541b220b866e42ea6f92b17f SHA512 724b6d20edab1436c51a05f4399b852cabab74c5e04dea97f53a256fb512b4dbfc97fd6e7d74d41bfd7d92fe183aa86a993a39b8687c27dc7b7f85d1a1c81b94 WHIRLPOOL 394343ddf299f6c7e26c0a2f45e49edc2c4047a0ccd15885a998fa902bb7373fa44181f06adc222483a285f32df800e0b268485cb2fd98e54956929056868d5d

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.14.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.14.ebuild
new file mode 100644
index 0000000..9552a91
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.12.14.ebuild
@@ -0,0 +1,25 @@
+# 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-perception/image_pipeline"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"

diff --git a/ros-meta/image_pipeline/image_pipeline-9999.ebuild b/ros-meta/image_pipeline/image_pipeline-9999.ebuild
new file mode 100644
index 0000000..9552a91
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-9999.ebuild
@@ -0,0 +1,25 @@
+# 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-perception/image_pipeline"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"

diff --git a/ros-meta/image_pipeline/metadata.xml b/ros-meta/image_pipeline/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/ros-meta/image_pipeline/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ros</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2016-01-19 12:18 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2016-01-19 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b62df9a67692663c7823c15243da283163eab9ec
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 11:40:32 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 12:03:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62df9a6

ros-meta/image_pipeline: Bump to 1.12.15.

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

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.12.15.ebuild   | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index 0cc1356..cf8b7d5 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -1 +1,2 @@
 DIST image_pipeline-1.12.14.tar.gz 118296 SHA256 8e3b756932a821b4387b7f86ca9fc5233ebb2a13541b220b866e42ea6f92b17f SHA512 724b6d20edab1436c51a05f4399b852cabab74c5e04dea97f53a256fb512b4dbfc97fd6e7d74d41bfd7d92fe183aa86a993a39b8687c27dc7b7f85d1a1c81b94 WHIRLPOOL 394343ddf299f6c7e26c0a2f45e49edc2c4047a0ccd15885a998fa902bb7373fa44181f06adc222483a285f32df800e0b268485cb2fd98e54956929056868d5d
+DIST image_pipeline-1.12.15.tar.gz 122012 SHA256 d9660a5929b69b7801b3a05e092c7a4a5543d45084c9198fdaa9c8a0210db76c SHA512 184805f99020332ad74899ec47abc56144aceef8d4eabf877a4dc85f30befdc78b209407e1be624ba151be3a71be1fafdbd87c771137bee7c080c24935f6c6fa WHIRLPOOL d9ceff4b34767e33fe8eae49076fae133dd8146c2b09fb3ce42c0c902c6d95a06cb990e5f543dfb0215a18b0592193d65c782a45301c18e4f8a34fb35e509449

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.15.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.15.ebuild
new file mode 100644
index 0000000..9552a91
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.12.15.ebuild
@@ -0,0 +1,25 @@
+# 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-perception/image_pipeline"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2016-03-24 11:18 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2016-03-24 11:18 UTC (permalink / raw
  To: gentoo-commits

commit:     7feb37d6f61330f6013ddb0f280c3f3a9a7bf945
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 10:43:44 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 11:18:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7feb37d6

ros-meta/image_pipeline: Bump to 1.12.16.

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

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.12.16.ebuild   | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index cf8b7d5..744bb11 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -1,2 +1,3 @@
 DIST image_pipeline-1.12.14.tar.gz 118296 SHA256 8e3b756932a821b4387b7f86ca9fc5233ebb2a13541b220b866e42ea6f92b17f SHA512 724b6d20edab1436c51a05f4399b852cabab74c5e04dea97f53a256fb512b4dbfc97fd6e7d74d41bfd7d92fe183aa86a993a39b8687c27dc7b7f85d1a1c81b94 WHIRLPOOL 394343ddf299f6c7e26c0a2f45e49edc2c4047a0ccd15885a998fa902bb7373fa44181f06adc222483a285f32df800e0b268485cb2fd98e54956929056868d5d
 DIST image_pipeline-1.12.15.tar.gz 122012 SHA256 d9660a5929b69b7801b3a05e092c7a4a5543d45084c9198fdaa9c8a0210db76c SHA512 184805f99020332ad74899ec47abc56144aceef8d4eabf877a4dc85f30befdc78b209407e1be624ba151be3a71be1fafdbd87c771137bee7c080c24935f6c6fa WHIRLPOOL d9ceff4b34767e33fe8eae49076fae133dd8146c2b09fb3ce42c0c902c6d95a06cb990e5f543dfb0215a18b0592193d65c782a45301c18e4f8a34fb35e509449
+DIST image_pipeline-1.12.16.tar.gz 126407 SHA256 af0d7e43de48457ca591c4908d5771c116d2838b4bc64fbe49efaa371f44b5b4 SHA512 2e1b77a6267fef2925396b36c8d3fdabcf8c0e61043bbeb066f0923bba867c3f63a9da4a9829d26c502af70ad7ab3dcda6cca14628accc472010af8df4b1153e WHIRLPOOL b746861c95475cadf64a7e0f70f9cad62148a4d6ed8616347812c433244ef6df367bf122089794bf4669b23707dd1718961002fa46516e7ff1ce8ebe3da1b2a2

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.16.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.16.ebuild
new file mode 100644
index 0000000..9552a91
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.12.16.ebuild
@@ -0,0 +1,25 @@
+# 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-perception/image_pipeline"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2016-07-18 12:13 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2016-07-18 12:13 UTC (permalink / raw
  To: gentoo-commits

commit:     5f9b11ef96b0509afc59f05419d65f339ebc535e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 11:46:20 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 12:13:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9b11ef

ros-meta/image_pipeline: Bump to 1.12.18.

Package-Manager: portage-2.3.0

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.12.18.ebuild   | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index 744bb11..90b13cb 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -1,3 +1,4 @@
 DIST image_pipeline-1.12.14.tar.gz 118296 SHA256 8e3b756932a821b4387b7f86ca9fc5233ebb2a13541b220b866e42ea6f92b17f SHA512 724b6d20edab1436c51a05f4399b852cabab74c5e04dea97f53a256fb512b4dbfc97fd6e7d74d41bfd7d92fe183aa86a993a39b8687c27dc7b7f85d1a1c81b94 WHIRLPOOL 394343ddf299f6c7e26c0a2f45e49edc2c4047a0ccd15885a998fa902bb7373fa44181f06adc222483a285f32df800e0b268485cb2fd98e54956929056868d5d
 DIST image_pipeline-1.12.15.tar.gz 122012 SHA256 d9660a5929b69b7801b3a05e092c7a4a5543d45084c9198fdaa9c8a0210db76c SHA512 184805f99020332ad74899ec47abc56144aceef8d4eabf877a4dc85f30befdc78b209407e1be624ba151be3a71be1fafdbd87c771137bee7c080c24935f6c6fa WHIRLPOOL d9ceff4b34767e33fe8eae49076fae133dd8146c2b09fb3ce42c0c902c6d95a06cb990e5f543dfb0215a18b0592193d65c782a45301c18e4f8a34fb35e509449
 DIST image_pipeline-1.12.16.tar.gz 126407 SHA256 af0d7e43de48457ca591c4908d5771c116d2838b4bc64fbe49efaa371f44b5b4 SHA512 2e1b77a6267fef2925396b36c8d3fdabcf8c0e61043bbeb066f0923bba867c3f63a9da4a9829d26c502af70ad7ab3dcda6cca14628accc472010af8df4b1153e WHIRLPOOL b746861c95475cadf64a7e0f70f9cad62148a4d6ed8616347812c433244ef6df367bf122089794bf4669b23707dd1718961002fa46516e7ff1ce8ebe3da1b2a2
+DIST image_pipeline-1.12.18.tar.gz 127899 SHA256 7f356c7a020d4acf5acd2973180cf356329186606586bd37f8103597a0312b05 SHA512 9a9d671d31d3c6a9343836fa8c7a5566fb9e032330dbc57adeab35510263aca0482a8a8413716e79c49e2e187c3892ab200c92435e8797d4b69e3332771b64da WHIRLPOOL eed95a909a7a9b99cf313ceea4417a80d433f6b6d24053e4f6705993899d5c2b9fd14ef7ad2b07bf584c79a83f45b232b259f3cd8e3eeedcd61d17449667fe47

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.18.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.18.ebuild
new file mode 100644
index 0000000..c638086
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.12.18.ebuild
@@ -0,0 +1,25 @@
+# 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-perception/image_pipeline"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2016-07-26 10:04 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2016-07-26 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     172975a0b1d1d8131cfd40900122064be23ea31c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 10:03:42 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 10:03:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172975a0

ros-meta/image_pipeline: remove old

Package-Manager: portage-2.3.0

 ros-meta/image_pipeline/Manifest                   |  4 ----
 .../image_pipeline/image_pipeline-1.12.14.ebuild   | 25 ----------------------
 .../image_pipeline/image_pipeline-1.12.15.ebuild   | 25 ----------------------
 .../image_pipeline/image_pipeline-1.12.16.ebuild   | 25 ----------------------
 .../image_pipeline/image_pipeline-1.12.18.ebuild   | 25 ----------------------
 5 files changed, 104 deletions(-)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index 640d400..202746f 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -1,5 +1 @@
-DIST image_pipeline-1.12.14.tar.gz 118296 SHA256 8e3b756932a821b4387b7f86ca9fc5233ebb2a13541b220b866e42ea6f92b17f SHA512 724b6d20edab1436c51a05f4399b852cabab74c5e04dea97f53a256fb512b4dbfc97fd6e7d74d41bfd7d92fe183aa86a993a39b8687c27dc7b7f85d1a1c81b94 WHIRLPOOL 394343ddf299f6c7e26c0a2f45e49edc2c4047a0ccd15885a998fa902bb7373fa44181f06adc222483a285f32df800e0b268485cb2fd98e54956929056868d5d
-DIST image_pipeline-1.12.15.tar.gz 122012 SHA256 d9660a5929b69b7801b3a05e092c7a4a5543d45084c9198fdaa9c8a0210db76c SHA512 184805f99020332ad74899ec47abc56144aceef8d4eabf877a4dc85f30befdc78b209407e1be624ba151be3a71be1fafdbd87c771137bee7c080c24935f6c6fa WHIRLPOOL d9ceff4b34767e33fe8eae49076fae133dd8146c2b09fb3ce42c0c902c6d95a06cb990e5f543dfb0215a18b0592193d65c782a45301c18e4f8a34fb35e509449
-DIST image_pipeline-1.12.16.tar.gz 126407 SHA256 af0d7e43de48457ca591c4908d5771c116d2838b4bc64fbe49efaa371f44b5b4 SHA512 2e1b77a6267fef2925396b36c8d3fdabcf8c0e61043bbeb066f0923bba867c3f63a9da4a9829d26c502af70ad7ab3dcda6cca14628accc472010af8df4b1153e WHIRLPOOL b746861c95475cadf64a7e0f70f9cad62148a4d6ed8616347812c433244ef6df367bf122089794bf4669b23707dd1718961002fa46516e7ff1ce8ebe3da1b2a2
-DIST image_pipeline-1.12.18.tar.gz 127899 SHA256 7f356c7a020d4acf5acd2973180cf356329186606586bd37f8103597a0312b05 SHA512 9a9d671d31d3c6a9343836fa8c7a5566fb9e032330dbc57adeab35510263aca0482a8a8413716e79c49e2e187c3892ab200c92435e8797d4b69e3332771b64da WHIRLPOOL eed95a909a7a9b99cf313ceea4417a80d433f6b6d24053e4f6705993899d5c2b9fd14ef7ad2b07bf584c79a83f45b232b259f3cd8e3eeedcd61d17449667fe47
 DIST image_pipeline-1.12.19.tar.gz 130635 SHA256 fc3073428fc930523efd6ed4a86d838ab0f0ff04a312eb4188c72a854d300e97 SHA512 f0677e4a811622ffc19792af828f4766408b6a051d271950a8a096d064b043dae1457b2a6f2d59fe5c2971795db04e7abf5e0878ead1428a4da19033693829ba WHIRLPOOL ecb1cdcc07109d3781bb82e88c0fe7e91754b2dfac0bfc7f5d053e6df9ce78b95b4131a9b65715fbce1b44b0acab6f833bd9c0d4f2fb68718fee4f4bfd586c63

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.14.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.14.ebuild
deleted file mode 100644
index 9552a91..0000000
--- a/ros-meta/image_pipeline/image_pipeline-1.12.14.ebuild
+++ /dev/null
@@ -1,25 +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-perception/image_pipeline"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/camera_calibration
-	dev-ros/depth_image_proc
-	dev-ros/image_proc
-	dev-ros/image_rotate
-	dev-ros/image_view
-	dev-ros/stereo_image_proc
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.15.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.15.ebuild
deleted file mode 100644
index 9552a91..0000000
--- a/ros-meta/image_pipeline/image_pipeline-1.12.15.ebuild
+++ /dev/null
@@ -1,25 +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-perception/image_pipeline"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/camera_calibration
-	dev-ros/depth_image_proc
-	dev-ros/image_proc
-	dev-ros/image_rotate
-	dev-ros/image_view
-	dev-ros/stereo_image_proc
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.16.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.16.ebuild
deleted file mode 100644
index 9552a91..0000000
--- a/ros-meta/image_pipeline/image_pipeline-1.12.16.ebuild
+++ /dev/null
@@ -1,25 +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-perception/image_pipeline"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/camera_calibration
-	dev-ros/depth_image_proc
-	dev-ros/image_proc
-	dev-ros/image_rotate
-	dev-ros/image_view
-	dev-ros/stereo_image_proc
-"
-DEPEND="${RDEPEND}"

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.18.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.18.ebuild
deleted file mode 100644
index c638086..0000000
--- a/ros-meta/image_pipeline/image_pipeline-1.12.18.ebuild
+++ /dev/null
@@ -1,25 +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-perception/image_pipeline"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/camera_calibration
-	dev-ros/depth_image_proc
-	dev-ros/image_proc
-	dev-ros/image_rotate
-	dev-ros/image_view
-	dev-ros/stereo_image_proc
-"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2016-07-26 10:04 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2016-07-26 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     106aea1800be4e575fd7e7840d5de468cb6bf3f9
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 09:30:14 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 10:03:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106aea18

ros-meta/image_pipeline: Bump to 1.12.19.

Package-Manager: portage-2.3.0

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.12.19.ebuild   | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index 90b13cb..640d400 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -2,3 +2,4 @@ DIST image_pipeline-1.12.14.tar.gz 118296 SHA256 8e3b756932a821b4387b7f86ca9fc52
 DIST image_pipeline-1.12.15.tar.gz 122012 SHA256 d9660a5929b69b7801b3a05e092c7a4a5543d45084c9198fdaa9c8a0210db76c SHA512 184805f99020332ad74899ec47abc56144aceef8d4eabf877a4dc85f30befdc78b209407e1be624ba151be3a71be1fafdbd87c771137bee7c080c24935f6c6fa WHIRLPOOL d9ceff4b34767e33fe8eae49076fae133dd8146c2b09fb3ce42c0c902c6d95a06cb990e5f543dfb0215a18b0592193d65c782a45301c18e4f8a34fb35e509449
 DIST image_pipeline-1.12.16.tar.gz 126407 SHA256 af0d7e43de48457ca591c4908d5771c116d2838b4bc64fbe49efaa371f44b5b4 SHA512 2e1b77a6267fef2925396b36c8d3fdabcf8c0e61043bbeb066f0923bba867c3f63a9da4a9829d26c502af70ad7ab3dcda6cca14628accc472010af8df4b1153e WHIRLPOOL b746861c95475cadf64a7e0f70f9cad62148a4d6ed8616347812c433244ef6df367bf122089794bf4669b23707dd1718961002fa46516e7ff1ce8ebe3da1b2a2
 DIST image_pipeline-1.12.18.tar.gz 127899 SHA256 7f356c7a020d4acf5acd2973180cf356329186606586bd37f8103597a0312b05 SHA512 9a9d671d31d3c6a9343836fa8c7a5566fb9e032330dbc57adeab35510263aca0482a8a8413716e79c49e2e187c3892ab200c92435e8797d4b69e3332771b64da WHIRLPOOL eed95a909a7a9b99cf313ceea4417a80d433f6b6d24053e4f6705993899d5c2b9fd14ef7ad2b07bf584c79a83f45b232b259f3cd8e3eeedcd61d17449667fe47
+DIST image_pipeline-1.12.19.tar.gz 130635 SHA256 fc3073428fc930523efd6ed4a86d838ab0f0ff04a312eb4188c72a854d300e97 SHA512 f0677e4a811622ffc19792af828f4766408b6a051d271950a8a096d064b043dae1457b2a6f2d59fe5c2971795db04e7abf5e0878ead1428a4da19033693829ba WHIRLPOOL ecb1cdcc07109d3781bb82e88c0fe7e91754b2dfac0bfc7f5d053e6df9ce78b95b4131a9b65715fbce1b44b0acab6f833bd9c0d4f2fb68718fee4f4bfd586c63

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild
new file mode 100644
index 0000000..c638086
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild
@@ -0,0 +1,25 @@
+# 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-perception/image_pipeline"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2016-07-26 10:04 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2016-07-26 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     3dafcff766e2005bee459e8ecba9e7225786bc4b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 10:03:20 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 10:03:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dafcff7

ros-meta/image_pipeline: add dep on image_publisher as it is part of the metapackage.

Package-Manager: portage-2.3.0

 ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild | 1 +
 ros-meta/image_pipeline/image_pipeline-9999.ebuild    | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild
index c638086..105c210 100644
--- a/ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild
+++ b/ros-meta/image_pipeline/image_pipeline-1.12.19.ebuild
@@ -18,6 +18,7 @@ RDEPEND="
 	dev-ros/camera_calibration
 	dev-ros/depth_image_proc
 	dev-ros/image_proc
+	dev-ros/image_publisher
 	dev-ros/image_rotate
 	dev-ros/image_view
 	dev-ros/stereo_image_proc

diff --git a/ros-meta/image_pipeline/image_pipeline-9999.ebuild b/ros-meta/image_pipeline/image_pipeline-9999.ebuild
index 9552a91..105c210 100644
--- a/ros-meta/image_pipeline/image_pipeline-9999.ebuild
+++ b/ros-meta/image_pipeline/image_pipeline-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,6 +18,7 @@ RDEPEND="
 	dev-ros/camera_calibration
 	dev-ros/depth_image_proc
 	dev-ros/image_proc
+	dev-ros/image_publisher
 	dev-ros/image_rotate
 	dev-ros/image_view
 	dev-ros/stereo_image_proc


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2017-05-02 10:22 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-05-02 10:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6645099da026c228b16b57ff4ac6e2e48add4dbf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 09:55:38 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  2 10:21:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6645099d

ros-meta/image_pipeline: Bump to 1.12.20.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.12.20.ebuild   | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index 202746fbd20..b50ff7ba4d9 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -1 +1,2 @@
 DIST image_pipeline-1.12.19.tar.gz 130635 SHA256 fc3073428fc930523efd6ed4a86d838ab0f0ff04a312eb4188c72a854d300e97 SHA512 f0677e4a811622ffc19792af828f4766408b6a051d271950a8a096d064b043dae1457b2a6f2d59fe5c2971795db04e7abf5e0878ead1428a4da19033693829ba WHIRLPOOL ecb1cdcc07109d3781bb82e88c0fe7e91754b2dfac0bfc7f5d053e6df9ce78b95b4131a9b65715fbce1b44b0acab6f833bd9c0d4f2fb68718fee4f4bfd586c63
+DIST image_pipeline-1.12.20.tar.gz 137888 SHA256 b69307689c7fb4e62464254fc24ede26c85087b51519f0b43a33e995dabe1a53 SHA512 37a45cfcc8bdb8b40477860e29f72671d423d4531156f5901128c32a6c41d27f235cdac216502d614ab7ddab5e66c2f343baaa0fd22cf83cb38e667fbbc111c5 WHIRLPOOL 8dda5d84af0929a983e6a2cb54697ee50d3036399a05bff50ae711fb4e8638e8763de407b65beb14d65b2cd48e3b200c84af95cee7da48609448f102d0bfdadc

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.20.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.20.ebuild
new file mode 100644
index 00000000000..e534a16e7b7
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.12.20.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_publisher
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2017-11-07 19:24 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-11-07 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c3d798968d8045b4fe8574d1b568b57f98cc4a8f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 19:20:39 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 19:23:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d79896

ros-meta/image_pipeline: Bump to 1.12.21.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.12.21.ebuild   | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index b50ff7ba4d9..fe129ee2a3c 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -1,2 +1,3 @@
 DIST image_pipeline-1.12.19.tar.gz 130635 SHA256 fc3073428fc930523efd6ed4a86d838ab0f0ff04a312eb4188c72a854d300e97 SHA512 f0677e4a811622ffc19792af828f4766408b6a051d271950a8a096d064b043dae1457b2a6f2d59fe5c2971795db04e7abf5e0878ead1428a4da19033693829ba WHIRLPOOL ecb1cdcc07109d3781bb82e88c0fe7e91754b2dfac0bfc7f5d053e6df9ce78b95b4131a9b65715fbce1b44b0acab6f833bd9c0d4f2fb68718fee4f4bfd586c63
 DIST image_pipeline-1.12.20.tar.gz 137888 SHA256 b69307689c7fb4e62464254fc24ede26c85087b51519f0b43a33e995dabe1a53 SHA512 37a45cfcc8bdb8b40477860e29f72671d423d4531156f5901128c32a6c41d27f235cdac216502d614ab7ddab5e66c2f343baaa0fd22cf83cb38e667fbbc111c5 WHIRLPOOL 8dda5d84af0929a983e6a2cb54697ee50d3036399a05bff50ae711fb4e8638e8763de407b65beb14d65b2cd48e3b200c84af95cee7da48609448f102d0bfdadc
+DIST image_pipeline-1.12.21.tar.gz 139264 SHA256 5e358bbbd3283e7f6175fbe55b965b8028e81b95ca54c5ae7a551833b7c61d3e SHA512 76f06e7a1effb3098454496e01a8c14b34a37a3ea96ac51a0deb860b6891b37d354dcf7d9c06389476decaa90c3097c4495e34d04f70ad6a571fc5469eda2f6c WHIRLPOOL a682666c96bdd95ffdad48c25e4b0109014957ca56c4c265d923c8ff35005bfbddfededd639d6694b229f60beac75f04f02b8ab1e654213ee312393038aab4cd

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.21.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.21.ebuild
new file mode 100644
index 00000000000..e534a16e7b7
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.12.21.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_publisher
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2017-12-20 16:54 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2017-12-20 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     accf98f90b347e111e7c1198c51a73a980312434
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 16:11:25 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 16:53:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accf98f9

ros-meta/image_pipeline: Bump to 1.12.22.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.12.22.ebuild   | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index b26484c5f5a..c825d78f9f4 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -1,3 +1,4 @@
 DIST image_pipeline-1.12.19.tar.gz 130635 BLAKE2B 23709220248c86900c092a94a688cb428ceb58aba621e078cece903038345339e75706b0496aacd616e8a5e67522fff781d6a48022f8e6c231bb76eed9417b6e SHA512 f0677e4a811622ffc19792af828f4766408b6a051d271950a8a096d064b043dae1457b2a6f2d59fe5c2971795db04e7abf5e0878ead1428a4da19033693829ba
 DIST image_pipeline-1.12.20.tar.gz 137888 BLAKE2B 2fa362acf59e545c794136262bab98bd5bf5c9025306df5b3f46fd4f498a13c99ef902653f8725564e02f6d1178ba7b77f973d248e4229c80251ad8f5747fb56 SHA512 37a45cfcc8bdb8b40477860e29f72671d423d4531156f5901128c32a6c41d27f235cdac216502d614ab7ddab5e66c2f343baaa0fd22cf83cb38e667fbbc111c5
 DIST image_pipeline-1.12.21.tar.gz 139264 BLAKE2B 0b60057d35a250b0f4938ad79d893b922501d9416a6a7122c49023f632affd06c1c82bfddff0f10bbebe683d8dd50eb4d947d5086a8bb6935da98f8a2d146eed SHA512 76f06e7a1effb3098454496e01a8c14b34a37a3ea96ac51a0deb860b6891b37d354dcf7d9c06389476decaa90c3097c4495e34d04f70ad6a571fc5469eda2f6c
+DIST image_pipeline-1.12.22.tar.gz 139237 BLAKE2B 9c4ad324494f7e9db935cceed562840bb7ed7af730655398c9ac410722faf7d6747010ef0bbee55f14b555b6b2a6756de3edde31d84c3ae3fad123cea4a85bfe SHA512 34c17bd13625dc0a3c94639ce5ea17cc7674b0035b425c10020178d08037fb4fd081a84d7e83c75822f58c0ba2faead351702dbbc75c821d2f8c17bda351c560

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.22.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.22.ebuild
new file mode 100644
index 00000000000..e534a16e7b7
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.12.22.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_publisher
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2018-05-15  6:37 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2018-05-15  6:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2f9ca3ccb98ca8ecc467860ab36f801dd74ede22
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May 15 06:21:31 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May 15 06:21:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9ca3cc

ros-meta/image_pipeline: Bump to 1.12.23.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.12.23.ebuild   | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index c825d78f9f4..b9c78adb7ff 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -2,3 +2,4 @@ DIST image_pipeline-1.12.19.tar.gz 130635 BLAKE2B 23709220248c86900c092a94a688cb
 DIST image_pipeline-1.12.20.tar.gz 137888 BLAKE2B 2fa362acf59e545c794136262bab98bd5bf5c9025306df5b3f46fd4f498a13c99ef902653f8725564e02f6d1178ba7b77f973d248e4229c80251ad8f5747fb56 SHA512 37a45cfcc8bdb8b40477860e29f72671d423d4531156f5901128c32a6c41d27f235cdac216502d614ab7ddab5e66c2f343baaa0fd22cf83cb38e667fbbc111c5
 DIST image_pipeline-1.12.21.tar.gz 139264 BLAKE2B 0b60057d35a250b0f4938ad79d893b922501d9416a6a7122c49023f632affd06c1c82bfddff0f10bbebe683d8dd50eb4d947d5086a8bb6935da98f8a2d146eed SHA512 76f06e7a1effb3098454496e01a8c14b34a37a3ea96ac51a0deb860b6891b37d354dcf7d9c06389476decaa90c3097c4495e34d04f70ad6a571fc5469eda2f6c
 DIST image_pipeline-1.12.22.tar.gz 139237 BLAKE2B 9c4ad324494f7e9db935cceed562840bb7ed7af730655398c9ac410722faf7d6747010ef0bbee55f14b555b6b2a6756de3edde31d84c3ae3fad123cea4a85bfe SHA512 34c17bd13625dc0a3c94639ce5ea17cc7674b0035b425c10020178d08037fb4fd081a84d7e83c75822f58c0ba2faead351702dbbc75c821d2f8c17bda351c560
+DIST image_pipeline-1.12.23.tar.gz 139986 BLAKE2B 22349762d6119a2246cb812cce310ebe98b046881ea1192425c4a0ebd7717b8e2768cd4f357ebf905f81e2be9816b7b864ee1040e570d156f9377f51386274a1 SHA512 cb9df1845ae3e7a08788e8f401b8e1b5354cc06f9a4b1aa62d2729c5d84033adbc0049a837236644a0b89951a172b230d4c074bc403bb265ba6cf0ad8016dbdd

diff --git a/ros-meta/image_pipeline/image_pipeline-1.12.23.ebuild b/ros-meta/image_pipeline/image_pipeline-1.12.23.ebuild
new file mode 100644
index 00000000000..dfff0cada7d
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.12.23.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_publisher
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2019-12-10 17:35 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2019-12-10 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c12efabc722907e1305c3de9281f9da1fdcc837b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 15:52:32 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 17:34:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12efabc

ros-meta/image_pipeline: Bump to 1.13.0.

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.13.0.ebuild    | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index b9c78adb7ff..028da04a192 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -3,3 +3,4 @@ DIST image_pipeline-1.12.20.tar.gz 137888 BLAKE2B 2fa362acf59e545c794136262bab98
 DIST image_pipeline-1.12.21.tar.gz 139264 BLAKE2B 0b60057d35a250b0f4938ad79d893b922501d9416a6a7122c49023f632affd06c1c82bfddff0f10bbebe683d8dd50eb4d947d5086a8bb6935da98f8a2d146eed SHA512 76f06e7a1effb3098454496e01a8c14b34a37a3ea96ac51a0deb860b6891b37d354dcf7d9c06389476decaa90c3097c4495e34d04f70ad6a571fc5469eda2f6c
 DIST image_pipeline-1.12.22.tar.gz 139237 BLAKE2B 9c4ad324494f7e9db935cceed562840bb7ed7af730655398c9ac410722faf7d6747010ef0bbee55f14b555b6b2a6756de3edde31d84c3ae3fad123cea4a85bfe SHA512 34c17bd13625dc0a3c94639ce5ea17cc7674b0035b425c10020178d08037fb4fd081a84d7e83c75822f58c0ba2faead351702dbbc75c821d2f8c17bda351c560
 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

diff --git a/ros-meta/image_pipeline/image_pipeline-1.13.0.ebuild b/ros-meta/image_pipeline/image_pipeline-1.13.0.ebuild
new file mode 100644
index 00000000000..aa3c6ad2e20
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.13.0.ebuild
@@ -0,0 +1,25 @@
+# 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"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_publisher
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2020-07-09 11:45 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2020-07-09 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     fc90b9dbe11fe7990250afe1b7a86f23673f7ad4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  9 11:13:47 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul  9 11:45:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc90b9db

ros-meta/image_pipeline: Bump to 1.15.2.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.15.2.ebuild    | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index 028da04a192..3854f0451b9 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -4,3 +4,4 @@ DIST image_pipeline-1.12.21.tar.gz 139264 BLAKE2B 0b60057d35a250b0f4938ad79d893b
 DIST image_pipeline-1.12.22.tar.gz 139237 BLAKE2B 9c4ad324494f7e9db935cceed562840bb7ed7af730655398c9ac410722faf7d6747010ef0bbee55f14b555b6b2a6756de3edde31d84c3ae3fad123cea4a85bfe SHA512 34c17bd13625dc0a3c94639ce5ea17cc7674b0035b425c10020178d08037fb4fd081a84d7e83c75822f58c0ba2faead351702dbbc75c821d2f8c17bda351c560
 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/ros-meta/image_pipeline/image_pipeline-1.15.2.ebuild b/ros-meta/image_pipeline/image_pipeline-1.15.2.ebuild
new file mode 100644
index 00000000000..3b6119d3345
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.15.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 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"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between getting raw images from a camera driver and higher-level vision processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_publisher
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2021-01-05 20:03 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2021-01-05 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a4c39081af02265c0255053acba3e33909f4e30f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 19:55:43 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 20:03:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c39081

ros-meta/image_pipeline: Bump to 1.15.3.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.15.3.ebuild    | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index f95181cdfa0..4008f263090 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -1 +1,2 @@
 DIST image_pipeline-1.15.2.tar.gz 147570 BLAKE2B 7e6ecad344e38426148017c4bdd109cdb505201256b811d7479b2fa5f2b6a94f94708ffd0e2a3c273f09fb8db0afdedb6955320bc142e4b48fbf94eeef45b453 SHA512 8fe9fa7759d83b2585589c6667c82b154c6ab748aa1644e8a58c75550e4c581fdea1b42f91a8c64df4eb7a06b33a76e55325268f314f3ec1f06ee38ee7b06bfc
+DIST image_pipeline-1.15.3.tar.gz 150900 BLAKE2B 75bce8146c5273d5896ccb226bb9223f696f341089948aa44bbc932af15a1c80e6a5dbc036b4a37dcaecfca6a3e896df0935dcfb8305e23cc1a73fa77cef7a2e SHA512 9e1d21d1a43e932078938aeca4e5e6902e36e6d034a467cbd69734e318e5c4a689cb133acc7f8098f4ca928312661eb5b2aa7fae38e3d2a904b0e34889da0d32

diff --git a/ros-meta/image_pipeline/image_pipeline-1.15.3.ebuild b/ros-meta/image_pipeline/image_pipeline-1.15.3.ebuild
new file mode 100644
index 00000000000..7fbe39c6bcd
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.15.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-perception/image_pipeline"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between raw images from a camera and higher-level processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_publisher
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2022-03-08 18:03 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2022-03-08 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ae535852d79169f85bf085ac5348d47557386864
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 16:19:29 2022 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 18:03:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae535852

ros-meta/image_pipeline: Bump to 1.16.0.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.16.0.ebuild    | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index 4008f263090f..66299b03e6f1 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -1,2 +1,3 @@
 DIST image_pipeline-1.15.2.tar.gz 147570 BLAKE2B 7e6ecad344e38426148017c4bdd109cdb505201256b811d7479b2fa5f2b6a94f94708ffd0e2a3c273f09fb8db0afdedb6955320bc142e4b48fbf94eeef45b453 SHA512 8fe9fa7759d83b2585589c6667c82b154c6ab748aa1644e8a58c75550e4c581fdea1b42f91a8c64df4eb7a06b33a76e55325268f314f3ec1f06ee38ee7b06bfc
 DIST image_pipeline-1.15.3.tar.gz 150900 BLAKE2B 75bce8146c5273d5896ccb226bb9223f696f341089948aa44bbc932af15a1c80e6a5dbc036b4a37dcaecfca6a3e896df0935dcfb8305e23cc1a73fa77cef7a2e SHA512 9e1d21d1a43e932078938aeca4e5e6902e36e6d034a467cbd69734e318e5c4a689cb133acc7f8098f4ca928312661eb5b2aa7fae38e3d2a904b0e34889da0d32
+DIST image_pipeline-1.16.0.tar.gz 152681 BLAKE2B 6b11a07f07e8a29e601796570f404403d9acf1b31382d6d0353b2ac891c0f3345f3039bbb5bb7b3c41b10bf0478cad7a1d5590b7bbeee003aeff58437781d2e9 SHA512 909e115b150fb98a7cfa6d351b46072d92fccbded3ee15ba79135dae12d4cedf004b4c791a4c87540c74a6ad87e3947c9031e6539d09dee77527518d2b08cd18

diff --git a/ros-meta/image_pipeline/image_pipeline-1.16.0.ebuild b/ros-meta/image_pipeline/image_pipeline-1.16.0.ebuild
new file mode 100644
index 000000000000..2b6268fcea56
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.16.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-perception/image_pipeline"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between raw images from a camera and higher-level processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_publisher
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/
@ 2022-10-27 14:05 Alexis Ballier
  0 siblings, 0 replies; 16+ messages in thread
From: Alexis Ballier @ 2022-10-27 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     99e79e93b51afcee40073a5c9285be7f1ef76c40
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 13:16:06 2022 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 14:05:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e79e93

ros-meta/image_pipeline: Bump to 1.17.0.

Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 ros-meta/image_pipeline/Manifest                   |  1 +
 .../image_pipeline/image_pipeline-1.17.0.ebuild    | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index 66299b03e6f1..263e9c0bcf76 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -1,3 +1,4 @@
 DIST image_pipeline-1.15.2.tar.gz 147570 BLAKE2B 7e6ecad344e38426148017c4bdd109cdb505201256b811d7479b2fa5f2b6a94f94708ffd0e2a3c273f09fb8db0afdedb6955320bc142e4b48fbf94eeef45b453 SHA512 8fe9fa7759d83b2585589c6667c82b154c6ab748aa1644e8a58c75550e4c581fdea1b42f91a8c64df4eb7a06b33a76e55325268f314f3ec1f06ee38ee7b06bfc
 DIST image_pipeline-1.15.3.tar.gz 150900 BLAKE2B 75bce8146c5273d5896ccb226bb9223f696f341089948aa44bbc932af15a1c80e6a5dbc036b4a37dcaecfca6a3e896df0935dcfb8305e23cc1a73fa77cef7a2e SHA512 9e1d21d1a43e932078938aeca4e5e6902e36e6d034a467cbd69734e318e5c4a689cb133acc7f8098f4ca928312661eb5b2aa7fae38e3d2a904b0e34889da0d32
 DIST image_pipeline-1.16.0.tar.gz 152681 BLAKE2B 6b11a07f07e8a29e601796570f404403d9acf1b31382d6d0353b2ac891c0f3345f3039bbb5bb7b3c41b10bf0478cad7a1d5590b7bbeee003aeff58437781d2e9 SHA512 909e115b150fb98a7cfa6d351b46072d92fccbded3ee15ba79135dae12d4cedf004b4c791a4c87540c74a6ad87e3947c9031e6539d09dee77527518d2b08cd18
+DIST image_pipeline-1.17.0.tar.gz 154211 BLAKE2B 221c549d6794f3567706e724a48d52fa4d7f395b30f477a12750f4707d70782496a0110df9f89e83aa11ea95dbd65acab18eff13a8beb026091abd209370cbd4 SHA512 c5bc227f13415f6fe31eb2cee015f8671433b427044b8f8842d0e5d1ef19aff21f66e40945bb09227442ab5c4c49aae3217b56dac03b358804567cff4189efeb

diff --git a/ros-meta/image_pipeline/image_pipeline-1.17.0.ebuild b/ros-meta/image_pipeline/image_pipeline-1.17.0.ebuild
new file mode 100644
index 000000000000..2b6268fcea56
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.17.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-perception/image_pipeline"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between raw images from a camera and higher-level processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/camera_calibration
+	dev-ros/depth_image_proc
+	dev-ros/image_proc
+	dev-ros/image_publisher
+	dev-ros/image_rotate
+	dev-ros/image_view
+	dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-10-27 14:05 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-24 11:18 [gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2022-10-27 14:05 Alexis Ballier
2022-03-08 18:03 Alexis Ballier
2021-01-05 20:03 Alexis Ballier
2020-07-09 11:45 Alexis Ballier
2019-12-10 17:35 Alexis Ballier
2018-05-15  6:37 Alexis Ballier
2017-12-20 16:54 Alexis Ballier
2017-11-07 19:24 Alexis Ballier
2017-05-02 10:22 Alexis Ballier
2016-07-26 10:04 Alexis Ballier
2016-07-26 10:04 Alexis Ballier
2016-07-26 10:04 Alexis Ballier
2016-07-18 12:13 Alexis Ballier
2016-01-19 12:18 Alexis Ballier
2015-09-23 12:05 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox