[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2020-08-07 Thread Alexis Ballier
commit: bf28e48de94769fdf98b2b85c36ee5be83109ea1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Aug  7 09:54:19 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Aug  7 09:54:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf28e48d

dev-ros/camera_calibration_parsers: add missing test dep

Closes: https://bugs.gentoo.org/736238
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 .../camera_calibration_parsers-1.12.0.ebuild | 5 -
 .../camera_calibration_parsers-.ebuild   | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.12.0.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.12.0.ebuild
index 5f92d8b70bd..9e586eb4d9d 100644
--- 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.12.0.ebuild
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.12.0.ebuild
@@ -22,7 +22,10 @@ RDEPEND="
dev-ros/roscpp_serialization
 "
 DEPEND="${RDEPEND}
-   test? ( dev-python/nose )
+   test? (
+   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+   dev-ros/rosbash
+   )
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 "
 BDEPEND="

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
index 5f92d8b70bd..9e586eb4d9d 100644
--- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
+++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
@@ -22,7 +22,10 @@ RDEPEND="
dev-ros/roscpp_serialization
 "
 DEPEND="${RDEPEND}
-   test? ( dev-python/nose )
+   test? (
+   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+   dev-ros/rosbash
+   )
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 "
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2020-08-06 Thread Alexis Ballier
commit: 7f7967d27d9f19bea171506b10c082e317233f41
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Aug  6 14:15:50 2020 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Aug  6 14:16:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7967d2

dev-ros/camera_calibration_parsers: fix tests

Closes: https://bugs.gentoo.org/626502
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier  gentoo.org>

 .../camera_calibration_parsers-1.12.0.ebuild | 5 +
 .../camera_calibration_parsers-.ebuild   | 5 +
 2 files changed, 10 insertions(+)

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.12.0.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.12.0.ebuild
index 6f351dc9396..5f92d8b70bd 100644
--- 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.12.0.ebuild
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.12.0.ebuild
@@ -29,3 +29,8 @@ BDEPEND="
virtual/pkgconfig
 "
 PATCHES=( "${FILESDIR}/boostpython.patch" )
+
+src_test() {
+   export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+   ros-catkin_src_test
+}

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
index 6f351dc9396..5f92d8b70bd 100644
--- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
+++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
@@ -29,3 +29,8 @@ BDEPEND="
virtual/pkgconfig
 "
 PATCHES=( "${FILESDIR}/boostpython.patch" )
+
+src_test() {
+   export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+   ros-catkin_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/files/

2019-08-28 Thread Alexis Ballier
commit: cd42d97b9ec515aa8d218e7a59ad1f63e0bd4f8a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Aug 28 14:15:38 2019 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Aug 28 17:01:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd42d97b

dev-ros/camera_calibration_parsers: fix boost python detection

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/camera_calibration_parsers/files/boostpython.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ros/camera_calibration_parsers/files/boostpython.patch 
b/dev-ros/camera_calibration_parsers/files/boostpython.patch
index 8e2b868ec45..02019d6458f 100644
--- a/dev-ros/camera_calibration_parsers/files/boostpython.patch
+++ b/dev-ros/camera_calibration_parsers/files/boostpython.patch
@@ -14,7 +14,7 @@ Index: camera_calibration_parsers/CMakeLists.txt
 -else()
 -  find_package(Boost REQUIRED COMPONENTS filesystem python3)
 -endif()
-+find_package(Boost REQUIRED COMPONENTS filesystem python)
++find_package(Boost REQUIRED COMPONENTS filesystem 
python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR})
  include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} 
${PYTHON_INCLUDE_DIRS})
  
  catkin_python_setup()



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2018-04-11 Thread Alexis Ballier
commit: 7d9e9778bdfc53c4c57dc93dd958c0b9e2b86ebd
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Apr 11 18:21:22 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Apr 11 18:27:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9e9778

dev-ros/camera_calibration_parsers: add missing deps

Closes: https://bugs.gentoo.org/650076
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../camera_calibration_parsers-1.11.13-r1.ebuild| 2 ++
 .../camera_calibration_parsers/camera_calibration_parsers-.ebuild   | 2 ++
 2 files changed, 4 insertions(+)

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13-r1.ebuild
 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13-r1.ebuild
index 5b75e5e3a18..eff2ef2f364 100644
--- 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13-r1.ebuild
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13-r1.ebuild
@@ -19,6 +19,8 @@ RDEPEND="
dev-libs/boost:=[python,${PYTHON_USEDEP}]
dev-ros/rosconsole
>=dev-cpp/yaml-cpp-0.5:=
+   dev-ros/roscpp
+   dev-ros/roscpp_serialization
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
index 5b75e5e3a18..eff2ef2f364 100644
--- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
+++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
@@ -19,6 +19,8 @@ RDEPEND="
dev-libs/boost:=[python,${PYTHON_USEDEP}]
dev-ros/rosconsole
>=dev-cpp/yaml-cpp-0.5:=
+   dev-ros/roscpp
+   dev-ros/roscpp_serialization
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2018-03-30 Thread Alexis Ballier
commit: ab3ad11cffa041241da73f348449bcf6a3d9fd70
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Mar 30 13:18:16 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Mar 30 13:18:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab3ad11c

