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 EF1A913835B for ; Mon, 21 Sep 2020 13:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EECDE0863; Mon, 21 Sep 2020 13:47:32 +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 17466E0863 for ; Mon, 21 Sep 2020 13:47:32 +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 20649340E0B for ; Mon, 21 Sep 2020 13:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62E3537C for ; Mon, 21 Sep 2020 13:47:28 +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: <1600696028.7978f6e293985e35ef6b792dce865b17171ea4bb.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/gazebo/gazebo-11.1.0-r1.ebuild sci-electronics/gazebo/gazebo-11.1.0.ebuild X-VCS-Directories: sci-electronics/gazebo/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7978f6e293985e35ef6b792dce865b17171ea4bb X-VCS-Branch: master Date: Mon, 21 Sep 2020 13:47:28 +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: aacae3c4-7b5f-4c67-a9bf-8dd352fba841 X-Archives-Hash: cb66755f468f31f587820a9fd7e17631 commit: 7978f6e293985e35ef6b792dce865b17171ea4bb Author: Alexis Ballier gentoo org> AuthorDate: Mon Sep 21 13:46:59 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Sep 21 13:47:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7978f6e2 sci-electronics/gazebo: add := dep on bullet, use cmake.eclass Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier gentoo.org> .../gazebo/{gazebo-11.1.0.ebuild => gazebo-11.1.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-electronics/gazebo/gazebo-11.1.0.ebuild b/sci-electronics/gazebo/gazebo-11.1.0-r1.ebuild similarity index 95% rename from sci-electronics/gazebo/gazebo-11.1.0.ebuild rename to sci-electronics/gazebo/gazebo-11.1.0-r1.ebuild index ee7b5f268a7..2bb213d040a 100644 --- a/sci-electronics/gazebo/gazebo-11.1.0.ebuild +++ b/sci-electronics/gazebo/gazebo-11.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils flag-o-matic +inherit cmake flag-o-matic DESCRIPTION="A 3D multiple robot simulator with dynamics" HOMEPAGE="http://gazebosim.org/" @@ -31,7 +31,7 @@ RDEPEND=" sci-libs/libccd >=media-video/ffmpeg-2.6:0= sci-libs/gts - >=sci-physics/bullet-2.82 + >=sci-physics/bullet-2.82:= >=dev-libs/sdformat-9.1:= dev-qt/qtwidgets:5 dev-qt/qtcore:5 @@ -81,5 +81,5 @@ src_configure() { "-DENABLE_SCREEN_TESTS=FALSE" "-DUSE_EXTERNAL_TINYXML2=TRUE" ) - cmake-utils_src_configure + cmake_src_configure }