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: Sun, 28 Jan 2018 12:54:50
Message-Id: 1517144072.0e6f8f0c9b54a1ed6e6c207f88a0364a9b4e21fa.aballier@gentoo
1 commit: 0e6f8f0c9b54a1ed6e6c207f88a0364a9b4e21fa
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 09:43:58 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 12:54:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6f8f0c
7
8 dev-ros/cpp_common: Bump to 0.6.8.
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.8.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 ac7b0a6fbfe..d783d293e3e 100644
18 --- a/dev-ros/cpp_common/Manifest
19 +++ b/dev-ros/cpp_common/Manifest
20 @@ -1 +1,2 @@
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
24 diff --git a/dev-ros/cpp_common/cpp_common-0.6.8.ebuild b/dev-ros/cpp_common/cpp_common-0.6.8.ebuild
25 new file mode 100644
26 index 00000000000..4b61973c2c5
27 --- /dev/null
28 +++ b/dev-ros/cpp_common/cpp_common-0.6.8.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +ROS_REPO_URI="https://github.com/ros/roscpp_core"
35 +KEYWORDS="~amd64 ~arm"
36 +ROS_SUBDIR=${PN}
37 +
38 +inherit ros-catkin
39 +
40 +DESCRIPTION="C++ code for doing things that are not necessarily ROS related"
41 +LICENSE="BSD"
42 +SLOT="0"
43 +IUSE=""
44 +
45 +RDEPEND="
46 + dev-libs/console_bridge:=
47 + dev-libs/boost:=[threads]"
48 +DEPEND="${RDEPEND}"