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 3AC7A138334 for ; Mon, 30 Jul 2018 12:25:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE851E0980; Mon, 30 Jul 2018 12:25:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BE713E097C for ; Mon, 30 Jul 2018 12:25:50 +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 7679C335C99 for ; Mon, 30 Jul 2018 12:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53086399 for ; Mon, 30 Jul 2018 12:25:46 +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: <1532953514.ce0e19ffb5138cb2fc1fcab57dbdd846006f081c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosbag_storage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosbag_storage/rosbag_storage-1.14.2-r1.ebuild dev-ros/rosbag_storage/rosbag_storage-1.14.2.ebuild dev-ros/rosbag_storage/rosbag_storage-9999.ebuild X-VCS-Directories: dev-ros/rosbag_storage/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ce0e19ffb5138cb2fc1fcab57dbdd846006f081c X-VCS-Branch: master Date: Mon, 30 Jul 2018 12:25:46 +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: f5ba4378-6858-4a57-b6cf-5ae09a095ffd X-Archives-Hash: 393e3e802673cec2c0099242c3d66293 commit: ce0e19ffb5138cb2fc1fcab57dbdd846006f081c Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 30 12:23:31 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 30 12:25:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0e19ff dev-ros/rosbag_storage: add missing pluginlib dep Closes: https://bugs.gentoo.org/660462 Package-Manager: Portage-2.3.44, Repoman-2.3.10 .../{rosbag_storage-1.14.2.ebuild => rosbag_storage-1.14.2-r1.ebuild} | 1 + dev-ros/rosbag_storage/rosbag_storage-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/rosbag_storage/rosbag_storage-1.14.2.ebuild b/dev-ros/rosbag_storage/rosbag_storage-1.14.2-r1.ebuild similarity index 96% rename from dev-ros/rosbag_storage/rosbag_storage-1.14.2.ebuild rename to dev-ros/rosbag_storage/rosbag_storage-1.14.2-r1.ebuild index 5e1d55e93a0..048f341e9d2 100644 --- a/dev-ros/rosbag_storage/rosbag_storage-1.14.2.ebuild +++ b/dev-ros/rosbag_storage/rosbag_storage-1.14.2-r1.ebuild @@ -17,6 +17,7 @@ IUSE="" RDEPEND=" dev-libs/console_bridge app-crypt/gpgme + dev-ros/pluginlib dev-ros/cpp_common dev-ros/roscpp_serialization dev-ros/roscpp_traits diff --git a/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild b/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild index 5e1d55e93a0..048f341e9d2 100644 --- a/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild +++ b/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild @@ -17,6 +17,7 @@ IUSE="" RDEPEND=" dev-libs/console_bridge app-crypt/gpgme + dev-ros/pluginlib dev-ros/cpp_common dev-ros/roscpp_serialization dev-ros/roscpp_traits