From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 643BD138BBD for ; Mon, 24 Oct 2016 10:35:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCA74E09B2; Mon, 24 Oct 2016 10:35:54 +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 A556BE09B2 for ; Mon, 24 Oct 2016 10:35:49 +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 C8AA33416A8 for ; Mon, 24 Oct 2016 10:35:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B28B424A7 for ; Mon, 24 Oct 2016 10:35:44 +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: <1477305338.b78c580ecd5e268b9aa76048441eb4dddd1c6290.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/geometric_shapes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/geometric_shapes/Manifest dev-ros/geometric_shapes/geometric_shapes-0.5.2.ebuild X-VCS-Directories: dev-ros/geometric_shapes/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b78c580ecd5e268b9aa76048441eb4dddd1c6290 X-VCS-Branch: master Date: Mon, 24 Oct 2016 10:35:44 +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: 8256f537-e955-477a-a745-d5f33c79f26f X-Archives-Hash: 9202c1ef7bf6118dbc603e99dd625ba8 commit: b78c580ecd5e268b9aa76048441eb4dddd1c6290 Author: Alexis Ballier gentoo org> AuthorDate: Mon Oct 24 10:33:09 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Oct 24 10:35:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78c580e dev-ros/geometric_shapes: bump to 0.5.2 Package-Manager: portage-2.3.2 dev-ros/geometric_shapes/Manifest | 1 + .../geometric_shapes/geometric_shapes-0.5.2.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ros/geometric_shapes/Manifest b/dev-ros/geometric_shapes/Manifest index 1b52c3d..f318bcf 100644 --- a/dev-ros/geometric_shapes/Manifest +++ b/dev-ros/geometric_shapes/Manifest @@ -1 +1,2 @@ DIST geometric_shapes-0.5.1.tar.gz 57055 SHA256 b6e94edd138c77be3be50d5b8fcaa3591d56983bcee72dbadeb7b97ccde16ad1 SHA512 40e5047f53dcc1d60174cbadffcca646fee8abf139dff8bb52c227e245ddebbb617b3b82e52dc493796f1cb376a2e3864b1c58c040987bb334b5f7f4e6461cc6 WHIRLPOOL e6192f30733af2909e3eb8dc00c0d1f8db630bbb62b88e146f24aa97787f6fdea770919949ad0396e628eee6ff69c4421b064461bc3de412b3309ca6a1961bd3 +DIST geometric_shapes-0.5.2.tar.gz 60624 SHA256 545b5fac4a6cd705610d5384422a75481250446bd4edd35972e5424bb9386b28 SHA512 6ea061cd3bca555a82e99ad58616dc01a32d5240a41b249c006f6e8123977155ce00ae412f9038ac6b53e2755ce533a25fe2371b0e643e5a11493c1c2ffcb0ff WHIRLPOOL 7df0de723584d44a8030a2f4303ed2ae50974591ec81544e428d2ba55f16afcdd55a8495213cab5c60f27097171fed42f4999921510da6f882c0152187a46273 diff --git a/dev-ros/geometric_shapes/geometric_shapes-0.5.2.ebuild b/dev-ros/geometric_shapes/geometric_shapes-0.5.2.ebuild new file mode 100644 index 00000000..94cf598 --- /dev/null +++ b/dev-ros/geometric_shapes/geometric_shapes-0.5.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-planning/geometric_shapes" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="Generic definitions of geometric shapes and bodies" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-cpp/eigen:3 + dev-libs/boost:= + media-libs/qhull + media-libs/assimp + sci-libs/octomap + dev-ros/random_numbers + dev-ros/resource_retriever + dev-ros/eigen_stl_containers + dev-ros/visualization_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/shape_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest dev-ros/rosunit ) +"