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 C9DE813881B for ; Tue, 22 Sep 2015 16:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3073F21C024; Tue, 22 Sep 2015 16:14:22 +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 B7EE121C024 for ; Tue, 22 Sep 2015 16:14:21 +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 90FEE34087F for ; Tue, 22 Sep 2015 16:14:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88DD5238 for ; Tue, 22 Sep 2015 16:14:17 +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: <1442938180.242284e9e0ab9c8783851fa3e8fcbd08d9df79f9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/pluginlib_tutorials/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/pluginlib_tutorials/Manifest dev-ros/pluginlib_tutorials/metadata.xml dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.8.ebuild dev-ros/pluginlib_tutorials/pluginlib_tutorials-9999.ebuild X-VCS-Directories: dev-ros/pluginlib_tutorials/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 242284e9e0ab9c8783851fa3e8fcbd08d9df79f9 X-VCS-Branch: master Date: Tue, 22 Sep 2015 16:14:17 +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: 65e61c31-11b6-409b-a22f-a8effaa1edff X-Archives-Hash: 93031ca21cfec1d74111ce881a4f4bfa commit: 242284e9e0ab9c8783851fa3e8fcbd08d9df79f9 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 22 16:09:40 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 22 16:09:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242284e9 dev-ros/pluginlib_tutorials: Initial import. Ebuild by me. Package-Manager: portage-2.2.21 dev-ros/pluginlib_tutorials/Manifest | 1 + dev-ros/pluginlib_tutorials/metadata.xml | 5 +++++ .../pluginlib_tutorials-0.1.8.ebuild | 22 ++++++++++++++++++++++ .../pluginlib_tutorials-9999.ebuild | 22 ++++++++++++++++++++++ 4 files changed, 50 insertions(+) diff --git a/dev-ros/pluginlib_tutorials/Manifest b/dev-ros/pluginlib_tutorials/Manifest new file mode 100644 index 0000000..c0f80a8 --- /dev/null +++ b/dev-ros/pluginlib_tutorials/Manifest @@ -0,0 +1 @@ +DIST common_tutorials-0.1.8.tar.gz 10591 SHA256 5be04cdcfbc569d7b89c306628fd4414a3e2972ad2154548df2b86d4056393d9 SHA512 a0a2e8a7aba3415bf133e95e7d1b72cf5ee81efa962003ccaa2108fdfebd2a03044c60fd4daf73ca69f3a2975bd7fa9c60adfefc32d1b048da11e65aa613607c WHIRLPOOL dd60f2c2c760c4f3485ec670af0a0140569535640886268f329e6088fa19279703489b361d51ba9bbd8cb05194f63376b11983e1709e1f5063dc6e28453a0685 diff --git a/dev-ros/pluginlib_tutorials/metadata.xml b/dev-ros/pluginlib_tutorials/metadata.xml new file mode 100644 index 0000000..c42ea5b --- /dev/null +++ b/dev-ros/pluginlib_tutorials/metadata.xml @@ -0,0 +1,5 @@ + + + +ros + diff --git a/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.8.ebuild b/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.8.ebuild new file mode 100644 index 0000000..54ce1c7 --- /dev/null +++ b/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.8.ebuild @@ -0,0 +1,22 @@ +# 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/common_tutorials" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Pluginlib tutorials" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/pluginlib + dev-ros/roscpp + dev-libs/boost:= +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/pluginlib_tutorials/pluginlib_tutorials-9999.ebuild b/dev-ros/pluginlib_tutorials/pluginlib_tutorials-9999.ebuild new file mode 100644 index 0000000..54ce1c7 --- /dev/null +++ b/dev-ros/pluginlib_tutorials/pluginlib_tutorials-9999.ebuild @@ -0,0 +1,22 @@ +# 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/common_tutorials" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Pluginlib tutorials" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/pluginlib + dev-ros/roscpp + dev-libs/boost:= +" +DEPEND="${RDEPEND}"