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 5895A1396D9 for ; Tue, 7 Nov 2017 19:24:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 556CEE0CAE; Tue, 7 Nov 2017 19:24:11 +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 249E6E0C01 for ; Tue, 7 Nov 2017 19:24:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CBF1F33BF0B for ; Tue, 7 Nov 2017 19:24:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21A4C9860 for ; Tue, 7 Nov 2017 19:24:08 +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: <1510082634.4d53cbe2926530214f55b8773b3b2d45a2f2d7e7.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/camera_calibration_parsers/Manifest dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13.ebuild X-VCS-Directories: dev-ros/camera_calibration_parsers/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4d53cbe2926530214f55b8773b3b2d45a2f2d7e7 X-VCS-Branch: master Date: Tue, 7 Nov 2017 19:24: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-Archives-Salt: 81e1e801-8958-4698-8769-21435e52daae X-Archives-Hash: 3e6ffa81e74a0d05603187bcba0b0369 commit: 4d53cbe2926530214f55b8773b3b2d45a2f2d7e7 Author: Alexis Ballier gentoo org> AuthorDate: Tue Nov 7 19:16:01 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Nov 7 19:23:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d53cbe2 dev-ros/camera_calibration_parsers: Bump to 1.11.13. Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-ros/camera_calibration_parsers/Manifest | 1 + .../camera_calibration_parsers-1.11.13.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-ros/camera_calibration_parsers/Manifest b/dev-ros/camera_calibration_parsers/Manifest index 6b743a505cb..339b23d8bfc 100644 --- a/dev-ros/camera_calibration_parsers/Manifest +++ b/dev-ros/camera_calibration_parsers/Manifest @@ -1 +1,2 @@ DIST image_common-1.11.12.tar.gz 53920 SHA256 13d434e2d46e13af05398f3cbacffb2c69e2d015f6827d848f799a28d23e816d SHA512 cd64edd658092c88060a99bbf2cd501cd27441123c34914fc4c8d8c8a8a1fe6d4a929211e71d813b6eb72e1d844842ee3e12567bc40d32981db9ee430e61fb10 WHIRLPOOL 1f1922d9b004e4af7b2f42839b0cdaa8c31c8b187618267b3780f34a56f90a2f471b68bae3dd9bb8ccbb80d35dba41e05d49fcac6a1156e1c5ab2b8e79d3032d +DIST image_common-1.11.13.tar.gz 54731 SHA256 32a2e07724dec6eaaace21eae006274436d70d40bfe205249438570275c43cac SHA512 154a1acfc3ee1be83828f7b86de8a5e02d7613d724f734409c5b93b1505bcf911b95f20fe43435932f49e03e286ed7055e2b7abeb1c5292f540a2299dd424bfa WHIRLPOOL fed16f5148355b3e9e64e734b6f22c37f310e58c22e86446f1068bf00e155fe0b2c20a546da03edc75ddbd87d3528cc4d397f46b55599b59df4700163fa724b9 diff --git a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13.ebuild b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13.ebuild new file mode 100644 index 00000000000..e319da058e8 --- /dev/null +++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-perception/image_common" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit ros-catkin + +DESCRIPTION="Routines for reading and writing camera calibration parameters" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}] + dev-libs/boost:=[python,${PYTHON_USEDEP}] + dev-ros/rosconsole + >=dev-cpp/yaml-cpp-0.5 +" +DEPEND="${RDEPEND} + virtual/pkgconfig + test? ( dev-python/nose ) +" +PATCHES=( "${FILESDIR}/boostpython.patch" )