public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2015-09-23  9:44 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2015-09-23  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f3bfb469a41e6eab3ade70f69b1c5d1c0443e19b
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 09:22:19 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 09:44:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3bfb469

dev-ros/opencv_apps: Initial import. Ebuild by me.

Package-Manager: portage-2.2.21

 dev-ros/opencv_apps/Manifest                  |  1 +
 dev-ros/opencv_apps/metadata.xml              |  5 +++++
 dev-ros/opencv_apps/opencv_apps-1.11.8.ebuild | 27 +++++++++++++++++++++++++++
 dev-ros/opencv_apps/opencv_apps-9999.ebuild   | 27 +++++++++++++++++++++++++++
 4 files changed, 60 insertions(+)

diff --git a/dev-ros/opencv_apps/Manifest b/dev-ros/opencv_apps/Manifest
new file mode 100644
index 0000000..ae2c9da
--- /dev/null
+++ b/dev-ros/opencv_apps/Manifest
@@ -0,0 +1 @@
+DIST vision_opencv-1.11.8.tar.gz 80160 SHA256 0cf0934d4d9bd91e966afc2f25a4e54646016b6628f4fe58e81faee0c58c88c2 SHA512 55ca2554a3736bd5102bfef14562a6bc341d13eb098fbb7d8d050c90b5d397820791aed54a3697f5084a1b629d959c7abc24172a8efbdfc65490ebdbcb548c77 WHIRLPOOL 8b2b9f4968618258ebd6b2d6d0674ca9c24ed5e7d1adcc4cbbf769e13206017ea06fe5172277a19d67c73c88066270a2e259743ee1b63e4cec7ce8508405b8d3

diff --git a/dev-ros/opencv_apps/metadata.xml b/dev-ros/opencv_apps/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/opencv_apps/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ros</herd>
+</pkgmetadata>

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.8.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.8.ebuild
new file mode 100644
index 0000000..cfea26d
--- /dev/null
+++ b/dev-ros/opencv_apps/opencv_apps-1.11.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 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"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+CATKIN_HAS_MESSAGES=yes
+
+inherit ros-catkin
+
+DESCRIPTION="OpenCV applications for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cv_bridge
+	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+	dev-ros/image_transport
+	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/nodelet
+	dev-ros/roscpp
+"
+DEPEND="${RDEPEND}"

diff --git a/dev-ros/opencv_apps/opencv_apps-9999.ebuild b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
new file mode 100644
index 0000000..cfea26d
--- /dev/null
+++ b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 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"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+CATKIN_HAS_MESSAGES=yes
+
+inherit ros-catkin
+
+DESCRIPTION="OpenCV applications for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cv_bridge
+	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+	dev-ros/image_transport
+	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/nodelet
+	dev-ros/roscpp
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2015-12-03  9:13 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2015-12-03  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1dcd938faf4441ff2eaa787d1063820b31c6b7c1
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 09:13:47 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 09:13:47 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcd938f

dev-ros/opencv_apps: bump to 1.11.9

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/opencv_apps/Manifest                  |  1 +
 dev-ros/opencv_apps/opencv_apps-1.11.9.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ros/opencv_apps/Manifest b/dev-ros/opencv_apps/Manifest
index ae2c9da..db9c55a 100644
--- a/dev-ros/opencv_apps/Manifest
+++ b/dev-ros/opencv_apps/Manifest
@@ -1 +1,2 @@
 DIST vision_opencv-1.11.8.tar.gz 80160 SHA256 0cf0934d4d9bd91e966afc2f25a4e54646016b6628f4fe58e81faee0c58c88c2 SHA512 55ca2554a3736bd5102bfef14562a6bc341d13eb098fbb7d8d050c90b5d397820791aed54a3697f5084a1b629d959c7abc24172a8efbdfc65490ebdbcb548c77 WHIRLPOOL 8b2b9f4968618258ebd6b2d6d0674ca9c24ed5e7d1adcc4cbbf769e13206017ea06fe5172277a19d67c73c88066270a2e259743ee1b63e4cec7ce8508405b8d3
+DIST vision_opencv-1.11.9.tar.gz 97544 SHA256 3ce781847f5f855083cfae94a8d89defbe4cc83e086b4c796653561aee08b826 SHA512 e1a40997d6a3cf821fb1d57f818b3bcb52d2d0372159eec7f756c7df52fbd2a3ec91ac960cd1a7454f13cd6fe0192f4c019e70fcd4b20d0f797f4845ce676211 WHIRLPOOL c0388e6a40a2b166231b960eff5a011ea2e96c23319209315a86744ac5628d75b9bcb3fd0abdebe941ff89b12852b8813b5e97b3ab7827a2320e0dc0fc64ab74

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.9.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.9.ebuild
new file mode 100644
index 0000000..cfea26d
--- /dev/null
+++ b/dev-ros/opencv_apps/opencv_apps-1.11.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 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"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+CATKIN_HAS_MESSAGES=yes
+
+inherit ros-catkin
+
+DESCRIPTION="OpenCV applications for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cv_bridge
+	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+	dev-ros/image_transport
+	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/nodelet
+	dev-ros/roscpp
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2016-01-19 11:35 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2016-01-19 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d4972dc39fb8d9ddccd8ea5df94067361167b191
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 11:08:04 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 11:35:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4972dc3

dev-ros/opencv_apps: add missing dep on opencv[contrib]

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild | 1 +
 dev-ros/opencv_apps/opencv_apps-9999.ebuild    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild
index cfea26d..6d271ab 100644
--- a/dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild
+++ b/dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild
@@ -23,5 +23,6 @@ RDEPEND="
 	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/nodelet
 	dev-ros/roscpp
