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 33ED7139360 for ; Tue, 3 Aug 2021 11:57:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE373E0A98; Tue, 3 Aug 2021 11:56:59 +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 A5723E0A98 for ; Tue, 3 Aug 2021 11:56:59 +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 52554343C15 for ; Tue, 3 Aug 2021 11:56:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2AF286E for ; Tue, 3 Aug 2021 11:56:55 +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: <1627991807.4cb3af7d4b856a3c02e658514a77485463f6a74b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/visp_bridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/visp_bridge/Manifest dev-ros/visp_bridge/visp_bridge-0.12.1.ebuild dev-ros/visp_bridge/visp_bridge-9999.ebuild X-VCS-Directories: dev-ros/visp_bridge/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4cb3af7d4b856a3c02e658514a77485463f6a74b X-VCS-Branch: master Date: Tue, 3 Aug 2021 11:56:55 +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: 6370b1e0-26b0-4eca-abe0-1ea71152336b X-Archives-Hash: 1bc57c7698446eafd5bf368be00033cb commit: 4cb3af7d4b856a3c02e658514a77485463f6a74b Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 3 11:49:55 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 3 11:56:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb3af7d dev-ros/visp_bridge: Bump to 0.12.1. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/visp_bridge/Manifest | 1 + .../{visp_bridge-9999.ebuild => visp_bridge-0.12.1.ebuild} | 6 +++--- dev-ros/visp_bridge/visp_bridge-9999.ebuild | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-ros/visp_bridge/Manifest b/dev-ros/visp_bridge/Manifest index f707b6449dd..577d34c9819 100644 --- a/dev-ros/visp_bridge/Manifest +++ b/dev-ros/visp_bridge/Manifest @@ -1 +1,2 @@ DIST vision_visp-0.11.1.tar.gz 1014349 BLAKE2B 63148bef65a8361be7cb4a3d27bae4e6440feeeca3ab7183c6c345d4d1a2e0e4f7bc52b265455636ae8e07ddbed0e182c8d0b326b7686cdeda97500203fe3183 SHA512 cb1a09fea7ed2bb74c0c3f5a525d35ef7304dc2c569c6c808cd3751e500b7e32f226436ec4150f63a8280bc3f0c53dfd64757aa09da7344b1ec998130006253c +DIST vision_visp-0.12.1.tar.gz 1014707 BLAKE2B 0c482268761f75e4e36260bb8a98c32677e500f322b3807eda7e24c35681d5fee628e422b67ab9ae73c6a27b467d600ca5ba72220a09e93b146b97273b5d0d54 SHA512 9e050009a335bd8d7f3c024e460087139b43e5b4c44c2048409176b8503aa81193916e767ce06df48fa5d0f0ca23ac551df7201e92e7de65967b9f2df5a1bf7c diff --git a/dev-ros/visp_bridge/visp_bridge-9999.ebuild b/dev-ros/visp_bridge/visp_bridge-0.12.1.ebuild similarity index 84% copy from dev-ros/visp_bridge/visp_bridge-9999.ebuild copy to dev-ros/visp_bridge/visp_bridge-0.12.1.ebuild index ad50242778c..897184ef36a 100644 --- a/dev-ros/visp_bridge/visp_bridge-9999.ebuild +++ b/dev-ros/visp_bridge/visp_bridge-0.12.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 ROS_REPO_URI="https://github.com/lagadic/vision_visp" KEYWORDS="~amd64 ~arm" -VER_PREFIX="kinetic-" +VER_PREFIX="noetic-" ROS_SUBDIR=${PN} inherit ros-catkin @@ -26,6 +26,6 @@ DEPEND="${RDEPEND} dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " if [ "${PV#9999}" = "${PV}" ] ; then - S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" + S="${WORKDIR}/vision_visp-noetic-${PV}/${ROS_SUBDIR}" fi PATCHES=( "${FILESDIR}/gcc6.patch" ) diff --git a/dev-ros/visp_bridge/visp_bridge-9999.ebuild b/dev-ros/visp_bridge/visp_bridge-9999.ebuild index ad50242778c..897184ef36a 100644 --- a/dev-ros/visp_bridge/visp_bridge-9999.ebuild +++ b/dev-ros/visp_bridge/visp_bridge-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 ROS_REPO_URI="https://github.com/lagadic/vision_visp" KEYWORDS="~amd64 ~arm" -VER_PREFIX="kinetic-" +VER_PREFIX="noetic-" ROS_SUBDIR=${PN} inherit ros-catkin @@ -26,6 +26,6 @@ DEPEND="${RDEPEND} dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] " if [ "${PV#9999}" = "${PV}" ] ; then - S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" + S="${WORKDIR}/vision_visp-noetic-${PV}/${ROS_SUBDIR}" fi PATCHES=( "${FILESDIR}/gcc6.patch" )