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, 06 Feb 2018 19:24:12
Message-Id: 1517945005.2be73ac5861fbfa20e9fb8d7badf69e46ada8e9e.aballier@gentoo
1 commit: 2be73ac5861fbfa20e9fb8d7badf69e46ada8e9e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 5 12:41:25 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 19:23:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be73ac5
7
8 ros-meta/ros: Bump to 1.14.3.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 ros-meta/ros/Manifest | 1 +
13 ros-meta/ros/ros-1.14.3.ebuild | 30 ++++++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/ros-meta/ros/Manifest b/ros-meta/ros/Manifest
17 index 056893f558a..778bc7c7e93 100644
18 --- a/ros-meta/ros/Manifest
19 +++ b/ros-meta/ros/Manifest
20 @@ -1,2 +1,3 @@
21 DIST ros-1.14.1.tar.gz 167768 BLAKE2B 1d4ec3b2af505be4995ade962c8d7c8f165af40b6911986e82d34c79baf8a3b36d553caa35395e006348bbae3e15b551831065b6185373e7451bafd444ac5d66 SHA512 b8d3ea058cd53d5ecd3aa3302ecdd89ef183cb0b58a0f39949e8215ffd7361111e0d926c3c8eb93bab7867d166870e9acc411c931df543f9ba9e5031739a399a
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
25 diff --git a/ros-meta/ros/ros-1.14.3.ebuild b/ros-meta/ros/ros-1.14.3.ebuild
26 new file mode 100644
27 index 00000000000..8380a767a4d
28 --- /dev/null
29 +++ b/ros-meta/ros/ros-1.14.3.ebuild
30 @@ -0,0 +1,30 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +
36 +ROS_REPO_URI="https://github.com/ros/ros"
37 +KEYWORDS="~amd64 ~arm"
38 +ROS_SUBDIR=ros
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="ROS packaging system"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-ros/rosbash
49 + dev-ros/rosboost_cfg
50 + dev-ros/rosclean
51 + dev-ros/roscreate
52 + dev-ros/rosmake
53 + dev-ros/rosunit
54 +
55 + dev-ros/mk
56 + dev-ros/rosbuild
57 + dev-ros/roslang
58 + dev-ros/roslib
59 +"
60 +DEPEND="${RDEPEND}"