dev-ros/camera_calibration_parsers: Remove old

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-ros/camera_calibration_parsers/Manifest|  1 -
 .../camera_calibration_parsers-1.11.12.ebuild  | 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-ros/camera_calibration_parsers/Manifest 
b/dev-ros/camera_calibration_parsers/Manifest
index c60d7d95f2f..484244f8631 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 
296601a14b0e18e6685924ae4557ead446a95ac91ddffb791f9b0b4d643b8f9e40c17f8ace1a705bb5193647bb07444ac81513c64b0cdd9b45464c14916c
 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 e319da058e8..000
--- 
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" )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2018-03-30 Thread Alexis Ballier
commit: 110ac5e97ee4c58b40cd3e1e7e6491fffd0fec02
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Mar 30 13:18:48 2018 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Mar 30 13:18:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110ac5e9

dev-ros/camera_calibration_parsers: add := dep on yaml-cpp

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 ...rs-1.11.13.ebuild => camera_calibration_parsers-1.11.13-r1.ebuild} | 4 ++--
 .../camera_calibration_parsers/camera_calibration_parsers-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13-r1.ebuild
similarity index 90%
rename from 
dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13.ebuild
rename to 
dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13-r1.ebuild
index e319da058e8..5b75e5e3a18 100644
--- 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13.ebuild
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,7 @@ 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
+   >=dev-cpp/yaml-cpp-0.5:=
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
index e319da058e8..5b75e5e3a18 100644
--- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
+++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,7 @@ 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
+   >=dev-cpp/yaml-cpp-0.5:=
 "
 DEPEND="${RDEPEND}
virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2017-11-07 Thread Alexis Ballier
commit: 4d53cbe2926530214f55b8773b3b2d45a2f2d7e7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Nov  7 19:16:01 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Nov  7 19:23:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d53cbe2

dev-ros/camera_calibration_parsers: Bump to 1.11.13.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

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

diff --git a/dev-ros/camera_calibration_parsers/Manifest 
b/dev-ros/camera_calibration_parsers/Manifest
index 6b743a505cb..339b23d8bfc 100644
--- a/dev-ros/camera_calibration_parsers/Manifest
+++ b/dev-ros/camera_calibration_parsers/Manifest
@@ -1 +1,2 @@
 DIST image_common-1.11.12.tar.gz 53920 SHA256 
13d434e2d46e13af05398f3cbacffb2c69e2d015f6827d848f799a28d23e816d SHA512 
cd64edd658092c88060a99bbf2cd501cd27441123c34914fc4c8d8c8a8a1fe6d4a929211e71d813b6eb72e1d844842ee3e12567bc40d32981db9ee430e61fb10
 WHIRLPOOL 
1f1922d9b004e4af7b2f42839b0cdaa8c31c8b187618267b3780f34a56f90a2f471b68bae3dd9bb8ccbb80d35dba41e05d49fcac6a1156e1c5ab2b8e79d3032d
+DIST image_common-1.11.13.tar.gz 54731 SHA256 
32a2e07724dec6eaaace21eae006274436d70d40bfe205249438570275c43cac SHA512 
154a1acfc3ee1be83828f7b86de8a5e02d7613d724f734409c5b93b1505bcf911b95f20fe43435932f49e03e286ed7055e2b7abeb1c5292f540a2299dd424bfa
 WHIRLPOOL 
fed16f5148355b3e9e64e734b6f22c37f310e58c22e86446f1068bf00e155fe0b2c20a546da03edc75ddbd87d3528cc4d397f46b55599b59df4700163fa724b9

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13.ebuild
new file mode 100644
index 000..e319da058e8
--- /dev/null
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.13.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/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" )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2017-06-16 Thread Alexis Ballier
commit: 57346c5f17199de1a0a2c987b00cc1f30b88180e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Jun 16 08:47:39 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Jun 16 09:36:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57346c5f

dev-ros/camera_calibration_parsers: more python support

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../camera_calibration_parsers-1.11.12.ebuild   | 2 +-
 .../camera_calibration_parsers/camera_calibration_parsers-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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
index 0018b6c9cc7..e319da058e8 100644
--- 
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
@@ -5,7 +5,7 @@ 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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit ros-catkin
 

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
index 0018b6c9cc7..e319da058e8 100644
--- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
+++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
@@ -5,7 +5,7 @@ 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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit ros-catkin
 



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/files/, dev-ros/camera_calibration_parsers/

2017-02-10 Thread Alexis Ballier
commit: 869ad6e1ce4f2ccdc6ae39f8a54fa682d586ec0e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Feb 10 17:20:35 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Feb 10 17:21:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869ad6e1

