Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/
Date: Fri, 30 Mar 2018 13:28:03
Message-Id: 1522415896.ab3ad11cffa041241da73f348449bcf6a3d9fd70.aballier@gentoo
1 commit: ab3ad11cffa041241da73f348449bcf6a3d9fd70
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 13:18:16 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 13:18:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3ad11c
7
8 dev-ros/camera_calibration_parsers: Remove old
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 dev-ros/camera_calibration_parsers/Manifest | 1 -
13 .../camera_calibration_parsers-1.11.12.ebuild | 27 ----------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-ros/camera_calibration_parsers/Manifest b/dev-ros/camera_calibration_parsers/Manifest
17 index c60d7d95f2f..484244f8631 100644
18 --- a/dev-ros/camera_calibration_parsers/Manifest
19 +++ b/dev-ros/camera_calibration_parsers/Manifest
20 @@ -1,2 +1 @@
21 -DIST image_common-1.11.12.tar.gz 53920 BLAKE2B 296601a14b0e18e6685924ae4557ead446a95ac91ddffb791f9b0b4d643b8f9e40c17f8ace1a705bb5193647bb07444ac81513c888864b0cdd9b45464c14916c SHA512 cd64edd658092c88060a99bbf2cd501cd27441123c34914fc4c8d8c8a8a1fe6d4a929211e71d813b6eb72e1d844842ee3e12567bc40d32981db9ee430e61fb10
22 DIST image_common-1.11.13.tar.gz 54731 BLAKE2B 24c05d7da79ec4edc1713eb86efe9d570b8a9d55def1b0cdf7959275c4a0692af28d48d37d73361f3972c0f4ded5332ee02b535f1841473007eb8e61287b7826 SHA512 154a1acfc3ee1be83828f7b86de8a5e02d7613d724f734409c5b93b1505bcf911b95f20fe43435932f49e03e286ed7055e2b7abeb1c5292f540a2299dd424bfa
23
24 diff --git a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild
25 deleted file mode 100644
26 index e319da058e8..00000000000
27 --- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -ROS_REPO_URI="https://github.com/ros-perception/image_common"
35 -KEYWORDS="~amd64 ~arm"
36 -ROS_SUBDIR=${PN}
37 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
38 -
39 -inherit ros-catkin
40 -
41 -DESCRIPTION="Routines for reading and writing camera calibration parameters"
42 -LICENSE="BSD"
43 -SLOT="0"
44 -IUSE=""
45 -
46 -RDEPEND="
47 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
48 - dev-libs/boost:=[python,${PYTHON_USEDEP}]
49 - dev-ros/rosconsole
50 - >=dev-cpp/yaml-cpp-0.5
51 -"
52 -DEPEND="${RDEPEND}
53 - virtual/pkgconfig
54 - test? ( dev-python/nose )
55 -"
56 -PATCHES=( "${FILESDIR}/boostpython.patch" )