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 4A1211387B1 for ; Tue, 22 Sep 2015 09:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65282E087B; Tue, 22 Sep 2015 09:39:36 +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 A436DE0876 for ; Tue, 22 Sep 2015 09:39:35 +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 E714A34090F for ; Tue, 22 Sep 2015 09:39:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70C3C23B 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: <1442914761.afd2751c87046ce3569122cc6f845a6b812b615c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/std_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/std_msgs/Manifest dev-ros/std_msgs/metadata.xml dev-ros/std_msgs/std_msgs-0.5.9.ebuild dev-ros/std_msgs/std_msgs-9999.ebuild X-VCS-Directories: dev-ros/std_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: afd2751c87046ce3569122cc6f845a6b812b615c 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: 33f6b0b8-7529-4280-b042-a4ad393d59e2 X-Archives-Hash: 9caeae5edca7017de95017602227ff6d commit: afd2751c87046ce3569122cc6f845a6b812b615c Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 09:24:34 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 09:39:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd2751c dev-ros/std_msgs: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/std_msgs/Manifest | 1 + dev-ros/std_msgs/metadata.xml | 5 +++++ dev-ros/std_msgs/std_msgs-0.5.9.ebuild | 20 ++++++++++++++++++++ dev-ros/std_msgs/std_msgs-9999.ebuild | 20 ++++++++++++++++++++ 4 files changed, 46 insertions(+) diff --git a/dev-ros/std_msgs/Manifest b/dev-ros/std_msgs/Manifest new file mode 100644 index 0000000..8fa391e --- /dev/null +++ b/dev-ros/std_msgs/Manifest @@ -0,0 +1 @@ +DIST std_msgs-0.5.9.tar.gz 6553 SHA256 eb855f13c5009145785b090c074718290355baad3439c155589be709f6ee1f25 SHA512 3d9cf59dcf36851a0f760c355a14efd72e54501f78413d688b4b4c79d8381b2b2f91411614c0bc79f2dd056c866748ea8de6d7facb0d8711b10591cc9e69071a WHIRLPOOL 6c61abcfa0ec7d333025be6345da52165bd69815fc8087886b7b347050b25d733f86fb9caafe854b3173d680f9378a85d0e8570fe5d486b2ec3721dcd5099c3b diff --git a/dev-ros/std_msgs/metadata.xml b/dev-ros/std_msgs/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/std_msgs/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/std_msgs/std_msgs-0.5.9.ebuild b/dev-ros/std_msgs/std_msgs-0.5.9.ebuild new file mode 100644 index 0000000..def89fe --- /dev/null +++ b/dev-ros/std_msgs/std_msgs-0.5.9.ebuild @@ -0,0 +1,20 @@ +# 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/std_msgs" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit ${SCM} ros-catkin + +DESCRIPTION="Standard ROS Messages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-ros/std_msgs/std_msgs-9999.ebuild b/dev-ros/std_msgs/std_msgs-9999.ebuild new file mode 100644 index 0000000..def89fe --- /dev/null +++ b/dev-ros/std_msgs/std_msgs-9999.ebuild @@ -0,0 +1,20 @@ +# 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/std_msgs" +CATKIN_HAS_MESSAGES=yes +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit ${SCM} ros-catkin + +DESCRIPTION="Standard ROS Messages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"