dev-ros/camera_calibration_parsers: Fix build with python 3 and enable python 
3.4/3.5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../camera_calibration_parsers-1.11.12.ebuild|  3 ++-
 .../camera_calibration_parsers-.ebuild   |  3 ++-
 .../files/boostpython.patch  | 20 
 3 files changed, 24 insertions(+), 2 deletions(-)

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
index 36edaa11f6..3e0a75d86d 100644
--- 
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
@@ -6,7 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros-perception/image_common";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit ros-catkin
 
@@ -25,3 +25,4 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( dev-python/nose )
 "
+PATCHES=( "${FILESDIR}/boostpython.patch" )

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
index 36edaa11f6..3e0a75d86d 100644
--- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
+++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros-perception/image_common";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit ros-catkin
 
@@ -25,3 +25,4 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( dev-python/nose )
 "
+PATCHES=( "${FILESDIR}/boostpython.patch" )

diff --git a/dev-ros/camera_calibration_parsers/files/boostpython.patch 
b/dev-ros/camera_calibration_parsers/files/boostpython.patch
new file mode 100644
index 00..8e2b868ec4
--- /dev/null
+++ b/dev-ros/camera_calibration_parsers/files/boostpython.patch
@@ -0,0 +1,20 @@
+Revert special handling not needed on Gentoo.
+https://bugs.gentoo.org/show_bug.cgi?id=608330
+
+Index: camera_calibration_parsers/CMakeLists.txt
+===
+--- camera_calibration_parsers.orig/CMakeLists.txt
 camera_calibration_parsers/CMakeLists.txt
+@@ -4,11 +4,7 @@ project(camera_calibration_parsers)
+ find_package(catkin REQUIRED sensor_msgs rosconsole roscpp 
roscpp_serialization)
+ 
+ find_package(PythonLibs REQUIRED)
+-if(PYTHONLIBS_VERSION_STRING VERSION_LESS 3)
+-  find_package(Boost REQUIRED COMPONENTS filesystem python)
+-else()
+-  find_package(Boost REQUIRED COMPONENTS filesystem python3)
+-endif()
++find_package(Boost REQUIRED COMPONENTS filesystem python)
+ include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} 
${PYTHON_INCLUDE_DIRS})
+ 
+ catkin_python_setup()



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2017-02-10 Thread Alexis Ballier
commit: c08769e9a60543981ad761c1bd0bd9f364ab403c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Feb 10 17:11:44 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Feb 10 17:21:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08769e9

dev-ros/camera_calibration_parsers: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/camera_calibration_parsers/Manifest|  5 -
 .../camera_calibration_parsers-1.11.10.ebuild  | 26 --
 .../camera_calibration_parsers-1.11.11.ebuild  | 26 --
 .../camera_calibration_parsers-1.11.7.ebuild   | 26 --
 .../camera_calibration_parsers-1.11.8.ebuild   | 26 --
 .../camera_calibration_parsers-1.11.9.ebuild   | 26 --
 6 files changed, 135 deletions(-)

diff --git a/dev-ros/camera_calibration_parsers/Manifest 
b/dev-ros/camera_calibration_parsers/Manifest
index a6154495b8..6b743a505c 100644
--- a/dev-ros/camera_calibration_parsers/Manifest
+++ b/dev-ros/camera_calibration_parsers/Manifest
@@ -1,6 +1 @@
-DIST image_common-1.11.10.tar.gz 52212 SHA256 
a0d31e59f3cd67ae37be980b8e208d7315b483b025b8f01de17757d045ccf111 SHA512 
dac26cf9f3a7f0660f513fdcfbcf42ff2b772aaa03dd7422e5b7ede6f2f5724e7ba6c50b2511168fbb7f576d05beda786eec1ac86b3b31b6429341dc1657
 WHIRLPOOL 
4dad1490313d9e2e27a72c5bb47c5ff2425332a22c88f64fff5c9e68fd7479cea715fd6d1b09b047b28ef2b40391a3649b5aa8bf77adfc18b4da23035b4989af
-DIST image_common-1.11.11.tar.gz 52591 SHA256 
e0d5c01e160ceb82aa8c394d40b9f39deb1f005027eefe1e0d29c0417ae47353 SHA512 
3693647935620bc0b223b80c515e2d02718b96eb5d61f57c436098cc635764f359de0f762e5e5e3746b6fbd06e99a490d4cecc33ea38e760f1126e4b321f78f8
 WHIRLPOOL 
34f2b301fda117fdd504b1b09d03c9b5fdf4f3a87ee5c61c484f7f9cac2bb3f567a667475a54270cbaf3bcf5187fe59d80eddbc5aaee595f7b33d17fdcb4b433
 DIST image_common-1.11.12.tar.gz 53920 SHA256 
13d434e2d46e13af05398f3cbacffb2c69e2d015f6827d848f799a28d23e816d SHA512 
cd64edd658092c88060a99bbf2cd501cd27441123c34914fc4c8d8c8a8a1fe6d4a929211e71d813b6eb72e1d844842ee3e12567bc40d32981db9ee430e61fb10
 WHIRLPOOL 
