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 B34BB139368 for ; Thu, 12 Aug 2021 16:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9E41E0828; Thu, 12 Aug 2021 16:58:27 +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 AE857E0828 for ; Thu, 12 Aug 2021 16:58:27 +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 CF2F9342B8F for ; Thu, 12 Aug 2021 16:58:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D13AA8B9 for ; Thu, 12 Aug 2021 16:58:23 +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: <1628787496.8d8bb695104489ab4e70cb018b95f756b2038a91.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/geodesy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/geodesy/geodesy-0.5.6-r1.ebuild dev-ros/geodesy/geodesy-0.5.6.ebuild dev-ros/geodesy/geodesy-9999.ebuild X-VCS-Directories: dev-ros/geodesy/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8d8bb695104489ab4e70cb018b95f756b2038a91 X-VCS-Branch: master Date: Thu, 12 Aug 2021 16:58:23 +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: 5c5b266f-79e0-414c-ac42-9b638d0820fe X-Archives-Hash: 1460e45330b2258821b3a492143db9c4 commit: 8d8bb695104489ab4e70cb018b95f756b2038a91 Author: Alexis Ballier gentoo org> AuthorDate: Thu Aug 12 16:43:42 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Aug 12 16:58:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8bb695 dev-ros/geodesy: add slot dep on angles Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/geodesy/{geodesy-0.5.6.ebuild => geodesy-0.5.6-r1.ebuild} | 2 +- dev-ros/geodesy/geodesy-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ros/geodesy/geodesy-0.5.6.ebuild b/dev-ros/geodesy/geodesy-0.5.6-r1.ebuild similarity index 98% rename from dev-ros/geodesy/geodesy-0.5.6.ebuild rename to dev-ros/geodesy/geodesy-0.5.6-r1.ebuild index 52d160f557d..291dd8ef6a5 100644 --- a/dev-ros/geodesy/geodesy-0.5.6.ebuild +++ b/dev-ros/geodesy/geodesy-0.5.6-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-ros/angles + dev-ros/angles:0 dev-ros/geographic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/tf diff --git a/dev-ros/geodesy/geodesy-9999.ebuild b/dev-ros/geodesy/geodesy-9999.ebuild index 88ea377b0cc..291dd8ef6a5 100644 --- a/dev-ros/geodesy/geodesy-9999.ebuild +++ b/dev-ros/geodesy/geodesy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0" IUSE="" RDEPEND=" - dev-ros/angles + dev-ros/angles:0 dev-ros/geographic_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/geometry_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}] dev-ros/tf