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/roscpp_core/
Date: Sun, 28 Jan 2018 12:54:51
Message-Id: 1517144072.71fde4f278fd3af00e3a63e1177a607696493c2e.aballier@gentoo
1 commit: 71fde4f278fd3af00e3a63e1177a607696493c2e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 09:44:16 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=71fde4f2
7
8 ros-meta/roscpp_core: Bump to 0.6.8.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 ros-meta/roscpp_core/Manifest | 1 +
13 ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/ros-meta/roscpp_core/Manifest b/ros-meta/roscpp_core/Manifest
17 index a5aa3555812..e1793941287 100644
18 --- a/ros-meta/roscpp_core/Manifest
19 +++ b/ros-meta/roscpp_core/Manifest
20 @@ -1,2 +1,3 @@
21 DIST roscpp_core-0.6.5.tar.gz 34493 BLAKE2B 9804fe6f23192e0e19bfb26e0671ad36189b936701e45755adb0c54e25c1c92dabd6f645bd014451bcd21f45af39be2f1c24727d1231cc52b62caba4d01ca4ff SHA512 32314cac55716b074416fac6665a8dec3a6a64abfac55be709f50b7ca1cbd993797d176bc2aefe2ae8b233b21e8464f330ad31de98bf60edc63149215dcb0cda
22 DIST roscpp_core-0.6.7.tar.gz 34845 BLAKE2B cdb2385069a74d670061bc2245421e31216e1c9ace5c96f83d1875ddcf460f2ad425b10db3330253e2a49f3bc415cf3c72ab885cb121c9477ae54a385893a7b8 SHA512 d93afb6e0e88bb01b13af0334a7977411fac8f89dd06fc69a32b95bab4ead05d6cb564b089ee846fe542be180f6418664f8328a6a9e753a55b34e5a0a1d61bf4
23 +DIST roscpp_core-0.6.8.tar.gz 35003 BLAKE2B 7b4c02652693f76326df83d17164d3268f8b0eda0ddfe8f73d286ae09d7fbb3f8f433ab92527167fb918b55c53aeaa4e26d6876dac51d9d35e0b18b185d89867 SHA512 5fa9f8714059fbc864583662cd411d64470565cc2c372a09a63708a8cc06140d2ce8b84a7025837a49f2c09c7fee5092ec42d5625de4bfd2d9410baf7821b5df
24
25 diff --git a/ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild b/ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild
26 new file mode 100644
27 index 00000000000..c4465ab79b4
28 --- /dev/null
29 +++ b/ros-meta/roscpp_core/roscpp_core-0.6.8.ebuild
30 @@ -0,0 +1,22 @@
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="Underlying data libraries for roscpp messages"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="
47 + dev-ros/cpp_common
48 + dev-ros/rostime
49 + dev-ros/roscpp_traits
50 + dev-ros/roscpp_serialization
51 +"
52 +DEPEND="${RDEPEND}"