1f1922d9b004e4af7b2f42839b0cdaa8c31c8b187618267b3780f34a56f90a2f471b68bae3dd9bb8ccbb80d35dba41e05d49fcac6a1156e1c5ab2b8e79d3032d
-DIST image_common-1.11.7.tar.gz 49437 SHA256 
1a739aef8ea597f6e7eaad26c031ad90e797efcb9cae764cd352bb124e9744ca SHA512 
7408b641c75b6227130218862674609521d8465680ac15d45fc296de6ad3372ef1dde225a812740e0d5200f5923b52b4e9c2fca4dd4f96104f0bfe901400f456
 WHIRLPOOL 
1c8aee3e738ced0d4b45695a7dd10b1140a330abd8b121c91e2816bed329fc23a1ae39b8150fc81f81b9b586d3a747a9e4d6541914f1caabf6df06cf7cf57441
-DIST image_common-1.11.8.tar.gz 49596 SHA256 
14b5a067791c74d922ab39fbf773a08fc98b3ca3d6f920c8798713e4e551711c SHA512 
448a10466c6ac04d2193ce87741658073c70f629b554df484decfba107c5bc67d9fcf660a12a1dc31ce2c570d69004207c47249e5523276a425e38f330d17f35
 WHIRLPOOL 
9b0c7fed36bfabf0f7126a887fc3926989fc178ad4f49192ee47fc9538816c55516b4624a542e13cfcb88515bc4927718ec26cb9212775e54f304bd9c665833b
-DIST image_common-1.11.9.tar.gz 52035 SHA256 
a01db99c066ba9e69132368c47427297d51865880899dff428bae1c3e78a457c SHA512 
465b66731197384105dff0c499b89ab48d68859aae95411cf7d675fcb911018c7f2d79d3825b17ebcba8297b244491ef848b1b0cf70e620b93b9d73dc9b5bd77
 WHIRLPOOL 
e946257a988e735969744093f1d5c5eba974ed0660c850fc5e04370580f59957070530fd539d35c2490091deccb99ffc2c57008ce6ec750c492edf275e7af68e

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.10.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.10.ebuild
deleted file mode 100644
index f8a8503e09..00
--- 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.10.ebuild
+++ /dev/null
@@ -1,26 +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/image_common";
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-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}]
-   dev-libs/boost:=[python]
-   dev-ros/rosconsole
-   >=dev-cpp/yaml-cpp-0.5
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( dev-python/nose )
-"

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.11.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.11.ebuild
deleted file mode 100644
index ccda9a7d44..00
--- 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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/image_common";
-KEYWORDS="~amd64 ~ar