+	>=media-libs/opencv-3:0=[contrib]
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/opencv_apps/opencv_apps-9999.ebuild b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
index cfea26d..6d271ab 100644
--- a/dev-ros/opencv_apps/opencv_apps-9999.ebuild
+++ b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
@@ -23,5 +23,6 @@ RDEPEND="
 	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/nodelet
 	dev-ros/roscpp
+	>=media-libs/opencv-3:0=[contrib]
 "
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2016-01-19 11:35 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2016-01-19 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     9e63b25c262f640cfda3123ffe64ce54bc85ebe8
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 10:51:46 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 11:35:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e63b25c

dev-ros/opencv_apps: Bump to 1.11.10.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/opencv_apps/Manifest                   |  1 +
 dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ros/opencv_apps/Manifest b/dev-ros/opencv_apps/Manifest
index db9c55a..a7e292a 100644
--- a/dev-ros/opencv_apps/Manifest
+++ b/dev-ros/opencv_apps/Manifest
@@ -1,2 +1,3 @@
+DIST vision_opencv-1.11.10.tar.gz 106660 SHA256 f9e120a780252b0234cbf3e65260ce3033dd25a81b32f27ccfdda41a3e765a3e SHA512 c8ba5991a50526a2341552f95dcaeb1b1ccf8ea7684f543e50ebcdd5ef0abdcd578364efcf25d4adad976c4382c67ee3d2550c107e569be2fbb675dcf4b8d51e WHIRLPOOL 2d2ba6916a73172035a772fe845b73cec19119370f4955d4c4bf36592d44f22b158d58b8bc67d3ec3fce395e54dcd7ef7eba1dcdefc51d8c85aa1e739b5877b9
 DIST vision_opencv-1.11.8.tar.gz 80160 SHA256 0cf0934d4d9bd91e966afc2f25a4e54646016b6628f4fe58e81faee0c58c88c2 SHA512 55ca2554a3736bd5102bfef14562a6bc341d13eb098fbb7d8d050c90b5d397820791aed54a3697f5084a1b629d959c7abc24172a8efbdfc65490ebdbcb548c77 WHIRLPOOL 8b2b9f4968618258ebd6b2d6d0674ca9c24ed5e7d1adcc4cbbf769e13206017ea06fe5172277a19d67c73c88066270a2e259743ee1b63e4cec7ce8508405b8d3
 DIST vision_opencv-1.11.9.tar.gz 97544 SHA256 3ce781847f5f855083cfae94a8d89defbe4cc83e086b4c796653561aee08b826 SHA512 e1a40997d6a3cf821fb1d57f818b3bcb52d2d0372159eec7f756c7df52fbd2a3ec91ac960cd1a7454f13cd6fe0192f4c019e70fcd4b20d0f797f4845ce676211 WHIRLPOOL c0388e6a40a2b166231b960eff5a011ea2e96c23319209315a86744ac5628d75b9bcb3fd0abdebe941ff89b12852b8813b5e97b3ab7827a2320e0dc0fc64ab74

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild
new file mode 100644
index 0000000..cfea26d
--- /dev/null
+++ b/dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 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"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+CATKIN_HAS_MESSAGES=yes
+
+inherit ros-catkin
+
+DESCRIPTION="OpenCV applications for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cv_bridge
+	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+	dev-ros/image_transport
+	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/nodelet
+	dev-ros/roscpp
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2016-02-04 11:16 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2016-02-04 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     49c60a87ffb4390085c94efa76a2fbdafc1313cf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  4 10:50:41 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 11:12:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c60a87

dev-ros/opencv_apps: Bump to 1.11.11.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/opencv_apps/Manifest                   |  1 +
 dev-ros/opencv_apps/opencv_apps-1.11.11.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ros/opencv_apps/Manifest b/dev-ros/opencv_apps/Manifest
index a7e292a..6b67d1d 100644
--- a/dev-ros/opencv_apps/Manifest
+++ b/dev-ros/opencv_apps/Manifest
@@ -1,3 +1,4 @@
 DIST vision_opencv-1.11.10.tar.gz 106660 SHA256 f9e120a780252b0234cbf3e65260ce3033dd25a81b32f27ccfdda41a3e765a3e SHA512 c8ba5991a50526a2341552f95dcaeb1b1ccf8ea7684f543e50ebcdd5ef0abdcd578364efcf25d4adad976c4382c67ee3d2550c107e569be2fbb675dcf4b8d51e WHIRLPOOL 2d2ba6916a73172035a772fe845b73cec19119370f4955d4c4bf36592d44f22b158d58b8bc67d3ec3fce395e54dcd7ef7eba1dcdefc51d8c85aa1e739b5877b9
