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/polled_camera/
Date: Tue, 01 Dec 2015 11:51:56
Message-Id: 1448970671.93aea05617834409c1f5c0e632b89c99666b9ed4.aballier@gentoo
1 commit: 93aea05617834409c1f5c0e632b89c99666b9ed4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 11:46:34 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 11:51:11 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93aea056
7
8 dev-ros/polled_camera: Bump to 1.11.8.
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/polled_camera/Manifest | 1 +
14 dev-ros/polled_camera/polled_camera-1.11.8.ebuild | 25 +++++++++++++++++++++++
15 2 files changed, 26 insertions(+)
16
17 diff --git a/dev-ros/polled_camera/Manifest b/dev-ros/polled_camera/Manifest
18 index a917fac..b9d1d58 100644
19 --- a/dev-ros/polled_camera/Manifest
20 +++ b/dev-ros/polled_camera/Manifest
21 @@ -1 +1,2 @@
22 DIST image_common-1.11.7.tar.gz 49437 SHA256 1a739aef8ea597f6e7eaad26c031ad90e797efcb9cae764cd352bb124e9744ca SHA512 7408b641c75b6227130218862674609521d8465680ac15d45fc296de6ad3372ef1dde225a812740e0d5200f5923b52b4e9c2fca4dd4f96104f0bfe901400f456 WHIRLPOOL 1c8aee3e738ced0d4b45695a7dd10b1140a330abd8b121c91e2816bed329fc23a1ae39b8150fc81f81b9b586d3a747a9e4d6541914f1caabf6df06cf7cf57441
23 +DIST image_common-1.11.8.tar.gz 49596 SHA256 14b5a067791c74d922ab39fbf773a08fc98b3ca3d6f920c8798713e4e551711c SHA512 448a10466c6ac04d2193ce87741658073c70f629b554df484decfba107c5bc67d9fcf660a12a1dc31ce2c570d69004207c47249e5523276a425e38f330d17f35 WHIRLPOOL 9b0c7fed36bfabf0f7126a887fc3926989fc178ad4f49192ee47fc9538816c55516b4624a542e13cfcb88515bc4927718ec26cb9212775e54f304bd9c665833b
24
25 diff --git a/dev-ros/polled_camera/polled_camera-1.11.8.ebuild b/dev-ros/polled_camera/polled_camera-1.11.8.ebuild
26 new file mode 100644
27 index 0000000..825bf06
28 --- /dev/null
29 +++ b/dev-ros/polled_camera/polled_camera-1.11.8.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2014 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +ROS_REPO_URI="https://github.com/ros-perception/image_common"
37 +KEYWORDS="~amd64 ~arm"
38 +ROS_SUBDIR=${PN}
39 +CATKIN_HAS_MESSAGES=yes
40 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
41 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/sensor_msgs"
42 +
43 +inherit ros-catkin
44 +
45 +DESCRIPTION="C++ helper classes for implementing a polled camera driver node and requesting images from it"
46 +LICENSE="BSD"
47 +SLOT="0"
48 +IUSE=""
49 +
50 +RDEPEND="
51 + dev-ros/roscpp
52 + dev-ros/image_transport
53 + dev-ros/rosconsole
54 +"
55 +DEPEND="${RDEPEND}"