From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D12FC1382C5 for ; Fri, 6 Apr 2018 08:50:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 376BEE0924; Fri, 6 Apr 2018 08:50:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 103DDE0924 for ; Fri, 6 Apr 2018 08:50:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1689C335C9E for ; Fri, 6 Apr 2018 08:49:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6290428E for ; Fri, 6 Apr 2018 08:49:55 +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: <1523004585.c4ac6b85d4a5f01e4c803e7e7813f41a0e0bb6c9.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/pluginlib_tutorials-0.1.11.ebuild X-VCS-Directories: dev-ros/pluginlib_tutorials/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c4ac6b85d4a5f01e4c803e7e7813f41a0e0bb6c9 X-VCS-Branch: master Date: Fri, 6 Apr 2018 08:49:55 +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: bc9086c1-e569-457a-8d11-4a52ddca7c8d X-Archives-Hash: 783cab3dc4fcc670197338c2238916f9 commit: c4ac6b85d4a5f01e4c803e7e7813f41a0e0bb6c9 Author: Alexis Ballier gentoo org> AuthorDate: Thu Apr 5 19:39:59 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Apr 6 08:49:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ac6b85 dev-ros/pluginlib_tutorials: Bump to 0.1.11. Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-ros/pluginlib_tutorials/Manifest | 1 + .../pluginlib_tutorials-0.1.11.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-ros/pluginlib_tutorials/Manifest b/dev-ros/pluginlib_tutorials/Manifest index 8789377da06..47670433c9c 100644 --- a/dev-ros/pluginlib_tutorials/Manifest +++ b/dev-ros/pluginlib_tutorials/Manifest @@ -1 +1,2 @@ DIST common_tutorials-0.1.10.tar.gz 12511 BLAKE2B deeb06317c0f56f2496277f488592ba056b82440cb320fc9ea6bd3d2d6b8828301ce03c2f5db9ed1871b4f6a1caa8c874a510c912ab89ef1d05b01f364ee09be SHA512 92a1eb5865ec3b4acc9e04a507f050d9568e583ce6d0a29f3c6ab37f4c2feb5149f1ddd6269ce1a310251f7b4cbfe8a05c7e4c6bf4c3ca21c15d84f1c6f0422b +DIST common_tutorials-0.1.11.tar.gz 12527 BLAKE2B 679cee86aad711677d1ed74320832c7ceb6d66adb34b835a80ad536be7bff517a78ca43e04372de23b491f8156ea3a4c268b4661d74fb1c04130e39033e1b961 SHA512 a42ab4b95eeaf9620ae0987f4e1cc530213b39455dea3ff8d944ac24ee7ed8e321ac8ed4f73b8e4d8d882248a850dface0169a5d521b02b226e6d0cb6016a33a diff --git a/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.11.ebuild b/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.11.ebuild new file mode 100644 index 00000000000..6814fa431ca --- /dev/null +++ b/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.11.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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-libs/tinyxml2:= + dev-libs/console_bridge:= + dev-ros/roscpp + dev-libs/boost:= +" +DEPEND="${RDEPEND}"