From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8349859CA3 for ; Thu, 10 Mar 2016 10:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D508F21C0EC; Thu, 10 Mar 2016 10:35:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42A0721C0EA for ; Thu, 10 Mar 2016 10:35:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 603DF340948 for ; Thu, 10 Mar 2016 10:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13714209A for ; Thu, 10 Mar 2016 10:35:10 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1457606091.2fa3d51b545d182902fdd4094c68af62223d9af5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/roscpp_serialization/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/roscpp_serialization/Manifest dev-ros/roscpp_serialization/roscpp_serialization-0.5.7.ebuild X-VCS-Directories: dev-ros/roscpp_serialization/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2fa3d51b545d182902fdd4094c68af62223d9af5 X-VCS-Branch: master Date: Thu, 10 Mar 2016 10:35:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f12abe4b-764f-453d-a823-d4d737045a5c X-Archives-Hash: 84917db5a0eb76ab139d7d0e3748165e commit: 2fa3d51b545d182902fdd4094c68af62223d9af5 Author: Alexis Ballier gentoo org> AuthorDate: Thu Mar 10 09:47:49 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Mar 10 10:34:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa3d51b dev-ros/roscpp_serialization: Bump to 0.5.7. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/roscpp_serialization/Manifest | 1 + .../roscpp_serialization-0.5.7.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-ros/roscpp_serialization/Manifest b/dev-ros/roscpp_serialization/Manifest index 3fcf6e4..c28f6ba 100644 --- a/dev-ros/roscpp_serialization/Manifest +++ b/dev-ros/roscpp_serialization/Manifest @@ -1 +1,2 @@ DIST roscpp_core-0.5.6.tar.gz 31734 SHA256 0bd27394c18c7c79313ebc4eafecc04f88aa54a9d0872357b7123105444edf3a SHA512 caebca2817721a46c8ce850bc15bdeadb3bf6ad12aeb134b11bdb04da6054eb4056aef8c5194ca4e7fffa3e3f3563faf8e3148eebfba93bc6b5673d5437d977f WHIRLPOOL f977f9b0e10a287c7d201ffd765a4824e61d0b5f85767c7a8e81d96295f97dcbe22a9c2d376f36a329997d0498ce36f830263e4710eaf288b214b6bf894ede84 +DIST roscpp_core-0.5.7.tar.gz 32006 SHA256 85028afb1e1630b47890d3c92bcb7edf61f4be04281669f73f000312621bf66d SHA512 a3a40b2e05e1ad9d442050fd5a5b8a2106a27aef5222eaa9ac1b0c8aff13d1a40da252e81f0544b72380db35594c1d49de06cd3e94b9ba5ed087d71362f3babe WHIRLPOOL c395ccbdd3664e3337ba9a8c029df805585cf04f717c23caf75c582e08581e6a58d232b52679a9cb99150b0c6fa9f831c24b61be0a15839f76487ba67d09f8bb diff --git a/dev-ros/roscpp_serialization/roscpp_serialization-0.5.7.ebuild b/dev-ros/roscpp_serialization/roscpp_serialization-0.5.7.ebuild new file mode 100644 index 0000000..5ce015d --- /dev/null +++ b/dev-ros/roscpp_serialization/roscpp_serialization-0.5.7.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}"