[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2017-02-10 Thread Alexis Ballier
commit: 056a26501aeb0240c2994d92719dcead51fce106
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Feb 10 17:14:50 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Feb 10 17:21:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056a2650

dev-ros/camera_calibration_parsers: Set proper python dependencies, bug #608330

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../camera_calibration_parsers-1.11.12.ebuild  | 5 +++--
 .../camera_calibration_parsers-.ebuild | 7 ---
 2 files changed, 7 insertions(+), 5 deletions(-)

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
index 47a14fde7f..36edaa11f6 100644
--- 
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
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros-perception/image_common";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 
@@ -15,8 +16,8 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/boost:=[python]
+   
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
 "

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
index f8a8503e09..36edaa11f6 100644
--- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
+++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros-perception/image_common";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 
@@ -15,8 +16,8 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/boost:=[python]
+   
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
 "



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2017-01-30 Thread Alexis Ballier
commit: 5fad101437e2e7ff986fe10a850f436c57f540a6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jan 30 22:51:31 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jan 30 22:51:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fad1014

dev-ros/camera_calibration_parsers: Bump to 1.11.12.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/camera_calibration_parsers/Manifest|  1 +
 .../camera_calibration_parsers-1.11.12.ebuild  | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/camera_calibration_parsers/Manifest 
b/dev-ros/camera_calibration_parsers/Manifest
index 20d16b1..a615449 100644
--- a/dev-ros/camera_calibration_parsers/Manifest
+++ b/dev-ros/camera_calibration_parsers/Manifest
@@ -1,5 +1,6 @@
 DIST image_common-1.11.10.tar.gz 52212 SHA256 
a0d31e59f3cd67ae37be980b8e208d7315b483b025b8f01de17757d045ccf111 SHA512 
dac26cf9f3a7f0660f513fdcfbcf42ff2b772aaa03dd7422e5b7ede6f2f5724e7ba6c50b2511168fbb7f576d05beda786eec1ac86b3b31b6429341dc1657
 WHIRLPOOL 
4dad1490313d9e2e27a72c5bb47c5ff2425332a22c88f64fff5c9e68fd7479cea715fd6d1b09b047b28ef2b40391a3649b5aa8bf77adfc18b4da23035b4989af
 DIST image_common-1.11.11.tar.gz 52591 SHA256 
e0d5c01e160ceb82aa8c394d40b9f39deb1f005027eefe1e0d29c0417ae47353 SHA512 
3693647935620bc0b223b80c515e2d02718b96eb5d61f57c436098cc635764f359de0f762e5e5e3746b6fbd06e99a490d4cecc33ea38e760f1126e4b321f78f8
 WHIRLPOOL 
34f2b301fda117fdd504b1b09d03c9b5fdf4f3a87ee5c61c484f7f9cac2bb3f567a667475a54270cbaf3bcf5187fe59d80eddbc5aaee595f7b33d17fdcb4b433
+DIST image_common-1.11.12.tar.gz 53920 SHA256 
13d434e2d46e13af05398f3cbacffb2c69e2d015f6827d848f799a28d23e816d SHA512 
cd64edd658092c88060a99bbf2cd501cd27441123c34914fc4c8d8c8a8a1fe6d4a929211e71d813b6eb72e1d844842ee3e12567bc40d32981db9ee430e61fb10
 WHIRLPOOL 
1f1922d9b004e4af7b2f42839b0cdaa8c31c8b187618267b3780f34a56f90a2f471b68bae3dd9bb8ccbb80d35dba41e05d49fcac6a1156e1c5ab2b8e79d3032d
 DIST image_common-1.11.7.tar.gz 49437 SHA256 
1a739aef8ea597f6e7eaad26c031ad90e797efcb9cae764cd352bb124e9744ca SHA512 
7408b641c75b6227130218862674609521d8465680ac15d45fc296de6ad3372ef1dde225a812740e0d5200f5923b52b4e9c2fca4dd4f96104f0bfe901400f456
 WHIRLPOOL 
1c8aee3e738ced0d4b45695a7dd10b1140a330abd8b121c91e2816bed329fc23a1ae39b8150fc81f81b9b586d3a747a9e4d6541914f1caabf6df06cf7cf57441
 DIST image_common-1.11.8.tar.gz 49596 SHA256 
14b5a067791c74d922ab39fbf773a08fc98b3ca3d6f920c8798713e4e551711c SHA512 
448a10466c6ac04d2193ce87741658073c70f629b554df484decfba107c5bc67d9fcf660a12a1dc31ce2c570d69004207c47249e5523276a425e38f330d17f35
 WHIRLPOOL 
9b0c7fed36bfabf0f7126a887fc3926989fc178ad4f49192ee47fc9538816c55516b4624a542e13cfcb88515bc4927718ec26cb9212775e54f304bd9c665833b
 DIST image_common-1.11.9.tar.gz 52035 SHA256 
a01db99c066ba9e69132368c47427297d51865880899dff428bae1c3e78a457c SHA512 
465b66731197384105dff0c499b89ab48d68859aae95411cf7d675fcb911018c7f2d79d3825b17ebcba8297b244491ef848b1b0cf70e620b93b9d73dc9b5bd77
 WHIRLPOOL 
e946257a988e735969744093f1d5c5eba974ed0660c850fc5e04370580f59957070530fd539d35c2490091deccb99ffc2c57008ce6ec750c492edf275e7af68e

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
new file mode 100644
index ..47a14fd
--- /dev/null
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+ROS_REPO_URI="https://github.com/ros-perception/image_common";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+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}]
+   dev-libs/boost:=[python]
+   dev-ros/rosconsole
+   >=dev-cpp/yaml-cpp-0.5
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/nose )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2016-09-28 Thread Alexis Ballier
commit: d74f2a74d9399a9baf2c76417d2993a376411d7a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 28 11:02:29 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 28 11:02:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d74f2a74

dev-ros/camera_calibration_parsers: Bump to 1.11.11.

Package-Manager: portage-2.3.1

 dev-ros/camera_calibration_parsers/Manifest|  1 +
 .../camera_calibration_parsers-1.11.11.ebuild  | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/camera_calibration_parsers/Manifest 
b/dev-ros/camera_calibration_parsers/Manifest
index 41fb708..20d16b1 100644
--- a/dev-ros/camera_calibration_parsers/Manifest
+++ b/dev-ros/camera_calibration_parsers/Manifest
@@ -1,4 +1,5 @@
 DIST image_common-1.11.10.tar.gz 52212 SHA256 
a0d31e59f3cd67ae37be980b8e208d7315b483b025b8f01de17757d045ccf111 SHA512 
dac26cf9f3a7f0660f513fdcfbcf42ff2b772aaa03dd7422e5b7ede6f2f5724e7ba6c50b2511168fbb7f576d05beda786eec1ac86b3b31b6429341dc1657
 WHIRLPOOL 
4dad1490313d9e2e27a72c5bb47c5ff2425332a22c88f64fff5c9e68fd7479cea715fd6d1b09b047b28ef2b40391a3649b5aa8bf77adfc18b4da23035b4989af
+DIST image_common-1.11.11.tar.gz 52591 SHA256 
e0d5c01e160ceb82aa8c394d40b9f39deb1f005027eefe1e0d29c0417ae47353 SHA512 
3693647935620bc0b223b80c515e2d02718b96eb5d61f57c436098cc635764f359de0f762e5e5e3746b6fbd06e99a490d4cecc33ea38e760f1126e4b321f78f8
 WHIRLPOOL 
