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 0ED1F138334 for ; Thu, 29 Aug 2019 15:51:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2405EE087D; Thu, 29 Aug 2019 15:50:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0E132E087D for ; Thu, 29 Aug 2019 15:50: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 D11B634A623 for ; Thu, 29 Aug 2019 15:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04091783 for ; Thu, 29 Aug 2019 15:50:53 +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: <1567093830.37545e0df8b5f6032762980d93a8d26910069055.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/visp_camera_calibration/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild X-VCS-Directories: dev-ros/visp_camera_calibration/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 37545e0df8b5f6032762980d93a8d26910069055 X-VCS-Branch: master Date: Thu, 29 Aug 2019 15:50:53 +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: 85d70ea4-c8cf-4456-be8b-44364ca0c07f X-Archives-Hash: 1e9d0ede47562646025ee0b2fd829cec commit: 37545e0df8b5f6032762980d93a8d26910069055 Author: Alexis Ballier gentoo org> AuthorDate: Thu Aug 29 15:21:20 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Aug 29 15:50:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37545e0d dev-ros/visp_camera_calibration: drop merged patch Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild | 2 +- dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild index f92c1cac82c..41bd62f885f 100644 --- a/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild +++ b/dev-ros/visp_camera_calibration/visp_camera_calibration-0.11.1.ebuild @@ -29,4 +29,4 @@ DEPEND="${RDEPEND}" if [ "${PV#9999}" = "${PV}" ] ; then S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" fi -PATCHES=( "${FILESDIR}/gcc6.patch" "${FILESDIR}/boost.patch" ) +PATCHES=( "${FILESDIR}/gcc6.patch" ) diff --git a/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild b/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild index f92c1cac82c..41bd62f885f 100644 --- a/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild +++ b/dev-ros/visp_camera_calibration/visp_camera_calibration-9999.ebuild @@ -29,4 +29,4 @@ DEPEND="${RDEPEND}" if [ "${PV#9999}" = "${PV}" ] ; then S="${WORKDIR}/vision_visp-kinetic-${PV}/${ROS_SUBDIR}" fi -PATCHES=( "${FILESDIR}/gcc6.patch" "${FILESDIR}/boost.patch" ) +PATCHES=( "${FILESDIR}/gcc6.patch" )