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/ros/
Date: Tue, 07 May 2019 10:00:46
Message-Id: 1557223222.984051a3c693d81263e09621cfbef0c379ebf8db.aballier@gentoo
1 commit: 984051a3c693d81263e09621cfbef0c379ebf8db
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 7 09:53:18 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue May 7 10:00:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984051a3
7
8 ros-meta/ros: Bump to 1.14.6.
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 ros-meta/ros/Manifest | 1 +
14 ros-meta/ros/ros-1.14.6.ebuild | 30 ++++++++++++++++++++++++++++++
15 2 files changed, 31 insertions(+)
16
17 diff --git a/ros-meta/ros/Manifest b/ros-meta/ros/Manifest
18 index 9de9fdb8b3a..393dace1f9f 100644
19 --- a/ros-meta/ros/Manifest
20 +++ b/ros-meta/ros/Manifest
21 @@ -2,3 +2,4 @@ DIST ros-1.14.1.tar.gz 167768 BLAKE2B 1d4ec3b2af505be4995ade962c8d7c8f165af40b69
22 DIST ros-1.14.2.tar.gz 167882 BLAKE2B 7aadc3d06b02b58067a805613dd87cab3a97a0d0f2ddd79c496a63d75abba3444e2b624ff17308db910d9e1beca43b67d897f1358fbe4d9484a560da2de987f8 SHA512 9d848140bc694f0f2b86f8c9ef67e0279c5f05a73abe43f54aedb7439c7810346d136445c7195310e5f00e0a0cdfbbf6cbb004e7ab0b1427811ec8b0a73933d5
23 DIST ros-1.14.3.tar.gz 166640 BLAKE2B 191f3455853ff070d7a53352b801adad58b2c32d683994c96ce6dcab297a4032dc1ac313f9be7547596440a4179ecd38f743c4b02cac8326872f450a59847bc1 SHA512 60b8a38765539a7598c9725de56ef859022875c3b2c50636bf0a79c7aca653d0efd487ad60639362c90a6d983d9e76a8fbf565a91d53da21cfb4fa95bf7ac786
24 DIST ros-1.14.4.tar.gz 166818 BLAKE2B cbe56006ba8e318a9b94e67ea2035b209d206b6f2783c9a923c227ad92f932879a14d08cb076168159a5eb190e82e3375a70474ffae6305887086f8c0aaf3599 SHA512 ba6a25b5aae6786a9033ada747293b10e5aab2cf55b68fd8f40090f13dac7615b332993201795d6dac729dce0dcc4438df22f520bdca16c5ed127ad33eca1e9c
25 +DIST ros-1.14.6.tar.gz 174375 BLAKE2B bb3c7b60c1d89ff2b219802c60fbb39ad54cb15250f6c17ef27f64a66e148bbf8da5b836ff38f0a83cf3e2fa3615ce298ef888c95607f6f33d8511a1bb04e6a5 SHA512 f30f33553aeae267b608b705b4e8b2502260ed47e3461c36da265318b5d78369a857e3fb67fc55f20f2dd9010bac6eda213bbe0442a142fbe223ebf34a48ea38
26
27 diff --git a/ros-meta/ros/ros-1.14.6.ebuild b/ros-meta/ros/ros-1.14.6.ebuild
28 new file mode 100644
29 index 00000000000..af26748e2ac
30 --- /dev/null
31 +++ b/ros-meta/ros/ros-1.14.6.ebuild
32 @@ -0,0 +1,30 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=5
37 +
38 +ROS_REPO_URI="https://github.com/ros/ros"
39 +KEYWORDS="~amd64 ~arm"
40 +ROS_SUBDIR=ros
41 +
42 +inherit ros-catkin
43 +
44 +DESCRIPTION="ROS packaging system"
45 +LICENSE="BSD"
46 +SLOT="0"
47 +IUSE=""
48 +
49 +RDEPEND="
50 + dev-ros/rosbash
51 + dev-ros/rosboost_cfg
52 + dev-ros/rosclean
53 + dev-ros/roscreate
54 + dev-ros/rosmake
55 + dev-ros/rosunit
56 +
57 + dev-ros/mk
58 + dev-ros/rosbuild
59 + dev-ros/roslang
60 + dev-ros/roslib
61 +"
62 +DEPEND="${RDEPEND}"