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 37944138334 for ; Fri, 21 Dec 2018 15:51:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14AF5E0BE2; Fri, 21 Dec 2018 15:51:42 +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 D9287E0BE6 for ; Fri, 21 Dec 2018 15:51:41 +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 2DADB335C8E for ; Fri, 21 Dec 2018 15:51:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3948B4F2 for ; Fri, 21 Dec 2018 15:51:38 +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: <1545407487.d131fdf3e4e0abc2f2eed595eab8d584445fbdad.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.3-r1.ebuild dev-ros/rosbag_storage/rosbag_storage-1.14.3.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: d131fdf3e4e0abc2f2eed595eab8d584445fbdad X-VCS-Branch: master Date: Fri, 21 Dec 2018 15:51:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 298e8ef0-1934-4af4-91c4-0047bdf68c7e X-Archives-Hash: 6dce934acf6aee76163888dde4cc2574 commit: d131fdf3e4e0abc2f2eed595eab8d584445fbdad Author: Alexis Ballier gentoo org> AuthorDate: Fri Dec 21 15:02:47 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Dec 21 15:51:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d131fdf3 dev-ros/rosbag_storage: add missing tinyxml2 dep Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Alexis Ballier gentoo.org> .../{rosbag_storage-1.14.3.ebuild => rosbag_storage-1.14.3-r1.ebuild} | 3 ++- dev-ros/rosbag_storage/rosbag_storage-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ros/rosbag_storage/rosbag_storage-1.14.3.ebuild b/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild similarity index 90% rename from dev-ros/rosbag_storage/rosbag_storage-1.14.3.ebuild rename to dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild index 048f341e9d2..8cd7afb6750 100644 --- a/dev-ros/rosbag_storage/rosbag_storage-1.14.3.ebuild +++ b/dev-ros/rosbag_storage/rosbag_storage-1.14.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,5 +26,6 @@ RDEPEND=" dev-libs/boost:= app-arch/bzip2 dev-libs/console_bridge:= + dev-libs/tinyxml2:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild b/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild index 048f341e9d2..8cd7afb6750 100644 --- a/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild +++ b/dev-ros/rosbag_storage/rosbag_storage-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,5 +26,6 @@ RDEPEND=" dev-libs/boost:= app-arch/bzip2 dev-libs/console_bridge:= + dev-libs/tinyxml2:= " DEPEND="${RDEPEND}"