dev-ros/cpp_common: Bump to 0.6.8.
authorAlexis Ballier <aballier@gentoo.org>
Sun, 28 Jan 2018 09:43:58 +0000 (10:43 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Sun, 28 Jan 2018 12:54:32 +0000 (13:54 +0100)
Package-Manager: Portage-2.3.20, Repoman-2.3.6

dev-ros/cpp_common/Manifest
dev-ros/cpp_common/cpp_common-0.6.8.ebuild [new file with mode: 0644]

index ac7b0a6fbfe3e44de77ae2f22665743542e8cb70..d783d293e3e24e8d2cd1d3b47e180de912877c10 100644 (file)
@@ -1 +1,2 @@
 DIST roscpp_core-0.6.7.tar.gz 34845 BLAKE2B cdb2385069a74d670061bc2245421e31216e1c9ace5c96f83d1875ddcf460f2ad425b10db3330253e2a49f3bc415cf3c72ab885cb121c9477ae54a385893a7b8 SHA512 d93afb6e0e88bb01b13af0334a7977411fac8f89dd06fc69a32b95bab4ead05d6cb564b089ee846fe542be180f6418664f8328a6a9e753a55b34e5a0a1d61bf4
+DIST roscpp_core-0.6.8.tar.gz 35003 BLAKE2B 7b4c02652693f76326df83d17164d3268f8b0eda0ddfe8f73d286ae09d7fbb3f8f433ab92527167fb918b55c53aeaa4e26d6876dac51d9d35e0b18b185d89867 SHA512 5fa9f8714059fbc864583662cd411d64470565cc2c372a09a63708a8cc06140d2ce8b84a7025837a49f2c09c7fee5092ec42d5625de4bfd2d9410baf7821b5df
diff --git a/dev-ros/cpp_common/cpp_common-0.6.8.ebuild b/dev-ros/cpp_common/cpp_common-0.6.8.ebuild
new file mode 100644 (file)
index 0000000..4b61973
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros/roscpp_core"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="C++ code for doing things that are not necessarily ROS related"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-libs/console_bridge:=
+       dev-libs/boost:=[threads]"
+DEPEND="${RDEPEND}"