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 829791382DE for ; Tue, 28 Jun 2016 11:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D51E0C10; Tue, 28 Jun 2016 11:05:06 +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 67FD8141F9 for ; Tue, 28 Jun 2016 11:05:05 +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 7C9BA3408EC for ; Tue, 28 Jun 2016 10:57:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ED8D2424 for ; Tue, 28 Jun 2016 10:57:13 +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: <1467111405.e7055393452040cce42a9eeb117335e59ed303ad.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/pcl_conversions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/pcl_conversions/pcl_conversions-0.2.1-r1.ebuild dev-ros/pcl_conversions/pcl_conversions-0.2.1.ebuild dev-ros/pcl_conversions/pcl_conversions-9999.ebuild X-VCS-Directories: dev-ros/pcl_conversions/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e7055393452040cce42a9eeb117335e59ed303ad X-VCS-Branch: master Date: Tue, 28 Jun 2016 10:57:13 +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: 33631ac7-57d7-4269-862d-a560457a8abe X-Archives-Hash: eb107700466932a8e4b1d3a919aa32dd commit: e7055393452040cce42a9eeb117335e59ed303ad Author: Alexis Ballier gentoo org> AuthorDate: Tue Jun 28 10:29:04 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jun 28 10:56:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7055393 dev-ros/pcl_conversions: add := dep on pcl Package-Manager: portage-2.3.0 .../{pcl_conversions-0.2.1.ebuild => pcl_conversions-0.2.1-r1.ebuild} | 4 ++-- dev-ros/pcl_conversions/pcl_conversions-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ros/pcl_conversions/pcl_conversions-0.2.1.ebuild b/dev-ros/pcl_conversions/pcl_conversions-0.2.1-r1.ebuild similarity index 90% rename from dev-ros/pcl_conversions/pcl_conversions-0.2.1.ebuild rename to dev-ros/pcl_conversions/pcl_conversions-0.2.1-r1.ebuild index 2decdb9..2d90c63 100644 --- a/dev-ros/pcl_conversions/pcl_conversions-0.2.1.ebuild +++ b/dev-ros/pcl_conversions/pcl_conversions-0.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ IUSE="" RDEPEND=" dev-ros/roscpp - sci-libs/pcl + sci-libs/pcl:= dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/pcl_conversions/pcl_conversions-9999.ebuild b/dev-ros/pcl_conversions/pcl_conversions-9999.ebuild index 2decdb9..2d90c63 100644 --- a/dev-ros/pcl_conversions/pcl_conversions-9999.ebuild +++ b/dev-ros/pcl_conversions/pcl_conversions-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ IUSE="" RDEPEND=" dev-ros/roscpp - sci-libs/pcl + sci-libs/pcl:= dev-ros/pcl_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]