Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/pr2_common/
Date: Sat, 05 Dec 2015 15:14:58
Message-Id: 1449328355.ea3a8d7567c8c140eb55185a3d61fb632a38d18b.aballier@gentoo
1 commit: ea3a8d7567c8c140eb55185a3d61fb632a38d18b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 5 15:12:35 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 5 15:12:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3a8d75
7
8 ros-meta/pr2_common: Bump to 1.11.10.
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 ros-meta/pr2_common/Manifest | 1 +
14 ros-meta/pr2_common/pr2_common-1.11.10.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 24 insertions(+)
16
17 diff --git a/ros-meta/pr2_common/Manifest b/ros-meta/pr2_common/Manifest
18 index 81a1f40..408f7ae 100644
19 --- a/ros-meta/pr2_common/Manifest
20 +++ b/ros-meta/pr2_common/Manifest
21 @@ -1 +1,2 @@
22 +DIST pr2_common-1.11.10.tar.gz 33338874 SHA256 e9c50d2b40171b6501752c340d27610657741b6e35680f1cc0a21e45d820a678 SHA512 64288085fe0ebd02941c6da4f3cdf02f65e84f2ef99a6748d9b614d7aaf2a692229f67a175e81a1954dc42e6cb3e430cdc23c54df81934ad6698f019a3cf3748 WHIRLPOOL f9529982ee38fc38f1cc965c62a131e9d73ee7e484acc13b6961240759dc5f336b9a5431e06d083787ee8db0c76a1f411b4628d2eb6776f318109b27476b1078
23 DIST pr2_common-1.11.9.tar.gz 33337556 SHA256 c6134939602c8a81d006bf4a4bfc48bf8746f5eb0c5b12baa1da8c946d1b4ce1 SHA512 44eb4f802a7b6983b621ca5b2c1c0e2516f16992f35902c2fb4afbdc9ffc8e63c1ed647f4ef09fd4cbeef747aba133a55172cec64c3cf9d759d2c83f7ec8a213 WHIRLPOOL ad5d6c543b1faca2ed48a66405eb8d6c17b9ef6352fa16b6fc55f9b093a6b1b7da3e0571ade5a6013c84d3695c16e910549ea2673c36a4179043ea4f085c1e05
24
25 diff --git a/ros-meta/pr2_common/pr2_common-1.11.10.ebuild b/ros-meta/pr2_common/pr2_common-1.11.10.ebuild
26 new file mode 100644
27 index 0000000..3befd2e
28 --- /dev/null
29 +++ b/ros-meta/pr2_common/pr2_common-1.11.10.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2014 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +ROS_REPO_URI="https://github.com/pr2/pr2_common"
37 +KEYWORDS="~amd64"
38 +ROS_SUBDIR=${PN}
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="URDF description and 3D models of robot components of the PR2 robot"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-ros/pr2_msgs
49 + dev-ros/pr2_dashboard_aggregator
50 + dev-ros/pr2_description
51 + dev-ros/pr2_machine
52 +"
53 +DEPEND="${RDEPEND}"