+DIST vision_opencv-1.11.11.tar.gz 107062 SHA256 33413f7d805cf6f3edaabae6b264af1e09568085f84763a7b8e76b075962c449 SHA512 ab8d8065937c017ec42e9f0e8ec69934830f7b4de8a47b3d01d56ad4bc661e19f98ef52a8a10bfcd48d448b7187cf44f9cedb48e500e85da052ea1616b686e9e WHIRLPOOL 7c7878e1bb582f98b857d233c5462969e6b4f2488bcd096563e233f6310255c917a2e09ba73550b6d9ab46cd047d3cd3a58548457d1717a06cddf2609085c0c6
 DIST vision_opencv-1.11.8.tar.gz 80160 SHA256 0cf0934d4d9bd91e966afc2f25a4e54646016b6628f4fe58e81faee0c58c88c2 SHA512 55ca2554a3736bd5102bfef14562a6bc341d13eb098fbb7d8d050c90b5d397820791aed54a3697f5084a1b629d959c7abc24172a8efbdfc65490ebdbcb548c77 WHIRLPOOL 8b2b9f4968618258ebd6b2d6d0674ca9c24ed5e7d1adcc4cbbf769e13206017ea06fe5172277a19d67c73c88066270a2e259743ee1b63e4cec7ce8508405b8d3
 DIST vision_opencv-1.11.9.tar.gz 97544 SHA256 3ce781847f5f855083cfae94a8d89defbe4cc83e086b4c796653561aee08b826 SHA512 e1a40997d6a3cf821fb1d57f818b3bcb52d2d0372159eec7f756c7df52fbd2a3ec91ac960cd1a7454f13cd6fe0192f4c019e70fcd4b20d0f797f4845ce676211 WHIRLPOOL c0388e6a40a2b166231b960eff5a011ea2e96c23319209315a86744ac5628d75b9bcb3fd0abdebe941ff89b12852b8813b5e97b3ab7827a2320e0dc0fc64ab74

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.11.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.11.ebuild
new file mode 100644
index 0000000..6d271ab
--- /dev/null
+++ b/dev-ros/opencv_apps/opencv_apps-1.11.11.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 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"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+CATKIN_HAS_MESSAGES=yes
+
+inherit ros-catkin
+
+DESCRIPTION="OpenCV applications for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cv_bridge
+	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+	dev-ros/image_transport
+	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/nodelet
+	dev-ros/roscpp
+	>=media-libs/opencv-3:0=[contrib]
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2016-03-14 11:38 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2016-03-14 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     aeb4c0d4f416d1fb4587adaa94ba5d79ac4c365f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 11:27:24 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 11:38:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb4c0d4

dev-ros/opencv_apps: Bump to 1.11.12.

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/opencv_apps/Manifest                   |  1 +
 dev-ros/opencv_apps/opencv_apps-1.11.12.ebuild | 28 ++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-ros/opencv_apps/Manifest b/dev-ros/opencv_apps/Manifest
index 6b67d1d..537a45e 100644
--- a/dev-ros/opencv_apps/Manifest
+++ b/dev-ros/opencv_apps/Manifest
@@ -1,4 +1,5 @@
 DIST vision_opencv-1.11.10.tar.gz 106660 SHA256 f9e120a780252b0234cbf3e65260ce3033dd25a81b32f27ccfdda41a3e765a3e SHA512 c8ba5991a50526a2341552f95dcaeb1b1ccf8ea7684f543e50ebcdd5ef0abdcd578364efcf25d4adad976c4382c67ee3d2550c107e569be2fbb675dcf4b8d51e WHIRLPOOL 2d2ba6916a73172035a772fe845b73cec19119370f4955d4c4bf36592d44f22b158d58b8bc67d3ec3fce395e54dcd7ef7eba1dcdefc51d8c85aa1e739b5877b9
 DIST vision_opencv-1.11.11.tar.gz 107062 SHA256 33413f7d805cf6f3edaabae6b264af1e09568085f84763a7b8e76b075962c449 SHA512 ab8d8065937c017ec42e9f0e8ec69934830f7b4de8a47b3d01d56ad4bc661e19f98ef52a8a10bfcd48d448b7187cf44f9cedb48e500e85da052ea1616b686e9e WHIRLPOOL 7c7878e1bb582f98b857d233c5462969e6b4f2488bcd096563e233f6310255c917a2e09ba73550b6d9ab46cd047d3cd3a58548457d1717a06cddf2609085c0c6
+DIST vision_opencv-1.11.12.tar.gz 110974 SHA256 9537246f167dcb1689888be127efd6706e66518583b74bac2d8a4ff6646a7a43 SHA512 6e836514931a6528ca609ab1c465484309ec85b21ae4d18b3dd596a0bbaf59283e07b269d953611af5d24eb48a1dd81a966fee8f74ea947e107b0d0f3ef833f1 WHIRLPOOL 0070e6c170f0e450f654e2c2502c99bd0f1c5d73921984b0efedc3aa34da7ec61eb8c3259de79cbf55841c7958e313ae014ffb0ad8513c2d60b54baa448c3367
 DIST vision_opencv-1.11.8.tar.gz 80160 SHA256 0cf0934d4d9bd91e966afc2f25a4e54646016b6628f4fe58e81faee0c58c88c2 SHA512 55ca2554a3736bd5102bfef14562a6bc341d13eb098fbb7d8d050c90b5d397820791aed54a3697f5084a1b629d959c7abc24172a8efbdfc65490ebdbcb548c77 WHIRLPOOL 8b2b9f4968618258ebd6b2d6d0674ca9c24ed5e7d1adcc4cbbf769e13206017ea06fe5172277a19d67c73c88066270a2e259743ee1b63e4cec7ce8508405b8d3
 DIST vision_opencv-1.11.9.tar.gz 97544 SHA256 3ce781847f5f855083cfae94a8d89defbe4cc83e086b4c796653561aee08b826 SHA512 e1a40997d6a3cf821fb1d57f818b3bcb52d2d0372159eec7f756c7df52fbd2a3ec91ac960cd1a7454f13cd6fe0192f4c019e70fcd4b20d0f797f4845ce676211 WHIRLPOOL c0388e6a40a2b166231b960eff5a011ea2e96c23319209315a86744ac5628d75b9bcb3fd0abdebe941ff89b12852b8813b5e97b3ab7827a2320e0dc0fc64ab74

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.12.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.12.ebuild
new file mode 100644
index 0000000..6d271ab
--- /dev/null
+++ b/dev-ros/opencv_apps/opencv_apps-1.11.12.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 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"
+PYTHON_COMPAT=( python2_7 )
+ROS_SUBDIR=${PN}
+CATKIN_HAS_MESSAGES=yes
+
+inherit ros-catkin
+
+DESCRIPTION="OpenCV applications for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cv_bridge
+	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+	dev-ros/image_transport
+	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/nodelet
+	dev-ros/roscpp
+	>=media-libs/opencv-3:0=[contrib]
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2016-10-07 17:20 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2016-10-07 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     af86e3708a023b99f9312ef2bd9f2ff59bccab39
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 17:15:18 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 17:20:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af86e370

