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 D7C681382C5 for ; Fri, 30 Mar 2018 13:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2833E0900; Fri, 30 Mar 2018 13:27:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B9DD7E0900 for ; Fri, 30 Mar 2018 13:27:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3AF55335D49 for ; Fri, 30 Mar 2018 13:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88336272 for ; Fri, 30 Mar 2018 13:27:56 +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: <1522415872.7f1bec8c437fee9769ee0e04cbb1ea481e1fc13a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/robot_localization/robot_localization-2.5.1-r1.ebuild dev-ros/robot_localization/robot_localization-2.5.1.ebuild dev-ros/robot_localization/robot_localization-9999.ebuild X-VCS-Directories: dev-ros/robot_localization/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7f1bec8c437fee9769ee0e04cbb1ea481e1fc13a X-VCS-Branch: master Date: Fri, 30 Mar 2018 13:27:56 +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: 552a9c94-ee1d-4359-8f2a-1ce1134de2be X-Archives-Hash: ea0df9759fd58b40b4d8b6b59001640d commit: 7f1bec8c437fee9769ee0e04cbb1ea481e1fc13a Author: Alexis Ballier gentoo org> AuthorDate: Fri Mar 30 13:17:52 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Mar 30 13:17:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1bec8c dev-ros/robot_localization: add := dep on yaml-cpp Package-Manager: Portage-2.3.27, Repoman-2.3.9 ...t_localization-2.5.1.ebuild => robot_localization-2.5.1-r1.ebuild} | 2 +- dev-ros/robot_localization/robot_localization-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ros/robot_localization/robot_localization-2.5.1.ebuild b/dev-ros/robot_localization/robot_localization-2.5.1-r1.ebuild similarity index 98% rename from dev-ros/robot_localization/robot_localization-2.5.1.ebuild rename to dev-ros/robot_localization/robot_localization-2.5.1-r1.ebuild index 474ef66b973..939215f937b 100644 --- a/dev-ros/robot_localization/robot_localization-2.5.1.ebuild +++ b/dev-ros/robot_localization/robot_localization-2.5.1-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" dev-ros/tf2_ros dev-ros/xmlrpcpp dev-libs/boost:= - dev-cpp/yaml-cpp + dev-cpp/yaml-cpp:= dev-ros/nodelet dev-libs/console_bridge:= " diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild index 1c508af6daf..939215f937b 100644 --- a/dev-ros/robot_localization/robot_localization-9999.ebuild +++ b/dev-ros/robot_localization/robot_localization-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -32,7 +32,7 @@ RDEPEND=" dev-ros/tf2_ros dev-ros/xmlrpcpp dev-libs/boost:= - dev-cpp/yaml-cpp + dev-cpp/yaml-cpp:= dev-ros/nodelet dev-libs/console_bridge:= "