public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/depth_image_proc/
Date: Wed, 23 Sep 2015 12:05:14 +0000 (UTC)	[thread overview]
Message-ID: <1443009502.fb8418a627a03b9e03feccb47f6637a269260977.aballier@gentoo> (raw)

commit:     fb8418a627a03b9e03feccb47f6637a269260977
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 11:58:22 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 11:58:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8418a6

dev-ros/depth_image_proc: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 dev-ros/depth_image_proc/Manifest                  |  1 +
 .../depth_image_proc-1.12.14.ebuild                | 29 ++++++++++++++++++++++
 .../depth_image_proc/depth_image_proc-9999.ebuild  | 29 ++++++++++++++++++++++
 dev-ros/depth_image_proc/metadata.xml              |  5 ++++
 4 files changed, 64 insertions(+)

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

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
new file mode 100644
index 0000000..47d48da
--- /dev/null
+++ b/dev-ros/depth_image_proc/depth_image_proc-1.12.14.ebuild
@@ -0,0 +1,29 @@
+# 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="Nodelets for processing depth images such as those produced by OpenNI camera"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cv_bridge
+	dev-ros/eigen_conversions
+	dev-ros/image_geometry
+	dev-ros/image_transport
+	dev-ros/message_filters
+	dev-ros/nodelet
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_ros
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ros/depth_image_proc/depth_image_proc-9999.ebuild b/dev-ros/depth_image_proc/depth_image_proc-9999.ebuild
new file mode 100644
index 0000000..47d48da
--- /dev/null
+++ b/dev-ros/depth_image_proc/depth_image_proc-9999.ebuild
@@ -0,0 +1,29 @@
+# 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="Nodelets for processing depth images such as those produced by OpenNI camera"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cv_bridge
+	dev-ros/eigen_conversions
+	dev-ros/image_geometry
+	dev-ros/image_transport
+	dev-ros/message_filters
+	dev-ros/nodelet
+	dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/tf2
+	dev-ros/tf2_ros
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ros/depth_image_proc/metadata.xml b/dev-ros/depth_image_proc/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/depth_image_proc/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>


             reply	other threads:[~2015-09-23 12:05 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-23 12:05 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-19 12:18 [gentoo-commits] repo/gentoo:master commit in: dev-ros/depth_image_proc/ Alexis Ballier
2016-03-24 11:18 Alexis Ballier
2016-07-18 12:13 Alexis Ballier
2016-07-26 10:04 Alexis Ballier
2017-01-23 12:28 Alexis Ballier
2017-04-17  9:55 Alexis Ballier
2017-05-02 10:22 Alexis Ballier
2017-09-12 11:59 Alexis Ballier
2017-11-07 19:24 Alexis Ballier
2017-12-20 16:54 Alexis Ballier
2018-05-15  6:37 Alexis Ballier
2019-12-10 17:35 Alexis Ballier
2020-07-09 11:45 Alexis Ballier
2020-07-09 11:45 Alexis Ballier
2020-07-09 11:45 Alexis Ballier
2021-01-05 20:03 Alexis Ballier
2022-03-08 18:03 Alexis Ballier
2022-10-27 14:05 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1443009502.fb8418a627a03b9e03feccb47f6637a269260977.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox