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/pr2_description/
Date: Thu, 15 Feb 2018 05:52:14
Message-Id: 1518672717.c9509a6f7b0b633374c6eee0db5468715cca0ba1.aballier@gentoo
1 commit: c9509a6f7b0b633374c6eee0db5468715cca0ba1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 05:31:57 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 05:31:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9509a6f
7
8 dev-ros/pr2_description: Bump to 1.12.1.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ros/pr2_description/Manifest | 1 +
13 .../pr2_description/pr2_description-1.12.1.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-ros/pr2_description/Manifest b/dev-ros/pr2_description/Manifest
17 index 58b23b04379..1551cdfffe8 100644
18 --- a/dev-ros/pr2_description/Manifest
19 +++ b/dev-ros/pr2_description/Manifest
20 @@ -1 +1,2 @@
21 DIST pr2_common-1.12.0.tar.gz 33598910 BLAKE2B 3c44fe6ba6214d0c35ca674f5433a89bb6ba703bf5522615bd67912cb077f7ebf1eb9239fa8f076dc4bd813f89fa341617301ac873166ddbd43243d8e5001661 SHA512 da933ff9521a9337198a890e0ba10281510b861b4bff3023e7d251251f7ef7f8579f86b2992238975329c5c63ecdf00b17e895f1e0dec4e180336860fdd0c921
22 +DIST pr2_common-1.12.1.tar.gz 33597926 BLAKE2B eef3676b2ad029514aef09c09b4e463246397c2fd605b60bdba355e54ce44b1248efe6eef02e0303fd347f8c9b6b8965abafccee07b1f77e70f6e7db4a12a5e5 SHA512 e74be6f0507b1a7ae0fa385a06ff0a960661c5f0ec723bd7ac6d4782d4a61e3b4a95fda5cd09b37ed62ecf72be7c9c55132d3967644211c957c224717bc15485
23
24 diff --git a/dev-ros/pr2_description/pr2_description-1.12.1.ebuild b/dev-ros/pr2_description/pr2_description-1.12.1.ebuild
25 new file mode 100644
26 index 00000000000..afdbbe676ff
27 --- /dev/null
28 +++ b/dev-ros/pr2_description/pr2_description-1.12.1.ebuild
29 @@ -0,0 +1,22 @@
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/pr2/pr2_common"
35 +KEYWORDS="~amd64"
36 +ROS_SUBDIR=${PN}
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Description (mechanical, kinematic, visual, etc.) of the PR2 robot"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="dev-ros/xacro[${PYTHON_USEDEP}]"
47 +DEPEND="${RDEPEND}
48 + dev-ros/convex_decomposition
49 + dev-ros/ivcon
50 + test? ( dev-libs/urdfdom dev-cpp/gtest )"
51 +PATCHES=( "${FILESDIR}/tests.patch" )