Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/pluginlib_tutorials/
Date: Fri, 06 Apr 2018 08:50:09
Message-Id: 1523004585.c4ac6b85d4a5f01e4c803e7e7813f41a0e0bb6c9.aballier@gentoo
1 commit: c4ac6b85d4a5f01e4c803e7e7813f41a0e0bb6c9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 19:39:59 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 08:49:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ac6b85
7
8 dev-ros/pluginlib_tutorials: Bump to 0.1.11.
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-ros/pluginlib_tutorials/Manifest | 1 +
13 .../pluginlib_tutorials-0.1.11.ebuild | 23 ++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-ros/pluginlib_tutorials/Manifest b/dev-ros/pluginlib_tutorials/Manifest
17 index 8789377da06..47670433c9c 100644
18 --- a/dev-ros/pluginlib_tutorials/Manifest
19 +++ b/dev-ros/pluginlib_tutorials/Manifest
20 @@ -1 +1,2 @@
21 DIST common_tutorials-0.1.10.tar.gz 12511 BLAKE2B deeb06317c0f56f2496277f488592ba056b82440cb320fc9ea6bd3d2d6b8828301ce03c2f5db9ed1871b4f6a1caa8c874a510c912ab89ef1d05b01f364ee09be SHA512 92a1eb5865ec3b4acc9e04a507f050d9568e583ce6d0a29f3c6ab37f4c2feb5149f1ddd6269ce1a310251f7b4cbfe8a05c7e4c6bf4c3ca21c15d84f1c6f0422b
22 +DIST common_tutorials-0.1.11.tar.gz 12527 BLAKE2B 679cee86aad711677d1ed74320832c7ceb6d66adb34b835a80ad536be7bff517a78ca43e04372de23b491f8156ea3a4c268b4661d74fb1c04130e39033e1b961 SHA512 a42ab4b95eeaf9620ae0987f4e1cc530213b39455dea3ff8d944ac24ee7ed8e321ac8ed4f73b8e4d8d882248a850dface0169a5d521b02b226e6d0cb6016a33a
23
24 diff --git a/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.11.ebuild b/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.11.ebuild
25 new file mode 100644
26 index 00000000000..6814fa431ca
27 --- /dev/null
28 +++ b/dev-ros/pluginlib_tutorials/pluginlib_tutorials-0.1.11.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +ROS_REPO_URI="https://github.com/ros/common_tutorials"
35 +KEYWORDS="~amd64"
36 +ROS_SUBDIR=${PN}
37 +
38 +inherit ros-catkin
39 +
40 +DESCRIPTION="Pluginlib tutorials"
41 +LICENSE="BSD"
42 +SLOT="0"
43 +IUSE=""
44 +
45 +RDEPEND="
46 + dev-ros/pluginlib
47 + dev-libs/tinyxml2:=
48 + dev-libs/console_bridge:=
49 + dev-ros/roscpp
50 + dev-libs/boost:=
51 +"
52 +DEPEND="${RDEPEND}"