dev-ros/opencv_app: remove old

Package-Manager: portage-2.3.1

 dev-ros/opencv_apps/Manifest                   |  5 -----
 dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild | 28 --------------------------
 dev-ros/opencv_apps/opencv_apps-1.11.11.ebuild | 28 --------------------------
 dev-ros/opencv_apps/opencv_apps-1.11.12.ebuild | 28 --------------------------
 dev-ros/opencv_apps/opencv_apps-1.11.8.ebuild  | 27 -------------------------
 dev-ros/opencv_apps/opencv_apps-1.11.9.ebuild  | 27 -------------------------
 6 files changed, 143 deletions(-)

diff --git a/dev-ros/opencv_apps/Manifest b/dev-ros/opencv_apps/Manifest
index 9f937f5..22d14c9 100644
--- a/dev-ros/opencv_apps/Manifest
+++ b/dev-ros/opencv_apps/Manifest
@@ -1,6 +1 @@
-DIST vision_opencv-1.11.10.tar.gz 106660 SHA256 f9e120a780252b0234cbf3e65260ce3033dd25a81b32f27ccfdda41a3e765a3e SHA512 c8ba5991a50526a2341552f95dcaeb1b1ccf8ea7684f543e50ebcdd5ef0abdcd578364efcf25d4adad976c4382c67ee3d2550c107e569be2fbb675dcf4b8d51e WHIRLPOOL 2d2ba6916a73172035a772fe845b73cec19119370f4955d4c4bf36592d44f22b158d58b8bc67d3ec3fce395e54dcd7ef7eba1dcdefc51d8c85aa1e739b5877b9
-DIST vision_opencv-1.11.11.tar.gz 107062 SHA256 33413f7d805cf6f3edaabae6b264af1e09568085f84763a7b8e76b075962c449 SHA512 ab8d8065937c017ec42e9f0e8ec69934830f7b4de8a47b3d01d56ad4bc661e19f98ef52a8a10bfcd48d448b7187cf44f9cedb48e500e85da052ea1616b686e9e WHIRLPOOL 7c7878e1bb582f98b857d233c5462969e6b4f2488bcd096563e233f6310255c917a2e09ba73550b6d9ab46cd047d3cd3a58548457d1717a06cddf2609085c0c6
-DIST vision_opencv-1.11.12.tar.gz 110974 SHA256 9537246f167dcb1689888be127efd6706e66518583b74bac2d8a4ff6646a7a43 SHA512 6e836514931a6528ca609ab1c465484309ec85b21ae4d18b3dd596a0bbaf59283e07b269d953611af5d24eb48a1dd81a966fee8f74ea947e107b0d0f3ef833f1 WHIRLPOOL 0070e6c170f0e450f654e2c2502c99bd0f1c5d73921984b0efedc3aa34da7ec61eb8c3259de79cbf55841c7958e313ae014ffb0ad8513c2d60b54baa448c3367
-DIST vision_opencv-1.11.8.tar.gz 80160 SHA256 0cf0934d4d9bd91e966afc2f25a4e54646016b6628f4fe58e81faee0c58c88c2 SHA512 55ca2554a3736bd5102bfef14562a6bc341d13eb098fbb7d8d050c90b5d397820791aed54a3697f5084a1b629d959c7abc24172a8efbdfc65490ebdbcb548c77 WHIRLPOOL 8b2b9f4968618258ebd6b2d6d0674ca9c24ed5e7d1adcc4cbbf769e13206017ea06fe5172277a19d67c73c88066270a2e259743ee1b63e4cec7ce8508405b8d3
-DIST vision_opencv-1.11.9.tar.gz 97544 SHA256 3ce781847f5f855083cfae94a8d89defbe4cc83e086b4c796653561aee08b826 SHA512 e1a40997d6a3cf821fb1d57f818b3bcb52d2d0372159eec7f756c7df52fbd2a3ec91ac960cd1a7454f13cd6fe0192f4c019e70fcd4b20d0f797f4845ce676211 WHIRLPOOL c0388e6a40a2b166231b960eff5a011ea2e96c23319209315a86744ac5628d75b9bcb3fd0abdebe941ff89b12852b8813b5e97b3ab7827a2320e0dc0fc64ab74
 DIST vision_opencv-1.12.0.tar.gz 110922 SHA256 bff37fe2d80d1fe125aa514791fe4aef5042d7715f621e39af696629881bf4ac SHA512 9aa5764cb97ab48b96484cfd1bcf492f726cdeb9a75338945f8a65c9fcf753e339fc1738d96091a01884a5f5b66af710c6ade651b09459c5f3cd08180cd135b4 WHIRLPOOL e214a7a03011ad66611ceb10a9fb88de03975538f8d52c44d0d4c82830c5c6b7e8fd3a6fe901faa7f1415f483acceb46b30db88f72125aed45fb6bda485ec231

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild
deleted file mode 100644
index 6d271ab..00000000
--- a/dev-ros/opencv_apps/opencv_apps-1.11.10.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 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"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-CATKIN_HAS_MESSAGES=yes
-
-inherit ros-catkin
-
-DESCRIPTION="OpenCV applications for ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/cv_bridge
-	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-	dev-ros/image_transport
-	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/nodelet
-	dev-ros/roscpp
-	>=media-libs/opencv-3:0=[contrib]
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.11.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.11.ebuild
deleted file mode 100644
index 6d271ab..00000000
--- a/dev-ros/opencv_apps/opencv_apps-1.11.11.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 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"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-CATKIN_HAS_MESSAGES=yes
-
-inherit ros-catkin
-
-DESCRIPTION="OpenCV applications for ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/cv_bridge
-	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-	dev-ros/image_transport
-	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/nodelet
-	dev-ros/roscpp
-	>=media-libs/opencv-3:0=[contrib]
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.12.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.12.ebuild
deleted file mode 100644
index 6d271ab..00000000
--- a/dev-ros/opencv_apps/opencv_apps-1.11.12.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 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"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-CATKIN_HAS_MESSAGES=yes
-
-inherit ros-catkin
-
-DESCRIPTION="OpenCV applications for ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/cv_bridge
-	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-	dev-ros/image_transport
-	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/nodelet
-	dev-ros/roscpp
-	>=media-libs/opencv-3:0=[contrib]
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.8.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.8.ebuild
deleted file mode 100644
index cfea26d..00000000
--- a/dev-ros/opencv_apps/opencv_apps-1.11.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 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"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-CATKIN_HAS_MESSAGES=yes
-
-inherit ros-catkin
-
-DESCRIPTION="OpenCV applications for ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/cv_bridge
-	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-	dev-ros/image_transport
-	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/nodelet
-	dev-ros/roscpp
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.9.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.9.ebuild
deleted file mode 100644
index cfea26d..00000000
--- a/dev-ros/opencv_apps/opencv_apps-1.11.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 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"
-PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
-CATKIN_HAS_MESSAGES=yes
-
-inherit ros-catkin
-
-DESCRIPTION="OpenCV applications for ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/cv_bridge
-	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-	dev-ros/image_transport
-	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/nodelet
-	dev-ros/roscpp
-"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2016-10-07 17:20 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2016-10-07 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c36f9c33fd2cc3b68ade986164675653350ea08e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 17:20:32 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 17:20:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36f9c33

