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/cpp_common/
Date: Tue, 06 Feb 2018 19:24:06
Message-Id: 1517944991.b1e3c5c7999d7b25f11f0a7bc3bbb2fe6889d99e.aballier@gentoo
1 commit: b1e3c5c7999d7b25f11f0a7bc3bbb2fe6889d99e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 5 12:37:01 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 19:23:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e3c5c7
7
8 dev-ros/cpp_common: Bump to 0.6.9.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 dev-ros/cpp_common/Manifest | 1 +
13 dev-ros/cpp_common/cpp_common-0.6.9.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/dev-ros/cpp_common/Manifest b/dev-ros/cpp_common/Manifest
17 index d783d293e3e..805af945359 100644
18 --- a/dev-ros/cpp_common/Manifest
19 +++ b/dev-ros/cpp_common/Manifest
20 @@ -1,2 +1,3 @@
21 DIST roscpp_core-0.6.7.tar.gz 34845 BLAKE2B cdb2385069a74d670061bc2245421e31216e1c9ace5c96f83d1875ddcf460f2ad425b10db3330253e2a49f3bc415cf3c72ab885cb121c9477ae54a385893a7b8 SHA512 d93afb6e0e88bb01b13af0334a7977411fac8f89dd06fc69a32b95bab4ead05d6cb564b089ee846fe542be180f6418664f8328a6a9e753a55b34e5a0a1d61bf4
22 DIST roscpp_core-0.6.8.tar.gz 35003 BLAKE2B 7b4c02652693f76326df83d17164d3268f8b0eda0ddfe8f73d286ae09d7fbb3f8f433ab92527167fb918b55c53aeaa4e26d6876dac51d9d35e0b18b185d89867 SHA512 5fa9f8714059fbc864583662cd411d64470565cc2c372a09a63708a8cc06140d2ce8b84a7025837a49f2c09c7fee5092ec42d5625de4bfd2d9410baf7821b5df
23 +DIST roscpp_core-0.6.9.tar.gz 35069 BLAKE2B 5718611730419de3fd5dbd7c26792857c75306f4155916fe9570e494a0b1f0b9ca167a06654e1d5b1e1d20aa8cbd17c306bc91e7d0e803c8691d78c6c456fcec SHA512 87360695e71a020e869633c19187851242b84686b87842b388273f9874ff72e4e587eaf55dc10d099e55bc8db17c2ae7efdd5a9ff553a006b7f7c4ea5e1c84d9
24
25 diff --git a/dev-ros/cpp_common/cpp_common-0.6.9.ebuild b/dev-ros/cpp_common/cpp_common-0.6.9.ebuild
26 new file mode 100644
27 index 00000000000..4b61973c2c5
28 --- /dev/null
29 +++ b/dev-ros/cpp_common/cpp_common-0.6.9.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +ROS_REPO_URI="https://github.com/ros/roscpp_core"
36 +KEYWORDS="~amd64 ~arm"
37 +ROS_SUBDIR=${PN}
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="C++ code for doing things that are not necessarily ROS related"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-libs/console_bridge:=
48 + dev-libs/boost:=[threads]"
49 +DEPEND="${RDEPEND}"