Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/theora_image_transport/
Date: Mon, 17 Apr 2017 09:55:46
Message-Id: 1492422904.9b221048326706041cf69301c7db2f89f75d6d1a.aballier@gentoo
1 commit: 9b221048326706041cf69301c7db2f89f75d6d1a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 17 09:51:05 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 17 09:55:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b221048
7
8 dev-ros/theora_image_transport: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ros/theora_image_transport/Manifest | 2 --
13 .../theora_image_transport-1.9.2.ebuild | 32 ----------------------
14 .../theora_image_transport-1.9.3.ebuild | 30 --------------------
15 3 files changed, 64 deletions(-)
16
17 diff --git a/dev-ros/theora_image_transport/Manifest b/dev-ros/theora_image_transport/Manifest
18 index 1702843878f..a3ad5e967e4 100644
19 --- a/dev-ros/theora_image_transport/Manifest
20 +++ b/dev-ros/theora_image_transport/Manifest
21 @@ -1,3 +1 @@
22 -DIST image_transport_plugins-1.9.2.tar.gz 23734 SHA256 b610f50cdbab30abaa94980b22a444c5d898c571e3f57f0cf83ecde53877fdf0 SHA512 5ac7429cf61699f1827fdf15374aee5d951cd6aa77321f245bfe4e9771647e1bae5902646f30cb88019675e48732cd4f705eafe0931268684a449bef356bf972 WHIRLPOOL 7136449bf3fbc5f161a89c4fabac2d24fc4d4548186895e95a0aa7175ac196b5859d63da0cd59b418a570c10c767f19a8a9e7d0d408cd2c0517bff5407a512df
23 -DIST image_transport_plugins-1.9.3.tar.gz 25291 SHA256 2d9b10f1e3c22145d58ba922dcafc72b149bb4561e641fff17eddf1510294271 SHA512 51ec14f5bef48e337146e303a4b87290c932d418621e3ae65d5a2f96247c4d0e9ac63df5c4e102f1532737448b272f07e2ce841030a33b8701febacad1698781 WHIRLPOOL c255da767e2dd668eef9499e26822b7eb3d6c144343287a34e3d396574776b29eff2ed90c384f99e1f9b53031a0f6d14a7311c0d2022bd4fc46af53c0a432025
24 DIST image_transport_plugins-1.9.5.tar.gz 26268 SHA256 a3dcd3af617bcafba5b8dab5fbd89183fbaf31798ee4e4e63a91059fa110168c SHA512 54f459719a386f028578889f9b88b8b080f495d75899cee6c8bfb58204970fb2395b2a8da70034eb391ba62f4ce462cb89b97bcdc576a177444613076b5ed02c WHIRLPOOL 1796f983cd0a904b6cce58ecec4a59034ab23ca8ca7a3c2a9b3fa8764d60c1426754c3a6bdb9eaf8bcff1859768af76b3d4f3a3350ee6cd6af5cc89f90ae639a
25
26 diff --git a/dev-ros/theora_image_transport/theora_image_transport-1.9.2.ebuild b/dev-ros/theora_image_transport/theora_image_transport-1.9.2.ebuild
27 deleted file mode 100644
28 index c204fcafbc2..00000000000
29 --- a/dev-ros/theora_image_transport/theora_image_transport-1.9.2.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
37 -KEYWORDS="~amd64 ~arm"
38 -ROS_SUBDIR=${PN}
39 -CATKIN_HAS_MESSAGES=yes
40 -PYTHON_COMPAT=( python2_7 )
41 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
42 -
43 -inherit ros-catkin
44 -
45 -DESCRIPTION="Plugin to image_transport for transparently sending an image stream encoded with the Theora codec"
46 -LICENSE="BSD"
47 -SLOT="0"
48 -IUSE=""
49 -
50 -RDEPEND="
51 - dev-ros/cv_bridge
52 - dev-ros/dynamic_reconfigure
53 - dev-ros/image_transport
54 - dev-ros/tf
55 - media-libs/opencv
56 - dev-ros/tf
57 - dev-ros/rosbag
58 - dev-ros/pluginlib
59 - media-libs/libogg
60 - media-libs/libtheora[encode]
61 -"
62 -DEPEND="${RDEPEND}
63 - virtual/pkgconfig"
64
65 diff --git a/dev-ros/theora_image_transport/theora_image_transport-1.9.3.ebuild b/dev-ros/theora_image_transport/theora_image_transport-1.9.3.ebuild
66 deleted file mode 100644
67 index a450fdcd17e..00000000000
68 --- a/dev-ros/theora_image_transport/theora_image_transport-1.9.3.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2014 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=5
75 -ROS_REPO_URI="https://github.com/ros-perception/image_transport_plugins"
76 -KEYWORDS="~amd64 ~arm"
77 -ROS_SUBDIR=${PN}
78 -CATKIN_HAS_MESSAGES=yes
79 -PYTHON_COMPAT=( python2_7 )
80 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
81 -
82 -inherit ros-catkin
83 -
84 -DESCRIPTION="Plugin to image_transport for transparently sending an image stream encoded with the Theora codec"
85 -LICENSE="BSD"
86 -SLOT="0"
87 -IUSE=""
88 -
89 -RDEPEND="
90 - dev-ros/cv_bridge
91 - dev-ros/dynamic_reconfigure
92 - dev-ros/image_transport
93 - media-libs/opencv
94 - dev-ros/rosbag
95 - dev-ros/pluginlib
96 - media-libs/libogg
97 - media-libs/libtheora[encode]
98 -"
99 -DEPEND="${RDEPEND}
100 - virtual/pkgconfig"