34f2b301fda117fdd504b1b09d03c9b5fdf4f3a87ee5c61c484f7f9cac2bb3f567a667475a54270cbaf3bcf5187fe59d80eddbc5aaee595f7b33d17fdcb4b433
 DIST image_common-1.11.7.tar.gz 49437 SHA256 
1a739aef8ea597f6e7eaad26c031ad90e797efcb9cae764cd352bb124e9744ca SHA512 
7408b641c75b6227130218862674609521d8465680ac15d45fc296de6ad3372ef1dde225a812740e0d5200f5923b52b4e9c2fca4dd4f96104f0bfe901400f456
 WHIRLPOOL 
1c8aee3e738ced0d4b45695a7dd10b1140a330abd8b121c91e2816bed329fc23a1ae39b8150fc81f81b9b586d3a747a9e4d6541914f1caabf6df06cf7cf57441
 DIST image_common-1.11.8.tar.gz 49596 SHA256 
14b5a067791c74d922ab39fbf773a08fc98b3ca3d6f920c8798713e4e551711c SHA512 
448a10466c6ac04d2193ce87741658073c70f629b554df484decfba107c5bc67d9fcf660a12a1dc31ce2c570d69004207c47249e5523276a425e38f330d17f35
 WHIRLPOOL 
9b0c7fed36bfabf0f7126a887fc3926989fc178ad4f49192ee47fc9538816c55516b4624a542e13cfcb88515bc4927718ec26cb9212775e54f304bd9c665833b
 DIST image_common-1.11.9.tar.gz 52035 SHA256 
a01db99c066ba9e69132368c47427297d51865880899dff428bae1c3e78a457c SHA512 
465b66731197384105dff0c499b89ab48d68859aae95411cf7d675fcb911018c7f2d79d3825b17ebcba8297b244491ef848b1b0cf70e620b93b9d73dc9b5bd77
 WHIRLPOOL 
e946257a988e735969744093f1d5c5eba974ed0660c850fc5e04370580f59957070530fd539d35c2490091deccb99ffc2c57008ce6ec750c492edf275e7af68e

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.11.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.11.ebuild
new file mode 100644
index ..ccda9a7
--- /dev/null
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.11.ebuild
@@ -0,0 +1,26 @@
+# 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/image_common";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+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}]
+   dev-libs/boost:=[python]
+   dev-ros/rosconsole
+   >=dev-cpp/yaml-cpp-0.5
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/nose )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2016-01-23 Thread Alexis Ballier
commit: 24574e832b35a89ebc7328a5cf725c4dab8a3dc9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jan 23 13:09:18 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Jan 23 13:09:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24574e83

dev-ros/camera_calibration_parsers: Bump to 1.11.10.

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

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

diff --git a/dev-ros/camera_calibration_parsers/Manifest 
b/dev-ros/camera_calibration_parsers/Manifest
index 9f4e04e..41fb708 100644
--- a/dev-ros/camera_calibration_parsers/Manifest
+++ b/dev-ros/camera_calibration_parsers/Manifest
@@ -1,3 +1,4 @@
+DIST image_common-1.11.10.tar.gz 52212 SHA256 
a0d31e59f3cd67ae37be980b8e208d7315b483b025b8f01de17757d045ccf111 SHA512 
dac26cf9f3a7f0660f513fdcfbcf42ff2b772aaa03dd7422e5b7ede6f2f5724e7ba6c50b2511168fbb7f576d05beda786eec1ac86b3b31b6429341dc1657
 WHIRLPOOL 
4dad1490313d9e2e27a72c5bb47c5ff2425332a22c88f64fff5c9e68fd7479cea715fd6d1b09b047b28ef2b40391a3649b5aa8bf77adfc18b4da23035b4989af
 DIST image_common-1.11.7.tar.gz 49437 SHA256 
1a739aef8ea597f6e7eaad26c031ad90e797efcb9cae764cd352bb124e9744ca SHA512 
7408b641c75b6227130218862674609521d8465680ac15d45fc296de6ad3372ef1dde225a812740e0d5200f5923b52b4e9c2fca4dd4f96104f0bfe901400f456
 WHIRLPOOL 
1c8aee3e738ced0d4b45695a7dd10b1140a330abd8b121c91e2816bed329fc23a1ae39b8150fc81f81b9b586d3a747a9e4d6541914f1caabf6df06cf7cf57441
 DIST image_common-1.11.8.tar.gz 49596 SHA256 
14b5a067791c74d922ab39fbf773a08fc98b3ca3d6f920c8798713e4e551711c SHA512 
448a10466c6ac04d2193ce87741658073c70f629b554df484decfba107c5bc67d9fcf660a12a1dc31ce2c570d69004207c47249e5523276a425e38f330d17f35
 WHIRLPOOL 
