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 29A2F1387B1 for ; Tue, 22 Sep 2015 09:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75EF121C026; Tue, 22 Sep 2015 09:39:38 +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 92D7A21C020 for ; Tue, 22 Sep 2015 09:39:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E5C53409D0 for ; Tue, 22 Sep 2015 09:39:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E96E7242 for ; Tue, 22 Sep 2015 09:39:32 +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: <1442914764.0ab8d872a2aad58c7160375753fb0eb8b5faccf9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/stereo_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/stereo_msgs/Manifest dev-ros/stereo_msgs/metadata.xml dev-ros/stereo_msgs/stereo_msgs-1.12.3.ebuild dev-ros/stereo_msgs/stereo_msgs-9999.ebuild X-VCS-Directories: dev-ros/stereo_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0ab8d872a2aad58c7160375753fb0eb8b5faccf9 X-VCS-Branch: master Date: Tue, 22 Sep 2015 09:39:32 +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: c80cde42-2d03-40c5-ab5d-92eedb94736f X-Archives-Hash: 3665680d0a41227260dec059944f740f commit: 0ab8d872a2aad58c7160375753fb0eb8b5faccf9 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 09:35:53 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 09:39:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab8d872 dev-ros/stereo_msgs: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/stereo_msgs/Manifest | 1 + dev-ros/stereo_msgs/metadata.xml | 5 +++++ dev-ros/stereo_msgs/stereo_msgs-1.12.3.ebuild | 21 +++++++++++++++++++++ dev-ros/stereo_msgs/stereo_msgs-9999.ebuild | 21 +++++++++++++++++++++ 4 files changed, 48 insertions(+) diff --git a/dev-ros/stereo_msgs/Manifest b/dev-ros/stereo_msgs/Manifest new file mode 100644 index 0000000..42d1c7a --- /dev/null +++ b/dev-ros/stereo_msgs/Manifest @@ -0,0 +1 @@ +DIST common_msgs-1.12.3.tar.gz 55960 SHA256 f31936a854332183dcee43793a35cf26c85ba29280b91b10b54e8c89348b7eb5 SHA512 5c7a7362bb1024409c6da3e228e86d701a8df111481ddb831967b6eb447a32da5108ba7421509896628055ddeb2045441ec625178119aebf53a95cd933939cb7 WHIRLPOOL 2ee9588f14b0892514fcd10480d9ee4fddd03f7941b00d358ded94afca88085f34abad693beadf30fdccc29e7ff00c220531ae360c910773bd5d9c1de95a7c0a diff --git a/dev-ros/stereo_msgs/metadata.xml b/dev-ros/stereo_msgs/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/stereo_msgs/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/stereo_msgs/stereo_msgs-1.12.3.ebuild b/dev-ros/stereo_msgs/stereo_msgs-1.12.3.ebuild new file mode 100644 index 0000000..b7b83ac --- /dev/null +++ b/dev-ros/stereo_msgs/stereo_msgs-1.12.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros/common_msgs" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/sensor_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages specific to stereo processing, such as disparity images" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-ros/stereo_msgs/stereo_msgs-9999.ebuild b/dev-ros/stereo_msgs/stereo_msgs-9999.ebuild new file mode 100644 index 0000000..b7b83ac --- /dev/null +++ b/dev-ros/stereo_msgs/stereo_msgs-9999.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +CATKIN_HAS_MESSAGES=yes +ROS_REPO_URI="https://github.com/ros/common_msgs" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +ROS_SUBDIR=${PN} +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/sensor_msgs" + +inherit ros-catkin + +DESCRIPTION="Messages specific to stereo processing, such as disparity images" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"