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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5E2B158094 for ; Tue, 4 Oct 2022 19:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606DBE092A; Tue, 4 Oct 2022 19:36:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E841E092A for ; Tue, 4 Oct 2022 19:36:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39F82340775 for ; Tue, 4 Oct 2022 19:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74F3A602 for ; Tue, 4 Oct 2022 19:36:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1664911776.1aeb5312d8ec30411838b96a5caeffe3f07f5a71.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_uncrustify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.11.2.ebuild dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.12.1.ebuild dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild X-VCS-Directories: dev-ros/ament_cmake_uncrustify/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1aeb5312d8ec30411838b96a5caeffe3f07f5a71 X-VCS-Branch: master Date: Tue, 4 Oct 2022 19:36:08 +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: fc561300-e6d6-42be-bea5-2259cb810805 X-Archives-Hash: 63a48bbf926094b6b8b7f957e6697169 commit: 1aeb5312d8ec30411838b96a5caeffe3f07f5a71 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Oct 4 19:29:36 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Oct 4 19:29:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aeb5312 dev-ros/ament_cmake_uncrustify: use python_has_version inside python_check_deps Signed-off-by: Arthur Zamarin gentoo.org> .../ament_cmake_uncrustify/ament_cmake_uncrustify-0.11.2.ebuild | 8 ++++---- .../ament_cmake_uncrustify/ament_cmake_uncrustify-0.12.1.ebuild | 6 +++--- dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.11.2.ebuild b/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.11.2.ebuild index 826f45045e89..ca275536e31d 100644 --- a/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.11.2.ebuild +++ b/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -45,9 +45,9 @@ BDEPEND=" " python_check_deps() { - { use !test || has_version -b "dev-ros/ament_copyright[${PYTHON_USEDEP}]"; } && \ - has_version -b "dev-python/catkin_pkg[${PYTHON_USEDEP}]" && \ - has_version -b "dev-python/ament_package[${PYTHON_USEDEP}]" + { use !test || python_has_version "dev-ros/ament_copyright[${PYTHON_USEDEP}]"; } && \ + python_has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]" \ + "dev-python/ament_package[${PYTHON_USEDEP}]" } src_configure() { diff --git a/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.12.1.ebuild b/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.12.1.ebuild index c2d582d94104..ca275536e31d 100644 --- a/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.12.1.ebuild +++ b/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.12.1.ebuild @@ -45,9 +45,9 @@ BDEPEND=" " python_check_deps() { - { use !test || has_version -b "dev-ros/ament_copyright[${PYTHON_USEDEP}]"; } && \ - has_version -b "dev-python/catkin_pkg[${PYTHON_USEDEP}]" && \ - has_version -b "dev-python/ament_package[${PYTHON_USEDEP}]" + { use !test || python_has_version "dev-ros/ament_copyright[${PYTHON_USEDEP}]"; } && \ + python_has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]" \ + "dev-python/ament_package[${PYTHON_USEDEP}]" } src_configure() { diff --git a/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild b/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild index 826f45045e89..ca275536e31d 100644 --- a/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild +++ b/dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -45,9 +45,9 @@ BDEPEND=" " python_check_deps() { - { use !test || has_version -b "dev-ros/ament_copyright[${PYTHON_USEDEP}]"; } && \ - has_version -b "dev-python/catkin_pkg[${PYTHON_USEDEP}]" && \ - has_version -b "dev-python/ament_package[${PYTHON_USEDEP}]" + { use !test || python_has_version "dev-ros/ament_copyright[${PYTHON_USEDEP}]"; } && \ + python_has_version "dev-python/catkin_pkg[${PYTHON_USEDEP}]" \ + "dev-python/ament_package[${PYTHON_USEDEP}]" } src_configure() {