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 05B0F139694 for ; Sun, 30 Jul 2017 16:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 590861FC1E0; Sun, 30 Jul 2017 16:44:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3ABE61FC1E0 for ; Sun, 30 Jul 2017 16:44:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15BAB341A51 for ; Sun, 30 Jul 2017 16:44:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71AB074D4 for ; Sun, 30 Jul 2017 16:44:06 +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: <1501433033.91e49d68895ad4ef4e548fe9409802a5f1bfe0b2.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosboost_cfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosboost_cfg/Manifest dev-ros/rosboost_cfg/rosboost_cfg-1.14.1.ebuild X-VCS-Directories: dev-ros/rosboost_cfg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 91e49d68895ad4ef4e548fe9409802a5f1bfe0b2 X-VCS-Branch: master Date: Sun, 30 Jul 2017 16:44:06 +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: adf107f1-ef93-4160-b10d-f02db24b4e01 X-Archives-Hash: 1ccbec821e896f07ab3f36adc9c5e601 commit: 91e49d68895ad4ef4e548fe9409802a5f1bfe0b2 Author: Alexis Ballier gentoo org> AuthorDate: Sun Jul 30 16:36:33 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jul 30 16:43:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e49d68 dev-ros/rosboost_cfg: Bump to 1.14.1. Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-ros/rosboost_cfg/Manifest | 1 + dev-ros/rosboost_cfg/rosboost_cfg-1.14.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-ros/rosboost_cfg/Manifest b/dev-ros/rosboost_cfg/Manifest index ed42a1f8b98..2bd06c5d816 100644 --- a/dev-ros/rosboost_cfg/Manifest +++ b/dev-ros/rosboost_cfg/Manifest @@ -1 +1,2 @@ DIST ros-1.14.0.tar.gz 167371 SHA256 42d2a91e867684b3bd0cf9132e5d6dc5bc996086e5ac7baaeeec9c51005282eb SHA512 b3353eeb88b1e5db456ae796a9b869e540e71a7ff94327c7b2c0cfdc58af599793f4b4e36ec54a80059d938ea1d27ca87f4093ea2621c9267a642f99db3acb31 WHIRLPOOL 142dda77e1d9cf9b5fdab9bcdace8eb9fdeb19060eaff8af16bda27d925c00ffc401bf0a41017aa4d81325dc6703ac9571a54c17e433910c751a2080c2637355 +DIST ros-1.14.1.tar.gz 167768 SHA256 2bdf5e29c332982bec3b01abbf190ff72c0eaee352070c6dd2e23ee7d32b6da7 SHA512 b8d3ea058cd53d5ecd3aa3302ecdd89ef183cb0b58a0f39949e8215ffd7361111e0d926c3c8eb93bab7867d166870e9acc411c931df543f9ba9e5031739a399a WHIRLPOOL 36e8c1a2e8c6cb557cdc65c468449ba685832d5bfdc19115e4016815787997aaf5a3f3c6de6fdc58b3e3500f8c351c14421ad7dd611e00eba1648a91411b55f4 diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.14.1.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-1.14.1.ebuild new file mode 100644 index 00000000000..0287703d07a --- /dev/null +++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.14.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/ros" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=tools/${PN} +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit ros-catkin + +DESCRIPTION="Tool for determining cflags/lflags/etc. of boost on your system" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"