summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-03-30 15:18:16 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-03-30 15:18:16 +0200
commitab3ad11cffa041241da73f348449bcf6a3d9fd70 (patch)
treedf2ce572e236851fb24b3b925740dd710e583228 /dev-ros/camera_calibration_parsers
parentdev-ros/robot_localization: add := dep on yaml-cpp (diff)
downloadgentoo-ab3ad11cffa041241da73f348449bcf6a3d9fd70.tar.gz
gentoo-ab3ad11cffa041241da73f348449bcf6a3d9fd70.tar.bz2
gentoo-ab3ad11cffa041241da73f348449bcf6a3d9fd70.zip
dev-ros/camera_calibration_parsers: Remove old
Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'dev-ros/camera_calibration_parsers')
-rw-r--r--dev-ros/camera_calibration_parsers/Manifest1
-rw-r--r--dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-ros/camera_calibration_parsers/Manifest b/dev-ros/camera_calibration_parsers/Manifest
index c60d7d95f2f9..484244f8631f 100644
--- a/dev-ros/camera_calibration_parsers/Manifest
+++ b/dev-ros/camera_calibration_parsers/Manifest
@@ -1,2 +1 @@
-DIST image_common-1.11.12.tar.gz 53920 BLAKE2B 296601a14b0e18e6685924ae4557ead446a95ac91ddffb791f9b0b4d643b8f9e40c17f8ace1a705bb5193647bb07444ac81513c888864b0cdd9b45464c14916c SHA512 cd64edd658092c88060a99bbf2cd501cd27441123c34914fc4c8d8c8a8a1fe6d4a929211e71d813b6eb72e1d844842ee3e12567bc40d32981db9ee430e61fb10
DIST image_common-1.11.13.tar.gz 54731 BLAKE2B 24c05d7da79ec4edc1713eb86efe9d570b8a9d55def1b0cdf7959275c4a0692af28d48d37d73361f3972c0f4ded5332ee02b535f1841473007eb8e61287b7826 SHA512 154a1acfc3ee1be83828f7b86de8a5e02d7613d724f734409c5b93b1505bcf911b95f20fe43435932f49e03e286ed7055e2b7abeb1c5292f540a2299dd424bfa
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
deleted file mode 100644
index e319da058e83..000000000000
--- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild
+++ /dev/null
@@ -1,27 +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/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" )