dev-ros/roscpp_serialization: Bump to 0.6.12.
authorAlexis Ballier <aballier@gentoo.org>
Tue, 7 May 2019 10:03:47 +0000 (12:03 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 7 May 2019 10:03:47 +0000 (12:03 +0200)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ros/roscpp_serialization/Manifest
dev-ros/roscpp_serialization/roscpp_serialization-0.6.12.ebuild [new file with mode: 0644]

index a8d54d3523171931c1519c2c97abbc42b5f25c7c..df79aa0fc5598b3453d322cd2d9f93c434ef3f19 100644 (file)
@@ -1 +1,2 @@
 DIST roscpp_core-0.6.11.tar.gz 35153 BLAKE2B 2e13d5100851a0882b2027f7a7b7f4a6c7e8e74fb7ea01bd46ce32daf4a8791fc15f8757dc7298832cca5d0e7389c4702ae9dabcffe1f24902f9b6252a08c47f SHA512 a7d0b6148e0e284b95d12accdb06cba7ab0e7367ee0a88fff4e686af2a065cd92574fd8ec724599e23f5fdd13af5d1b084a453bdd10871e1539f2f7769b92e23
+DIST roscpp_core-0.6.12.tar.gz 35606 BLAKE2B 5f249ce576e046b487a12fc1d598429741329b57f4226a6a0fa7b62e0a5a6fa0716814e0c8cd8a4d4378f8994ca1534530d410a8865d666397328047f12f821d SHA512 a84799ee67cf205c9c304433f70aaf80c8f19eac86bc0c9c3207aa0ae255f33b302b4ad9e37feeb5d95d7e2db9210679871548313612f220e06fef3db2357f89
diff --git a/dev-ros/roscpp_serialization/roscpp_serialization-0.6.12.ebuild b/dev-ros/roscpp_serialization/roscpp_serialization-0.6.12.ebuild
new file mode 100644 (file)
index 0000000..29c448a
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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="Code for serialization"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-ros/cpp_common
+       dev-ros/rostime
+       dev-ros/roscpp_traits
+"
+DEPEND="${RDEPEND}"