* [gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_image_transport/
@ 2015-09-23 12:09 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2015-09-23 12:09 UTC (permalink / raw
To: gentoo-commits
commit: e02b4961876b96e2db27fd23b99b018c0e1cb9f1
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:07:14 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:07:14 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02b4961
dev-ros/compressed_image_transport: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
dev-ros/compressed_image_transport/Manifest | 1 +
.../compressed_image_transport-1.9.2.ebuild | 24 ++++++++++++++++++++++
.../compressed_image_transport-9999.ebuild | 24 ++++++++++++++++++++++
dev-ros/compressed_image_transport/metadata.xml | 5 +++++
4 files changed, 54 insertions(+)
diff --git a/dev-ros/compressed_image_transport/Manifest b/dev-ros/compressed_image_transport/Manifest
new file mode 100644
index 0000000..431aae6
--- /dev/null
+++ b/dev-ros/compressed_image_transport/Manifest
@@ -0,0 +1 @@
+DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972 WHIRLPOOL 7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.2.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.2.ebuild
new file mode 100644
index 0000000..f7a387a
--- /dev/null
+++ b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.2.ebuild
@@ -0,0 +1,24 @@
+# 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_transport_plugins"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Plugin to image_transport for transparently sending images encoded as JPEG or PNG"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/cv_bridge
+ dev-ros/dynamic_reconfigure
+ dev-ros/image_transport
+ dev-ros/tf
+ media-libs/opencv
+"
+DEPEND="${RDEPEND}"
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
new file mode 100644
index 0000000..f7a387a
--- /dev/null
+++ b/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
@@ -0,0 +1,24 @@
+# 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_transport_plugins"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Plugin to image_transport for transparently sending images encoded as JPEG or PNG"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/cv_bridge
+ dev-ros/dynamic_reconfigure
+ dev-ros/image_transport
+ dev-ros/tf
+ media-libs/opencv
+"
+DEPEND="${RDEPEND}"
diff --git a/dev-ros/compressed_image_transport/metadata.xml b/dev-ros/compressed_image_transport/metadata.xml
new file mode 100644
index 0000000..c42ea5b
--- /dev/null
+++ b/dev-ros/compressed_image_transport/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>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_image_transport/
@ 2015-10-09 16:37 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2015-10-09 16:37 UTC (permalink / raw
To: gentoo-commits
commit: 4440cc9d950795eaae8f8b049bbf37c073ef5ea0
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 9 16:37:18 2015 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 9 16:37:18 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4440cc9d
dev-ros/compressed_image_transport: Add PYTHON_COMPAT and PYTHON_USEDEP on dynamic_reconfigure. Bug #562664.
Package-Manager: portage-2.2.23
...ansport-1.9.2.ebuild => compressed_image_transport-1.9.2-r1.ebuild} | 3 ++-
.../compressed_image_transport/compressed_image_transport-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.2.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.2-r1.ebuild
similarity index 86%
rename from dev-ros/compressed_image_transport/compressed_image_transport-1.9.2.ebuild
rename to dev-ros/compressed_image_transport/compressed_image_transport-1.9.2-r1.ebuild
index f7a387a..144fac9 100644
--- a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.2.ebuild
+++ b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.2-r1.ebuild
@@ -6,6 +6,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
inherit ros-catkin
@@ -16,7 +17,7 @@ IUSE=""
RDEPEND="
dev-ros/cv_bridge
- dev-ros/dynamic_reconfigure
+ dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
dev-ros/tf
media-libs/opencv
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
index f7a387a..144fac9 100644
--- a/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
+++ b/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
@@ -6,6 +6,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
inherit ros-catkin
@@ -16,7 +17,7 @@ IUSE=""
RDEPEND="
dev-ros/cv_bridge
- dev-ros/dynamic_reconfigure
+ dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
dev-ros/tf
media-libs/opencv
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_image_transport/
@ 2016-01-19 12:18 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2016-01-19 12:18 UTC (permalink / raw
To: gentoo-commits
commit: 3e477ba265db0a90d6cdc3a43b128e9622712402
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 11:52:17 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 12:03:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e477ba2
dev-ros/compressed_image_transport: remove tf dep
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
.../compressed_image_transport/compressed_image_transport-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
index 144fac9..e382de8 100644
--- a/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
+++ b/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
@@ -19,7 +19,6 @@ RDEPEND="
dev-ros/cv_bridge
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
- dev-ros/tf
media-libs/opencv
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_image_transport/
@ 2016-01-19 12:18 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2016-01-19 12:18 UTC (permalink / raw
To: gentoo-commits
commit: af2d4e430ee1b23e0e25735f646d65baec603cf6
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 11:53:19 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 12:03:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af2d4e43
dev-ros/compressed_image_transport: Bump to 1.9.3.
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-ros/compressed_image_transport/Manifest | 1 +
.../compressed_image_transport-1.9.3.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-ros/compressed_image_transport/Manifest b/dev-ros/compressed_image_transport/Manifest
index 431aae6..8a42cb3 100644
--- a/dev-ros/compressed_image_transport/Manifest
+++ b/dev-ros/compressed_image_transport/Manifest
@@ -1 +1,2 @@
DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972 WHIRLPOOL 7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df
+DIST image_transport_plugins-1.9.3.tar.gz 25291 SHA256 2d9b10f1e3c22145d58ba922dcafc72b149bb4561e641fff17eddf1510294271 SHA512 51ec14f5bef48e337146e303a4b87290c932d418621e3ae65d5a2f96247c4d0e9ac63df5c4e102f1532737448b272f07e2ce841030a33b8701febacad1698781 WHIRLPOOL c255da767e2dd668eef9499e26822b7eb3d6c144343287a34e3d396574776b29eff2ed90c384f99e1f9b53031a0f6d14a7311c0d2022bd4fc46af53c0a432025
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.3.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.3.ebuild
new file mode 100644
index 0000000..e382de8
--- /dev/null
+++ b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.3.ebuild
@@ -0,0 +1,24 @@
+# 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_transport_plugins"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Plugin to image_transport for transparently sending images encoded as JPEG or PNG"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/cv_bridge
+ dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+ dev-ros/image_transport
+ media-libs/opencv
+"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_image_transport/
@ 2016-10-07 11:35 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2016-10-07 11:35 UTC (permalink / raw
To: gentoo-commits
commit: 27c4728f3c217a2f98083a21ea13f0b3fe4b4207
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 7 11:33:06 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Oct 7 11:33:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c4728f
dev-ros/compressed_image_transport: Bump to 1.9.5.
Package-Manager: portage-2.3.1
dev-ros/compressed_image_transport/Manifest | 1 +
.../compressed_image_transport-1.9.5.ebuild | 24 ++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-ros/compressed_image_transport/Manifest b/dev-ros/compressed_image_transport/Manifest
index 8a42cb3..1702843 100644
--- a/dev-ros/compressed_image_transport/Manifest
+++ b/dev-ros/compressed_image_transport/Manifest
@@ -1,2 +1,3 @@
DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972 WHIRLPOOL 7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df
DIST image_transport_plugins-1.9.3.tar.gz 25291 SHA256 2d9b10f1e3c22145d58ba922dcafc72b149bb4561e641fff17eddf1510294271 SHA512 51ec14f5bef48e337146e303a4b87290c932d418621e3ae65d5a2f96247c4d0e9ac63df5c4e102f1532737448b272f07e2ce841030a33b8701febacad1698781 WHIRLPOOL c255da767e2dd668eef9499e26822b7eb3d6c144343287a34e3d396574776b29eff2ed90c384f99e1f9b53031a0f6d14a7311c0d2022bd4fc46af53c0a432025
+DIST image_transport_plugins-1.9.5.tar.gz 26268 SHA256 a3dcd3af617bcafba5b8dab5fbd89183fbaf31798ee4e4e63a91059fa110168c SHA512 54f459719a386f028578889f9b88b8b080f495d75899cee6c8bfb58204970fb2395b2a8da70034eb391ba62f4ce462cb89b97bcdc576a177444613076b5ed02c WHIRLPOOL 1796f983cd0a904b6cce58ecec4a59034ab23ca8ca7a3c2a9b3fa8764d60c1426754c3a6bdb9eaf8bcff1859768af76b3d4f3a3350ee6cd6af5cc89f90ae639a
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.5.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.5.ebuild
new file mode 100644
index 00000000..475997c
--- /dev/null
+++ b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.5.ebuild
@@ -0,0 +1,24 @@
+# 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_transport_plugins"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Plugin to image_transport for transparently sending images encoded as JPEG or PNG"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-ros/cv_bridge
+ dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
+ dev-ros/image_transport
+ media-libs/opencv
+"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_image_transport/
@ 2017-04-17 9:26 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-04-17 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 38dc84cb7a1c236ab05803a1181eb09bc07937aa
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 09:23:39 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 09:26:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38dc84cb
dev-ros/compressed_image_transport: Add := dep on opencv
Package-Manager: Portage-2.3.5, Repoman-2.3.2
.../compressed_image_transport-1.9.5.ebuild | 4 ++--
.../compressed_image_transport/compressed_image_transport-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.5.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.5.ebuild
index 79abe2435dd..a99b5cf428c 100644
--- a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.5.ebuild
+++ b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.5.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
@@ -18,6 +18,6 @@ RDEPEND="
dev-ros/cv_bridge
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
- media-libs/opencv
+ media-libs/opencv:=
"
DEPEND="${RDEPEND}"
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
index bbcff3581d1..a99b5cf428c 100644
--- a/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
+++ b/dev-ros/compressed_image_transport/compressed_image_transport-9999.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
EAPI=5
@@ -18,6 +18,6 @@ RDEPEND="
dev-ros/cv_bridge
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
- media-libs/opencv
+ media-libs/opencv:=
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_image_transport/
@ 2017-04-17 9:26 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-04-17 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 19b0a91875abda68d1b27d66935d97a6f4eb86dd
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 09:23:01 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 09:26:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b0a918
dev-ros/compressed_image_transport: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-ros/compressed_image_transport/Manifest | 2 --
.../compressed_image_transport-1.9.2-r1.ebuild | 24 ----------------------
.../compressed_image_transport-1.9.3.ebuild | 23 ---------------------
3 files changed, 49 deletions(-)
diff --git a/dev-ros/compressed_image_transport/Manifest b/dev-ros/compressed_image_transport/Manifest
index 1702843878f..a3ad5e967e4 100644
--- a/dev-ros/compressed_image_transport/Manifest
+++ b/dev-ros/compressed_image_transport/Manifest
@@ -1,3 +1 @@
-DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972 WHIRLPOOL 7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df
-DIST image_transport_plugins-1.9.3.tar.gz 25291 SHA256 2d9b10f1e3c22145d58ba922dcafc72b149bb4561e641fff17eddf1510294271 SHA512 51ec14f5bef48e337146e303a4b87290c932d418621e3ae65d5a2f96247c4d0e9ac63df5c4e102f1532737448b272f07e2ce841030a33b8701febacad1698781 WHIRLPOOL c255da767e2dd668eef9499e26822b7eb3d6c144343287a34e3d396574776b29eff2ed90c384f99e1f9b53031a0f6d14a7311c0d2022bd4fc46af53c0a432025
DIST image_transport_plugins-1.9.5.tar.gz 26268 SHA256 a3dcd3af617bcafba5b8dab5fbd89183fbaf31798ee4e4e63a91059fa110168c SHA512 54f459719a386f028578889f9b88b8b080f495d75899cee6c8bfb58204970fb2395b2a8da70034eb391ba62f4ce462cb89b97bcdc576a177444613076b5ed02c WHIRLPOOL 1796f983cd0a904b6cce58ecec4a59034ab23ca8ca7a3c2a9b3fa8764d60c1426754c3a6bdb9eaf8bcff1859768af76b3d4f3a3350ee6cd6af5cc89f90ae639a
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.2-r1.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.2-r1.ebuild
deleted file mode 100644
index e57284a94d2..00000000000
--- a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.2-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Plugin to image_transport for transparently sending images encoded as JPEG or PNG"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/cv_bridge
- dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
- dev-ros/image_transport
- dev-ros/tf
- media-libs/opencv
-"
-DEPEND="${RDEPEND}"
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.3.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.3.ebuild
deleted file mode 100644
index bbcff3581d1..00000000000
--- a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
-
-inherit ros-catkin
-
-DESCRIPTION="Plugin to image_transport for transparently sending images encoded as JPEG or PNG"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/cv_bridge
- dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
- dev-ros/image_transport
- media-libs/opencv
-"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_image_transport/
@ 2017-09-12 11:49 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-09-12 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 9863fcd227884c32f8fffb9cc221a469add0ced5
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 11:49:04 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 11:49:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9863fcd2
dev-ros/compressed_image_transport: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../compressed_image_transport/compressed_image_transport-1.9.5.ebuild | 1 +
.../compressed_image_transport/compressed_image_transport-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.5.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.5.ebuild
index a99b5cf428c..23f4c2554ec 100644
--- a/dev-ros/compressed_image_transport/compressed_image_transport-1.9.5.ebuild
+++ b/dev-ros/compressed_image_transport/compressed_image_transport-1.9.5.ebuild
@@ -19,5 +19,6 @@ RDEPEND="
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
media-libs/opencv:=
+ dev-libs/boost:=
"
DEPEND="${RDEPEND}"
diff --git a/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild b/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
index a99b5cf428c..23f4c2554ec 100644
--- a/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
+++ b/dev-ros/compressed_image_transport/compressed_image_transport-9999.ebuild
@@ -19,5 +19,6 @@ RDEPEND="
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/image_transport
media-libs/opencv:=
+ dev-libs/boost:=
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-09-12 11:49 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-17 9:26 [gentoo-commits] repo/gentoo:master commit in: dev-ros/compressed_image_transport/ Alexis Ballier
-- strict thread matches above, loose matches on Subject: below --
2017-09-12 11:49 Alexis Ballier
2017-04-17 9:26 Alexis Ballier
2016-10-07 11:35 Alexis Ballier
2016-01-19 12:18 Alexis Ballier
2016-01-19 12:18 Alexis Ballier
2015-10-09 16:37 Alexis Ballier
2015-09-23 12:09 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox