From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 40E41139BC7 for ; Wed, 23 Sep 2015 12:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2C0AE0845; Wed, 23 Sep 2015 12:05:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3BDD0E0848 for ; Wed, 23 Sep 2015 12:05:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15A283409E6 for ; Wed, 23 Sep 2015 12:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84D5C207 for ; Wed, 23 Sep 2015 12:05:14 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1443009502.fb8418a627a03b9e03feccb47f6637a269260977.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/depth_image_proc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/depth_image_proc/Manifest dev-ros/depth_image_proc/depth_image_proc-1.12.14.ebuild dev-ros/depth_image_proc/depth_image_proc-9999.ebuild dev-ros/depth_image_proc/metadata.xml X-VCS-Directories: dev-ros/depth_image_proc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: fb8418a627a03b9e03feccb47f6637a269260977 X-VCS-Branch: master Date: Wed, 23 Sep 2015 12:05:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 51e3a154-856d-44fa-a7c2-12aabad97ddb X-Archives-Hash: e5fcfb2917b92b3992174ec70d8debc8 commit: fb8418a627a03b9e03feccb47f6637a269260977 Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 23 11:58:22 2015 +0000 Commit: Alexis Ballier gentoo 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 @@ + + + +ros +