9b0c7fed36bfabf0f7126a887fc3926989fc178ad4f49192ee47fc9538816c55516b4624a542e13cfcb88515bc4927718ec26cb9212775e54f304bd9c665833b
 DIST image_common-1.11.9.tar.gz 52035 SHA256 
a01db99c066ba9e69132368c47427297d51865880899dff428bae1c3e78a457c SHA512 
465b66731197384105dff0c499b89ab48d68859aae95411cf7d675fcb911018c7f2d79d3825b17ebcba8297b244491ef848b1b0cf70e620b93b9d73dc9b5bd77
 WHIRLPOOL 
e946257a988e735969744093f1d5c5eba974ed0660c850fc5e04370580f59957070530fd539d35c2490091deccb99ffc2c57008ce6ec750c492edf275e7af68e

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.10.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.10.ebuild
new file mode 100644
index 000..f8a8503
--- /dev/null
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.10.ebuild
@@ -0,0 +1,26 @@
+# 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/image_common";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+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}]
+   dev-libs/boost:=[python]
+   dev-ros/rosconsole
+   >=dev-cpp/yaml-cpp-0.5
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/nose )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2016-01-20 Thread Alexis Ballier
commit: 2d831aeae9ea7e04463513503504f6412e3baac7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Jan 20 10:44:30 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Jan 20 10:44:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d831aea

dev-ros/camera_calibration_parsers: add missing [python] usedep on boost, bug 
#572378

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

 .../camera_calibration_parsers/camera_calibration_parsers-1.11.9.ebuild | 2 +-
 .../camera_calibration_parsers/camera_calibration_parsers-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.9.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.9.ebuild
index e9cd4e2..f8a8503 100644
--- 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.9.ebuild
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.9.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 
 RDEPEND="
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/boost:=
+   dev-libs/boost:=[python]
dev-ros/rosconsole
>=dev-cpp/yaml-cpp-0.5
 "

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
index e9cd4e2..f8a8503 100644
--- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
+++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
@@ -16,7 +16,7 @@ IUSE=""
 
 RDEPEND="
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/boost:=
+   dev-libs/boost:=[python]
dev-ros/rosconsole
>=dev-cpp/yaml-cpp-0.5
 "



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2016-01-19 Thread Alexis Ballier
commit: 92b1a81760984273736361bcaff864ac6db0dd9f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 19 10:46:56 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 19 11:35:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b1a817

dev-ros/camera_calibration_parsers: Bump to 1.11.9.

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

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

diff --git a/dev-ros/camera_calibration_parsers/Manifest 
b/dev-ros/camera_calibration_parsers/Manifest
index b9d1d58..9f4e04e 100644
--- a/dev-ros/camera_calibration_parsers/Manifest
+++ b/dev-ros/camera_calibration_parsers/Manifest
@@ -1,2 +1,3 @@
 DIST image_common-1.11.7.tar.gz 49437 SHA256 
1a739aef8ea597f6e7eaad26c031ad90e797efcb9cae764cd352bb124e9744ca SHA512 
7408b641c75b6227130218862674609521d8465680ac15d45fc296de6ad3372ef1dde225a812740e0d5200f5923b52b4e9c2fca4dd4f96104f0bfe901400f456
 WHIRLPOOL 
1c8aee3e738ced0d4b45695a7dd10b1140a330abd8b121c91e2816bed329fc23a1ae39b8150fc81f81b9b586d3a747a9e4d6541914f1caabf6df06cf7cf57441
 DIST image_common-1.11.8.tar.gz 49596 SHA256 
14b5a067791c74d922ab39fbf773a08fc98b3ca3d6f920c8798713e4e551711c SHA512 
448a10466c6ac04d2193ce87741658073c70f629b554df484decfba107c5bc67d9fcf660a12a1dc31ce2c570d69004207c47249e5523276a425e38f330d17f35
 WHIRLPOOL 
9b0c7fed36bfabf0f7126a887fc3926989fc178ad4f49192ee47fc9538816c55516b4624a542e13cfcb88515bc4927718ec26cb9212775e54f304bd9c665833b
+DIST image_common-1.11.9.tar.gz 52035 SHA256 
a01db99c066ba9e69132368c47427297d51865880899dff428bae1c3e78a457c SHA512 
465b66731197384105dff0c499b89ab48d68859aae95411cf7d675fcb911018c7f2d79d3825b17ebcba8297b244491ef848b1b0cf70e620b93b9d73dc9b5bd77
 WHIRLPOOL 