dev-ros/opencv_apps: bump to 1.11.14. Upstream split it and went back in version numbers...

Package-Manager: portage-2.3.1

 dev-ros/opencv_apps/Manifest                                         | 2 +-
 .../{opencv_apps-1.12.0.ebuild => opencv_apps-1.11.14.ebuild}        | 5 ++---
 dev-ros/opencv_apps/opencv_apps-9999.ebuild                          | 5 ++---
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/dev-ros/opencv_apps/Manifest b/dev-ros/opencv_apps/Manifest
index 22d14c9..34aa757 100644
--- a/dev-ros/opencv_apps/Manifest
+++ b/dev-ros/opencv_apps/Manifest
@@ -1 +1 @@
-DIST vision_opencv-1.12.0.tar.gz 110922 SHA256 bff37fe2d80d1fe125aa514791fe4aef5042d7715f621e39af696629881bf4ac SHA512 9aa5764cb97ab48b96484cfd1bcf492f726cdeb9a75338945f8a65c9fcf753e339fc1738d96091a01884a5f5b66af710c6ade651b09459c5f3cd08180cd135b4 WHIRLPOOL e214a7a03011ad66611ceb10a9fb88de03975538f8d52c44d0d4c82830c5c6b7e8fd3a6fe901faa7f1415f483acceb46b30db88f72125aed45fb6bda485ec231
+DIST opencv_apps-1.11.14.tar.gz 51452 SHA256 bb4ba53022b331a50cd9d043169c4763004914fe1d6c369aedabf7c6808577b1 SHA512 1a1765ac63c396b41840395d9fb693241f97db1ada276e60121c4766ba30034389743754c966d54ffd24afec6c52032ab5dd7054cc93c4be10ca21f2191287d5 WHIRLPOOL 2f27bf71a2ed10e704e9226721dc2664764df304929620ca5e92b0df9e61360cad5d29dc4f5a774481abd82bd17a9caba6d57d58b8cb84a897efd6288b527eb1

diff --git a/dev-ros/opencv_apps/opencv_apps-1.12.0.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.14.ebuild
similarity index 81%
rename from dev-ros/opencv_apps/opencv_apps-1.12.0.ebuild
rename to dev-ros/opencv_apps/opencv_apps-1.11.14.ebuild
index f11ce39..42574a7 100644
--- a/dev-ros/opencv_apps/opencv_apps-1.12.0.ebuild
+++ b/dev-ros/opencv_apps/opencv_apps-1.11.14.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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"
+ROS_REPO_URI="https://github.com/ros-perception/opencv_apps"
 KEYWORDS="~amd64 ~arm"
 PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
 CATKIN_HAS_MESSAGES=yes
 CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
 

diff --git a/dev-ros/opencv_apps/opencv_apps-9999.ebuild b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
index f11ce39..42574a7 100644
--- a/dev-ros/opencv_apps/opencv_apps-9999.ebuild
+++ b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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"
+ROS_REPO_URI="https://github.com/ros-perception/opencv_apps"
 KEYWORDS="~amd64 ~arm"
 PYTHON_COMPAT=( python2_7 )
-ROS_SUBDIR=${PN}
 CATKIN_HAS_MESSAGES=yes
 CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2017-03-29  6:48 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2017-03-29  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     96e8c300a36fc4bdfc4c561c7b8a2574fbeced05
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 06:42:19 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 06:42:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e8c300

dev-ros/opencv_apps: Bump to 1.11.15

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-ros/opencv_apps/Manifest                   |  1 +
 dev-ros/opencv_apps/opencv_apps-1.11.15.ebuild | 27 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ros/opencv_apps/Manifest b/dev-ros/opencv_apps/Manifest
