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 0668D13835A for ; Wed, 19 May 2021 10:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1007FE0829; Wed, 19 May 2021 10:54:13 +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 DCF31E0829 for ; Wed, 19 May 2021 10:54:12 +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 6F945340CD7 for ; Wed, 19 May 2021 10:54:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5D21737 for ; Wed, 19 May 2021 10:54:09 +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: <1621421274.6e6f7c75b02522bb7aa404332cf98a5b22bceb47.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/ament_cmake_include_directories/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-0.9.6.ebuild dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.0.ebuild dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.1.ebuild dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.3.ebuild dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.4.ebuild dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.1.3.ebuild dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-9999.ebuild X-VCS-Directories: dev-ros/ament_cmake_include_directories/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6e6f7c75b02522bb7aa404332cf98a5b22bceb47 X-VCS-Branch: master Date: Wed, 19 May 2021 10:54:09 +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: 018d7fb2-8a10-4631-bb44-966cc723259c X-Archives-Hash: 381ec3a26cd8f1bf0813774be4de6b8c commit: 6e6f7c75b02522bb7aa404332cf98a5b22bceb47 Author: Alexis Ballier gentoo org> AuthorDate: Wed May 19 09:38:01 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed May 19 10:47:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6f7c75 dev-ros/ament_cmake_include_directories: Replace empty keywords with live property Bug: https://bugs.gentoo.org/show_bug.cgi?id=790785 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> .../ament_cmake_include_directories-0.9.6.ebuild | 4 ++-- .../ament_cmake_include_directories-1.0.0.ebuild | 4 ++-- .../ament_cmake_include_directories-1.0.1.ebuild | 4 ++-- .../ament_cmake_include_directories-1.0.3.ebuild | 2 +- .../ament_cmake_include_directories-1.0.4.ebuild | 2 +- .../ament_cmake_include_directories-1.1.3.ebuild | 2 +- .../ament_cmake_include_directories-9999.ebuild | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-0.9.6.ebuild b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-0.9.6.ebuild index bd794e913ae..4a30d0ac241 100644 --- a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-0.9.6.ebuild +++ b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-0.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi diff --git a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.0.ebuild b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.0.ebuild index bd794e913ae..4a30d0ac241 100644 --- a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.0.ebuild +++ b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi diff --git a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.1.ebuild b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.1.ebuild index bd794e913ae..4a30d0ac241 100644 --- a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.1.ebuild +++ b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi diff --git a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.3.ebuild b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.3.ebuild index 2745da48829..4a30d0ac241 100644 --- a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.3.ebuild +++ b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.3.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi diff --git a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.4.ebuild b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.4.ebuild index 2745da48829..4a30d0ac241 100644 --- a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.4.ebuild +++ b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.0.4.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi diff --git a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.1.3.ebuild b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.1.3.ebuild index 2745da48829..4a30d0ac241 100644 --- a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.1.3.ebuild +++ b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-1.1.3.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi diff --git a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-9999.ebuild b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-9999.ebuild index bd794e913ae..4a30d0ac241 100644 --- a/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-9999.ebuild +++ b/dev-ros/ament_cmake_include_directories/ament_cmake_include_directories-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,7 @@ HOMEPAGE="https://github.com/ament/ament_cmake" LICENSE="Apache-2.0" SLOT="0" if [ "${PV#9999}" != "${PV}" ] ; then - KEYWORDS="" + PROPERTIES="live" else KEYWORDS="~amd64" fi