e946257a988e735969744093f1d5c5eba974ed0660c850fc5e04370580f59957070530fd539d35c2490091deccb99ffc2c57008ce6ec750c492edf275e7af68e

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.9.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.9.ebuild
new file mode 100644
index 000..e9cd4e2
--- /dev/null
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.9.ebuild
@@ -0,0 +1,26 @@
+# 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/image_common";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+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}]
+   dev-libs/boost:=
+   dev-ros/rosconsole
+   >=dev-cpp/yaml-cpp-0.5
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/nose )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2015-12-01 Thread Alexis Ballier
commit: 57fff4d4c94ec1a14b5c2c43a5cd8d5de1f9be1a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Dec  1 11:46:22 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Dec  1 11:51:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fff4d4

dev-ros/camera_calibration_parsers: Bump to 1.11.8.

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

 dev-ros/camera_calibration_parsers/Manifest|  1 +
 .../camera_calibration_parsers-1.11.8.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ros/camera_calibration_parsers/Manifest 
b/dev-ros/camera_calibration_parsers/Manifest
index a917fac..b9d1d58 100644
--- a/dev-ros/camera_calibration_parsers/Manifest
+++ b/dev-ros/camera_calibration_parsers/Manifest
@@ -1 +1,2 @@
 DIST image_common-1.11.7.tar.gz 49437 SHA256 
1a739aef8ea597f6e7eaad26c031ad90e797efcb9cae764cd352bb124e9744ca SHA512 
7408b641c75b6227130218862674609521d8465680ac15d45fc296de6ad3372ef1dde225a812740e0d5200f5923b52b4e9c2fca4dd4f96104f0bfe901400f456
 WHIRLPOOL 
1c8aee3e738ced0d4b45695a7dd10b1140a330abd8b121c91e2816bed329fc23a1ae39b8150fc81f81b9b586d3a747a9e4d6541914f1caabf6df06cf7cf57441
+DIST image_common-1.11.8.tar.gz 49596 SHA256 
14b5a067791c74d922ab39fbf773a08fc98b3ca3d6f920c8798713e4e551711c SHA512 
448a10466c6ac04d2193ce87741658073c70f629b554df484decfba107c5bc67d9fcf660a12a1dc31ce2c570d69004207c47249e5523276a425e38f330d17f35
 WHIRLPOOL 
9b0c7fed36bfabf0f7126a887fc3926989fc178ad4f49192ee47fc9538816c55516b4624a542e13cfcb88515bc4927718ec26cb9212775e54f304bd9c665833b

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.8.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.8.ebuild
new file mode 100644
index 000..e9cd4e2
--- /dev/null
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.8.ebuild
@@ -0,0 +1,26 @@
+# 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/image_common";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+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}]
+   dev-libs/boost:=
+   dev-ros/rosconsole
+   >=dev-cpp/yaml-cpp-0.5
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/nose )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2015-09-23 Thread Alexis Ballier
commit: d1b84599732ec0a59bedfe6dc580d4bc702d5f84
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Sep 23 09:19:38 2015 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Sep 23 09:44:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b84599

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

Package-Manager: portage-2.2.21

 dev-ros/camera_calibration_parsers/Manifest|  1 +
 .../camera_calibration_parsers-1.11.7.ebuild   | 26 ++
 .../camera_calibration_parsers-.ebuild | 26 ++
 dev-ros/camera_calibration_parsers/metadata.xml|  5 +
 4 files changed, 58 insertions(+)

diff --git a/dev-ros/camera_calibration_parsers/Manifest 
b/dev-ros/camera_calibration_parsers/Manifest
new file mode 100644
index 000..a917fac
--- /dev/null
+++ b/dev-ros/camera_calibration_parsers/Manifest
@@ -0,0 +1 @@
+DIST image_common-1.11.7.tar.gz 49437 SHA256 
1a739aef8ea597f6e7eaad26c031ad90e797efcb9cae764cd352bb124e9744ca SHA512 
7408b641c75b6227130218862674609521d8465680ac15d45fc296de6ad3372ef1dde225a812740e0d5200f5923b52b4e9c2fca4dd4f96104f0bfe901400f456
 WHIRLPOOL 
1c8aee3e738ced0d4b45695a7dd10b1140a330abd8b121c91e2816bed329fc23a1ae39b8150fc81f81b9b586d3a747a9e4d6541914f1caabf6df06cf7cf57441

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.7.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.7.ebuild
new file mode 100644
index 000..e9cd4e2
--- /dev/null
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.7.ebuild
@@ -0,0 +1,26 @@
+# 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/image_common";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+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}]
+   dev-libs/boost:=
+   dev-ros/rosconsole
+   >=dev-cpp/yaml-cpp-0.5
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/nose )
+"

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
new file mode 100644
index 000..e9cd4e2
--- /dev/null
+++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
@@ -0,0 +1,26 @@
+# 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/image_common";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+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}]
+   dev-libs/boost:=
+   dev-ros/rosconsole
+   >=dev-cpp/yaml-cpp-0.5
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/nose )
+"

diff --git a/dev-ros/camera_calibration_parsers/metadata.xml 
b/dev-ros/camera_calibration_parsers/metadata.xml
new file mode 100644
index 000..c42ea5b
--- /dev/null
+++ b/dev-ros/camera_calibration_parsers/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+ros
+