index 34aa757e996..039785900a4 100644
--- a/dev-ros/opencv_apps/Manifest
+++ b/dev-ros/opencv_apps/Manifest
@@ -1 +1,2 @@
 DIST opencv_apps-1.11.14.tar.gz 51452 SHA256 bb4ba53022b331a50cd9d043169c4763004914fe1d6c369aedabf7c6808577b1 SHA512 1a1765ac63c396b41840395d9fb693241f97db1ada276e60121c4766ba30034389743754c966d54ffd24afec6c52032ab5dd7054cc93c4be10ca21f2191287d5 WHIRLPOOL 2f27bf71a2ed10e704e9226721dc2664764df304929620ca5e92b0df9e61360cad5d29dc4f5a774481abd82bd17a9caba6d57d58b8cb84a897efd6288b527eb1
+DIST opencv_apps-1.11.15.tar.gz 58677 SHA256 054e292fdec876fb821911f7c240a48057bc6a789692ba007a89fcfcdbdff6d5 SHA512 376ee619ca2841e30270266163ff1e46de938280c8a7e085a206f120d24418efdd9d935fd4e83c6d0717fc50810351ab5058b2a39aa5b96828d74eae7ae20d97 WHIRLPOOL b41c6a067251bdc42ebcd71415a04934579fd4b5c9a2fb342aad0bf7ee1fcbffae575086e9a37261f58b41b27dee0c8bdfc003b66cb96f361ab6914a20cb97b3

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.15.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.15.ebuild
new file mode 100644
index 00000000000..42b8ba6e77e
--- /dev/null
+++ b/dev-ros/opencv_apps/opencv_apps-1.11.15.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/opencv_apps"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+CATKIN_HAS_MESSAGES=yes
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="OpenCV applications for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cv_bridge
+	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+	dev-ros/image_transport
+	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/nodelet
+	dev-ros/roscpp
+	>=media-libs/opencv-3:0=[contrib]
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2017-07-16 12:17 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2017-07-16 12:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5e206bcc6dd4d4fa76e0eb2e81fff62c6cd0a54f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 10:57:15 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 12:17:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e206bcc

dev-ros/opencv_apps: bump to 1.12.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ros/opencv_apps/Manifest                  |  1 +
 dev-ros/opencv_apps/opencv_apps-1.12.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ros/opencv_apps/Manifest b/dev-ros/opencv_apps/Manifest
index 039785900a4..bd99b1781c5 100644
--- a/dev-ros/opencv_apps/Manifest
+++ b/dev-ros/opencv_apps/Manifest
@@ -1,2 +1,3 @@
 DIST opencv_apps-1.11.14.tar.gz 51452 SHA256 bb4ba53022b331a50cd9d043169c4763004914fe1d6c369aedabf7c6808577b1 SHA512 1a1765ac63c396b41840395d9fb693241f97db1ada276e60121c4766ba30034389743754c966d54ffd24afec6c52032ab5dd7054cc93c4be10ca21f2191287d5 WHIRLPOOL 2f27bf71a2ed10e704e9226721dc2664764df304929620ca5e92b0df9e61360cad5d29dc4f5a774481abd82bd17a9caba6d57d58b8cb84a897efd6288b527eb1
 DIST opencv_apps-1.11.15.tar.gz 58677 SHA256 054e292fdec876fb821911f7c240a48057bc6a789692ba007a89fcfcdbdff6d5 SHA512 376ee619ca2841e30270266163ff1e46de938280c8a7e085a206f120d24418efdd9d935fd4e83c6d0717fc50810351ab5058b2a39aa5b96828d74eae7ae20d97 WHIRLPOOL b41c6a067251bdc42ebcd71415a04934579fd4b5c9a2fb342aad0bf7ee1fcbffae575086e9a37261f58b41b27dee0c8bdfc003b66cb96f361ab6914a20cb97b3
+DIST opencv_apps-1.12.0.tar.gz 77353 SHA256 4d8b7e5d9886f5f631be9d77a12f2d9836ea4c6c2d2930f0e012f798fae35b56 SHA512 8a0dffad44520ea78abead88dc2917314e8688b820c37512eff909164c626ab9d2511357e8d2683ebcc37610d061b4d6356a3bd39263bbccb5afc5560a4d78b7 WHIRLPOOL 3fd18660668b0ed95cef8982f8b9d74709245e62fd9d53b751ec75be08fe6d4ba9fa52d80dd277675300a03f198417d058f734962a2a27dfaa1c063e464325f7

diff --git a/dev-ros/opencv_apps/opencv_apps-1.12.0.ebuild b/dev-ros/opencv_apps/opencv_apps-1.12.0.ebuild
new file mode 100644
index 00000000000..42b8ba6e77e
--- /dev/null
+++ b/dev-ros/opencv_apps/opencv_apps-1.12.0.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/opencv_apps"
+KEYWORDS="~amd64 ~arm"
+PYTHON_COMPAT=( python2_7 )
+CATKIN_HAS_MESSAGES=yes
+CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
+
+inherit ros-catkin
+
+DESCRIPTION="OpenCV applications for ROS"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	dev-ros/cv_bridge
+	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+	dev-ros/image_transport
+	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	dev-ros/nodelet
+	dev-ros/roscpp
+	>=media-libs/opencv-3:0=[contrib]
+"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2017-09-12 11:49 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2017-09-12 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0b83525ad337c4ecc7805c5fd04c0160f953caa7
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 11:27:48 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 11:49:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b83525a

