commit:     7a913b2dc5273c081ad14bb1b037653443e0c416
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 09:38:19 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 12:13:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a913b2d

ros-meta/vision_opencv: Bump to 1.12.1.

Package-Manager: portage-2.3.0

 ros-meta/vision_opencv/Manifest                    |  1 +
 ros-meta/vision_opencv/vision_opencv-1.12.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/ros-meta/vision_opencv/Manifest b/ros-meta/vision_opencv/Manifest
index 22d14c9..ff4fda9 100644
--- a/ros-meta/vision_opencv/Manifest
+++ b/ros-meta/vision_opencv/Manifest
@@ -1 +1,2 @@
 DIST vision_opencv-1.12.0.tar.gz 110922 SHA256 
bff37fe2d80d1fe125aa514791fe4aef5042d7715f621e39af696629881bf4ac SHA512 
9aa5764cb97ab48b96484cfd1bcf492f726cdeb9a75338945f8a65c9fcf753e339fc1738d96091a01884a5f5b66af710c6ade651b09459c5f3cd08180cd135b4
 WHIRLPOOL 
e214a7a03011ad66611ceb10a9fb88de03975538f8d52c44d0d4c82830c5c6b7e8fd3a6fe901faa7f1415f483acceb46b30db88f72125aed45fb6bda485ec231
+DIST vision_opencv-1.12.1.tar.gz 79203 SHA256 
ad0b66e5523b6862ada185f5064b2d9979b28d46e2b2eb42308e260dabae8c83 SHA512 
f95b3247eed1d5f4403b1a123a033a5178d3491cf5deee27bf8386a9dab66475ef7889d0787483a03545ba9fc11e039b4ab0beedfa09121562cabd1bd33b5f88
 WHIRLPOOL 
647eb428982ecc57aca41db893cf738d0c4b6870c5b54ddf79181f7e07a83f0738c18421d213f3463e64e4b8658b8ef643fd6c9c7c10ee62a011df5311d45c33

diff --git a/ros-meta/vision_opencv/vision_opencv-1.12.1.ebuild 
b/ros-meta/vision_opencv/vision_opencv-1.12.1.ebuild
new file mode 100644
index 0000000..cc419e0
--- /dev/null
+++ b/ros-meta/vision_opencv/vision_opencv-1.12.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-perception/vision_opencv";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Converts between ROS Image messages and OpenCV images"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+       dev-ros/cv_bridge
+       dev-ros/image_geometry
+       dev-ros/opencv_tests
+"
+DEPEND="${RDEPEND}"

Reply via email to