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 0F29013881E for ; Wed, 23 Sep 2015 09:44:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CF5EE0857; Wed, 23 Sep 2015 09:44:34 +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 257E6E0852 for ; Wed, 23 Sep 2015 09:44:34 +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 C6E16340693 for ; Wed, 23 Sep 2015 09:44:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B90D207 for ; Wed, 23 Sep 2015 09:44:30 +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: <1443001452.0eb513aab4b0670e06707d2b2b57ace45c187d4c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_geometry/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_geometry/Manifest dev-ros/image_geometry/image_geometry-1.11.8.ebuild dev-ros/image_geometry/image_geometry-9999.ebuild dev-ros/image_geometry/metadata.xml X-VCS-Directories: dev-ros/image_geometry/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0eb513aab4b0670e06707d2b2b57ace45c187d4c X-VCS-Branch: master Date: Wed, 23 Sep 2015 09:44:30 +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: 23bfabd2-ac03-48d7-bbfa-4a4f9addd4e5 X-Archives-Hash: 523b5b3f11de01654bbfa79c49e377a4 commit: 0eb513aab4b0670e06707d2b2b57ace45c187d4c Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 23 08:57:31 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Sep 23 09:44:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb513aa dev-ros/image_geometry: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/image_geometry/Manifest | 1 + .../image_geometry/image_geometry-1.11.8.ebuild | 23 ++++++++++++++++++++++ dev-ros/image_geometry/image_geometry-9999.ebuild | 23 ++++++++++++++++++++++ dev-ros/image_geometry/metadata.xml | 5 +++++ 4 files changed, 52 insertions(+) diff --git a/dev-ros/image_geometry/Manifest b/dev-ros/image_geometry/Manifest new file mode 100644 index 0000000..ae2c9da --- /dev/null +++ b/dev-ros/image_geometry/Manifest @@ -0,0 +1 @@ +DIST vision_opencv-1.11.8.tar.gz 80160 SHA256 0cf0934d4d9bd91e966afc2f25a4e54646016b6628f4fe58e81faee0c58c88c2 SHA512 55ca2554a3736bd5102bfef14562a6bc341d13eb098fbb7d8d050c90b5d397820791aed54a3697f5084a1b629d959c7abc24172a8efbdfc65490ebdbcb548c77 WHIRLPOOL 8b2b9f4968618258ebd6b2d6d0674ca9c24ed5e7d1adcc4cbbf769e13206017ea06fe5172277a19d67c73c88066270a2e259743ee1b63e4cec7ce8508405b8d3 diff --git a/dev-ros/image_geometry/image_geometry-1.11.8.ebuild b/dev-ros/image_geometry/image_geometry-1.11.8.ebuild new file mode 100644 index 0000000..8206647 --- /dev/null +++ b/dev-ros/image_geometry/image_geometry-1.11.8.ebuild @@ -0,0 +1,23 @@ +# 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/vision_opencv" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="C++ and Python libraries for interpreting images geometrically" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + media-libs/opencv + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] dev-cpp/gtest )" diff --git a/dev-ros/image_geometry/image_geometry-9999.ebuild b/dev-ros/image_geometry/image_geometry-9999.ebuild new file mode 100644 index 0000000..8206647 --- /dev/null +++ b/dev-ros/image_geometry/image_geometry-9999.ebuild @@ -0,0 +1,23 @@ +# 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/vision_opencv" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="C++ and Python libraries for interpreting images geometrically" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + media-libs/opencv + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] dev-cpp/gtest )" diff --git a/dev-ros/image_geometry/metadata.xml b/dev-ros/image_geometry/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/image_geometry/metadata.xml @@ -0,0 +1,5 @@ + + + +ros +