dev-ros/opencv_apps: Remove old

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/opencv_apps/Manifest                   |  2 --
 dev-ros/opencv_apps/opencv_apps-1.11.14.ebuild | 27 --------------------------
 dev-ros/opencv_apps/opencv_apps-1.11.15.ebuild | 27 --------------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-ros/opencv_apps/Manifest b/dev-ros/opencv_apps/Manifest
index bd99b1781c5..578c1993efb 100644
--- a/dev-ros/opencv_apps/Manifest
+++ b/dev-ros/opencv_apps/Manifest
@@ -1,3 +1 @@
-DIST opencv_apps-1.11.14.tar.gz 51452 SHA256 bb4ba53022b331a50cd9d043169c4763004914fe1d6c369aedabf7c6808577b1 SHA512 1a1765ac63c396b41840395d9fb693241f97db1ada276e60121c4766ba30034389743754c966d54ffd24afec6c52032ab5dd7054cc93c4be10ca21f2191287d5 WHIRLPOOL 2f27bf71a2ed10e704e9226721dc2664764df304929620ca5e92b0df9e61360cad5d29dc4f5a774481abd82bd17a9caba6d57d58b8cb84a897efd6288b527eb1
-DIST opencv_apps-1.11.15.tar.gz 58677 SHA256 054e292fdec876fb821911f7c240a48057bc6a789692ba007a89fcfcdbdff6d5 SHA512 376ee619ca2841e30270266163ff1e46de938280c8a7e085a206f120d24418efdd9d935fd4e83c6d0717fc50810351ab5058b2a39aa5b96828d74eae7ae20d97 WHIRLPOOL b41c6a067251bdc42ebcd71415a04934579fd4b5c9a2fb342aad0bf7ee1fcbffae575086e9a37261f58b41b27dee0c8bdfc003b66cb96f361ab6914a20cb97b3
 DIST opencv_apps-1.12.0.tar.gz 77353 SHA256 4d8b7e5d9886f5f631be9d77a12f2d9836ea4c6c2d2930f0e012f798fae35b56 SHA512 8a0dffad44520ea78abead88dc2917314e8688b820c37512eff909164c626ab9d2511357e8d2683ebcc37610d061b4d6356a3bd39263bbccb5afc5560a4d78b7 WHIRLPOOL 3fd18660668b0ed95cef8982f8b9d74709245e62fd9d53b751ec75be08fe6d4ba9fa52d80dd277675300a03f198417d058f734962a2a27dfaa1c063e464325f7

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.14.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.14.ebuild
deleted file mode 100644
index 9b90c4fd8b3..00000000000
--- a/dev-ros/opencv_apps/opencv_apps-1.11.14.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/opencv_apps"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-CATKIN_HAS_MESSAGES=yes
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="OpenCV applications for ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/cv_bridge
-	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-	dev-ros/image_transport
-	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/nodelet
-	dev-ros/roscpp
-	>=media-libs/opencv-3:0=[contrib]
-"
-DEPEND="${RDEPEND}"

diff --git a/dev-ros/opencv_apps/opencv_apps-1.11.15.ebuild b/dev-ros/opencv_apps/opencv_apps-1.11.15.ebuild
deleted file mode 100644
index 42b8ba6e77e..00000000000
--- a/dev-ros/opencv_apps/opencv_apps-1.11.15.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/opencv_apps"
-KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
-CATKIN_HAS_MESSAGES=yes
-CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
-
-inherit ros-catkin
-
-DESCRIPTION="OpenCV applications for ROS"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-	dev-ros/cv_bridge
-	dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
-	dev-ros/image_transport
-	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
-	dev-ros/nodelet
-	dev-ros/roscpp
-	>=media-libs/opencv-3:0=[contrib]
-"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2017-09-12 11:49 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2017-09-12 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a1a44231f03ac212941b758ca156031a5a4798e4
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 11:28:17 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 11:49:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a44231

dev-ros/opencv_apps: add missing boost dep

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ros/opencv_apps/opencv_apps-1.12.0.ebuild | 1 +
 dev-ros/opencv_apps/opencv_apps-9999.ebuild   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ros/opencv_apps/opencv_apps-1.12.0.ebuild b/dev-ros/opencv_apps/opencv_apps-1.12.0.ebuild
index 42b8ba6e77e..db370bce8e1 100644
--- a/dev-ros/opencv_apps/opencv_apps-1.12.0.ebuild
+++ b/dev-ros/opencv_apps/opencv_apps-1.12.0.ebuild
@@ -23,5 +23,6 @@ RDEPEND="
 	dev-ros/nodelet
 	dev-ros/roscpp
 	>=media-libs/opencv-3:0=[contrib]
+	dev-libs/boost:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-ros/opencv_apps/opencv_apps-9999.ebuild b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
index 9b90c4fd8b3..db370bce8e1 100644
--- a/dev-ros/opencv_apps/opencv_apps-9999.ebuild
+++ b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,5 +23,6 @@ RDEPEND="
 	dev-ros/nodelet
 	dev-ros/roscpp
 	>=media-libs/opencv-3:0=[contrib]
