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: Mon, 12 Oct 2020 19:08:54
Message-Id: 1602529719.6a4273cafd7b49acbea7b055e14a51b4f4ecfe75.aballier@gentoo
1 commit: 6a4273cafd7b49acbea7b055e14a51b4f4ecfe75
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 12 18:33:22 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 19:08:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4273ca
7
8 ros-meta/pr2_common: Bump to 1.13.0.
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
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.13.0.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/ros-meta/pr2_common/Manifest b/ros-meta/pr2_common/Manifest
18 index 5000a4672af..9a911889852 100644
19 --- a/ros-meta/pr2_common/Manifest
20 +++ b/ros-meta/pr2_common/Manifest
21 @@ -1 +1,2 @@
22 DIST pr2_common-1.12.4.tar.gz 33597360 BLAKE2B 0591c2842720015b6a1ecbbe4fd01b4b0a4d9e2cc07641dabe024b998772f6c963c1bfa73b90d63520da425c9833e49a5c3d58785bf569d86819408616b3c3d0 SHA512 35bd91fdb296b3704f026a1e65d5bf014ce040819b0258210922898348bb8e18d5acacc59a947cadcc7266b7c83a7852f57e12a799a788cc790e434c5192f011
23 +DIST pr2_common-1.13.0.tar.gz 21741522 BLAKE2B a8488526aa8f059a5f3aa9e43cb30600c610a2a63d6689a32e14c39e6077c6ce2411f29ff273d00864970491cf7fab76fd94de3dc5b94bc1a12199c11aa8fe44 SHA512 c62f5c9de1d7bfaa138510633ae16a6255fadd90ae019fab203eedeb1914858287c91d0ffde287ef4df4f7245c6548ccad400ffcc94b342a1f22aec014035bc5
24
25 diff --git a/ros-meta/pr2_common/pr2_common-1.13.0.ebuild b/ros-meta/pr2_common/pr2_common-1.13.0.ebuild
26 new file mode 100644
27 index 00000000000..d232737e2c1
28 --- /dev/null
29 +++ b/ros-meta/pr2_common/pr2_common-1.13.0.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +ROS_REPO_URI="https://github.com/pr2/pr2_common"
36 +KEYWORDS="~amd64"
37 +ROS_SUBDIR=${PN}
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="URDF description and 3D models of robot components of the PR2 robot"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-ros/pr2_msgs
48 + dev-ros/pr2_dashboard_aggregator
49 + dev-ros/pr2_description
50 + dev-ros/pr2_machine
51 +"
52 +DEPEND="${RDEPEND}"