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 78E971382C5 for ; Fri, 15 May 2020 16:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7323CE0CA1; Fri, 15 May 2020 16:34:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5CDE4E0CA1 for ; Fri, 15 May 2020 16:34:19 +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 60A5634F1BD for ; Fri, 15 May 2020 16:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC779257 for ; Fri, 15 May 2020 16:34:14 +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: <1589560426.5eadab2ee64c765df15c27454621e9810411fcf6.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.10.0.ebuild X-VCS-Directories: dev-ros/visp_bridge/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 5eadab2ee64c765df15c27454621e9810411fcf6 X-VCS-Branch: master Date: Fri, 15 May 2020 16:34:14 +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: 1dd05c56-0e0f-4792-84fe-e698bb7da7c8 X-Archives-Hash: 47d8f7546f943e0639a355b784cb383e commit: 5eadab2ee64c765df15c27454621e9810411fcf6 Author: Alexis Ballier gentoo org> AuthorDate: Fri May 15 15:38:33 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri May 15 16:33:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eadab2e dev-ros/visp_bridge: Remove old Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/visp_bridge/Manifest | 1 - dev-ros/visp_bridge/visp_bridge-0.10.0.ebuild | 30 --------------------------- 2 files changed, 31 deletions(-) diff --git a/dev-ros/visp_bridge/Manifest b/dev-ros/visp_bridge/Manifest index c32832af2d0..f707b6449dd 100644 --- a/dev-ros/visp_bridge/Manifest +++ b/dev-ros/visp_bridge/Manifest @@ -1,2 +1 @@ -DIST vision_visp-0.10.0.tar.gz 1015180 BLAKE2B bf0474d0633a6b704077e232d4676e6ebb9ec666b9b03792dbb929c6c6d1c52a941f7a4517f7bc6a7150882c16ba719eb3cf17c3fbdd13df109eab3a34afa259 SHA512 8e2652d6ca9c9535f1bebb628ec908f64c9fc89358bc92ed42ef12430b0b28c8ed3ed7935d2d3fe03c9761f9ac08e200eb59839ee2243df62d5934e8162cca9c DIST vision_visp-0.11.1.tar.gz 1014349 BLAKE2B 63148bef65a8361be7cb4a3d27bae4e6440feeeca3ab7183c6c345d4d1a2e0e4f7bc52b265455636ae8e07ddbed0e182c8d0b326b7686cdeda97500203fe3183 SHA512 cb1a09fea7ed2bb74c0c3f5a525d35ef7304dc2c569c6c808cd3751e500b7e32f226436ec4150f63a8280bc3f0c53dfd64757aa09da7344b1ec998130006253c diff --git a/dev-ros/visp_bridge/visp_bridge-0.10.0.ebuild b/dev-ros/visp_bridge/visp_bridge-0.10.0.ebuild deleted file mode 100644 index 624171a2b1b..00000000000 --- a/dev-ros/visp_bridge/visp_bridge-0.10.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -ROS_REPO_URI="https://github.com/lagadic/vision_visp" -KEYWORDS="~amd64 ~arm" -VER_PREFIX="kinetic-" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Converts between ROS structures and ViSP structures" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -RDEPEND=" - sci-libs/ViSP:=[xml] - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/camera_calibration_parsers - dev-libs/boost:= -" -DEPEND="${RDEPEND}" -if [ "${PV#9999}" = "${PV}" ] ; then - S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" -fi -PATCHES=( "${FILESDIR}/gcc6.patch" )