+	dev-libs/boost:=
 "
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2017-12-08 18:44 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2017-12-08 18:44 UTC (permalink / raw
  To: gentoo-commits

commit:     57a7e6a0a2eb195281aaec2255eb2a3d7970cfcc
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  7 08:00:27 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 18:44:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a7e6a0

dev-ros/opencv_apps: bump to 2.0.0

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-ros/opencv_apps/Manifest                                           | 3 ++-
 .../opencv_apps/{opencv_apps-9999.ebuild => opencv_apps-2.0.0.ebuild}  | 2 --
 dev-ros/opencv_apps/opencv_apps-9999.ebuild                            | 2 --
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-ros/opencv_apps/Manifest b/dev-ros/opencv_apps/Manifest
index 578c1993efb..3a38aee5c4a 100644
--- a/dev-ros/opencv_apps/Manifest
+++ b/dev-ros/opencv_apps/Manifest
@@ -1 +1,2 @@
-DIST opencv_apps-1.12.0.tar.gz 77353 SHA256 4d8b7e5d9886f5f631be9d77a12f2d9836ea4c6c2d2930f0e012f798fae35b56 SHA512 8a0dffad44520ea78abead88dc2917314e8688b820c37512eff909164c626ab9d2511357e8d2683ebcc37610d061b4d6356a3bd39263bbccb5afc5560a4d78b7 WHIRLPOOL 3fd18660668b0ed95cef8982f8b9d74709245e62fd9d53b751ec75be08fe6d4ba9fa52d80dd277675300a03f198417d058f734962a2a27dfaa1c063e464325f7
+DIST opencv_apps-1.12.0.tar.gz 77353 BLAKE2B 757cff5a549db835236d58079c5ccfacee3d5bb7640f0567e157bd9e2ea827903faa35f268cb898e4348d30fd477cd80b0e7cf18fe4b73dd770a7b2e18295685 SHA512 8a0dffad44520ea78abead88dc2917314e8688b820c37512eff909164c626ab9d2511357e8d2683ebcc37610d061b4d6356a3bd39263bbccb5afc5560a4d78b7
+DIST opencv_apps-2.0.0.tar.gz 81204 BLAKE2B cd8fbcbde0213b6f5aca61dc1e9aa9740cc9d726c9d139e2888cc42d777e13f5923b4e19d2efd732797cadeb352ea26edbddab58e5d09cd7ba4571fe60649d73 SHA512 5b89ced226bfcd186de94a4bf3a9cf94d80b117a726609f58bf7331b0b3ba62ad9d4b72c4d6f0d1332000665e9aacc0e7f6dd26defda6914fa8696b586996798

diff --git a/dev-ros/opencv_apps/opencv_apps-9999.ebuild b/dev-ros/opencv_apps/opencv_apps-2.0.0.ebuild
similarity index 94%
copy from dev-ros/opencv_apps/opencv_apps-9999.ebuild
copy to dev-ros/opencv_apps/opencv_apps-2.0.0.ebuild
index 1bb75ae5f0f..328054b9fc6 100644
--- a/dev-ros/opencv_apps/opencv_apps-9999.ebuild
+++ b/dev-ros/opencv_apps/opencv_apps-2.0.0.ebuild
@@ -26,5 +26,3 @@ RDEPEND="
 	dev-libs/boost:=
 "
 DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/ocv33.patch" )

diff --git a/dev-ros/opencv_apps/opencv_apps-9999.ebuild b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
index 1bb75ae5f0f..328054b9fc6 100644
--- a/dev-ros/opencv_apps/opencv_apps-9999.ebuild
+++ b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
@@ -26,5 +26,3 @@ RDEPEND="
 	dev-libs/boost:=
 "
 DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/ocv33.patch" )


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/
@ 2020-07-31 10:49 Alexis Ballier
  0 siblings, 0 replies; 14+ messages in thread
From: Alexis Ballier @ 2020-07-31 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     314a1b33bd412ec832aa51d25926ebfb0cbd2785
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 10:45:35 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 10:48:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314a1b33

dev-ros/opencv_apps: add some missing test deps

Bug: https://bugs.gentoo.org/734768
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/opencv_apps/opencv_apps-2.0.1.ebuild | 10 ++++++++++
 dev-ros/opencv_apps/opencv_apps-9999.ebuild  | 10 ++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-ros/opencv_apps/opencv_apps-2.0.1.ebuild b/dev-ros/opencv_apps/opencv_apps-2.0.1.ebuild
index 0818e6781e5..e6864994ac9 100644
--- a/dev-ros/opencv_apps/opencv_apps-2.0.1.ebuild
+++ b/dev-ros/opencv_apps/opencv_apps-2.0.1.ebuild
@@ -26,5 +26,15 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	test? (
+		dev-ros/roslaunch
+		dev-ros/rostest
+		dev-ros/rosbag
+		dev-ros/rosservice
+		dev-ros/rostopic
+		dev-ros/image_proc
+		dev-ros/topic_tools
+		dev-ros/compressed_image_transport
+	)
 "
 PATCHES=( "${FILESDIR}/ocv4.patch" )

diff --git a/dev-ros/opencv_apps/opencv_apps-9999.ebuild b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
index 6aeb31d59bd..bb49ddbddb1 100644
--- a/dev-ros/opencv_apps/opencv_apps-9999.ebuild
+++ b/dev-ros/opencv_apps/opencv_apps-9999.ebuild
@@ -26,4 +26,14 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+	test? (
+		dev-ros/roslaunch
+		dev-ros/rostest
+		dev-ros/rosbag
+		dev-ros/rosservice
+		dev-ros/rostopic
+		dev-ros/image_proc
+		dev-ros/topic_tools
+		dev-ros/compressed_image_transport
+	)
 "


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-07-31 10:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 11:35 [gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_apps/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2020-07-31 10:49 Alexis Ballier
2017-12-08 18:44 Alexis Ballier
2017-09-12 11:49 Alexis Ballier
2017-09-12 11:49 Alexis Ballier
2017-07-16 12:17 Alexis Ballier
2017-03-29  6:48 Alexis Ballier
2016-10-07 17:20 Alexis Ballier
2016-10-07 17:20 Alexis Ballier
2016-03-14 11:38 Alexis Ballier
2016-02-04 11:16 Alexis Ballier
2016-01-19 11:35 Alexis Ballier
2015-12-03  9:13 Alexis Ballier
2015-09-23  9:44 Alexis Ballier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox