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/message_filters/
Date: Sat, 20 Jul 2019 11:23:27
Message-Id: 1563621796.a35ba4fcc50875761362209ec24c1c1cfb500b70.aballier@gentoo
1 commit: a35ba4fcc50875761362209ec24c1c1cfb500b70
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 11:21:17 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 11:23:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35ba4fc
7
8 dev-ros/message_filters: Remove old
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/message_filters/Manifest | 3 --
14 .../message_filters/message_filters-1.13.5.ebuild | 33 ----------------------
15 .../message_filters/message_filters-1.13.6.ebuild | 32 ---------------------
16 .../message_filters/message_filters-1.14.2.ebuild | 32 ---------------------
17 4 files changed, 100 deletions(-)
18
19 diff --git a/dev-ros/message_filters/Manifest b/dev-ros/message_filters/Manifest
20 index 47ec44207f8..3d0a1ebaa18 100644
21 --- a/dev-ros/message_filters/Manifest
22 +++ b/dev-ros/message_filters/Manifest
23 @@ -1,4 +1 @@
24 -DIST ros_comm-1.13.5.tar.gz 1027857 BLAKE2B ed2611179bc7f84bf0b9cde1336474a3bc4c3980ebf97241910123abd430a48ae0636a6ddfb6c191bea2905454644c7ec340e26049d8faddca39783bef13d60b SHA512 91af2de897851061eda140d6c96ec88171f1fd1cd7549b6df1ac570e066603c7bb721a58cb19487657387753433d67ad22421408a237d1ffb5ea580c0cf3eeb3
25 -DIST ros_comm-1.13.6.tar.gz 1047870 BLAKE2B 874e31faa1a6a77292dab4b7fa64ed13a1f1f63f76512ea351e53bd14ce87662cea5c648e48c3c16668104129cc5eb172bc8f381516bdba676c7212f1acbaaf9 SHA512 382e81847141ab95462fc84a8215b945af995d29f9c0d507665e22faaf79aee9789950546ca7737bd40059f3ed1ecd284ff11bd3e6f1732f3c47a433c5d25155
26 -DIST ros_comm-1.14.2.tar.gz 1044745 BLAKE2B 1a5d47a4c6682c7a629d9d84be121a5eafcfc16621dec9a9ab9b57c2c7f9070f0007e15492ee44d86e1879351fae20bb9a759093424dd22ae7d44ae0f28e00e1 SHA512 8cece09572dc6b94a42eb49537cbcddbb954f70df01dc7ac9bd8aba17f53207b86afd8ccff81d929eca33bb9642ad7c530835d3f43471de497611940edae4777
27 DIST ros_comm-1.14.3.tar.gz 1045287 BLAKE2B c079983aa730e70028d1bf2c365d01d99ce09ced0c0f6443b18f9d0fb83715f6af4b313d6db4eb99dcc10052c81fa3e6560e7b3591b2fbe14b9ec20fac24babe SHA512 52df24f10f476697ee6fa340da354b45431f35018a25e2674dc9306f175929a4b0368753503ea143f87aeb4945a2e67c37f83d833f54b53f9a76a81022c280a3
28
29 diff --git a/dev-ros/message_filters/message_filters-1.13.5.ebuild b/dev-ros/message_filters/message_filters-1.13.5.ebuild
30 deleted file mode 100644
31 index fcee1e3cf90..00000000000
32 --- a/dev-ros/message_filters/message_filters-1.13.5.ebuild
33 +++ /dev/null
34 @@ -1,33 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -ROS_REPO_URI="https://github.com/ros/ros_comm"
41 -KEYWORDS="~amd64 ~arm"
42 -ROS_SUBDIR=utilities/${PN}
43 -PYTHON_COMPAT=( python{2_7,3_5} )
44 -
45 -inherit ros-catkin
46 -
47 -DESCRIPTION="Set of message filters which take in messages and may output those messages at a later time"
48 -LICENSE="BSD"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -RDEPEND="
53 - dev-ros/rosconsole
54 - dev-ros/roscpp
55 - dev-ros/xmlrpcpp
56 - dev-libs/boost:=[threads]
57 - dev-ros/genpy[${PYTHON_USEDEP}]
58 - dev-ros/roslib[${PYTHON_USEDEP}]
59 - dev-python/rospkg[${PYTHON_USEDEP}]"
60 -DEPEND="${RDEPEND}
61 - test? (
62 - dev-ros/rostest[${PYTHON_USEDEP}]
63 - dev-ros/rosunit[${PYTHON_USEDEP}]
64 - dev-cpp/gtest
65 - dev-python/nose[${PYTHON_USEDEP}]
66 - )"
67 -PATCHES=( "${FILESDIR}/tests.patch" )
68
69 diff --git a/dev-ros/message_filters/message_filters-1.13.6.ebuild b/dev-ros/message_filters/message_filters-1.13.6.ebuild
70 deleted file mode 100644
71 index ec237f43cd5..00000000000
72 --- a/dev-ros/message_filters/message_filters-1.13.6.ebuild
73 +++ /dev/null
74 @@ -1,32 +0,0 @@
75 -# Copyright 1999-2019 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -
80 -ROS_REPO_URI="https://github.com/ros/ros_comm"
81 -KEYWORDS="~amd64 ~arm"
82 -ROS_SUBDIR=utilities/${PN}
83 -PYTHON_COMPAT=( python{2_7,3_5} )
84 -
85 -inherit ros-catkin
86 -
87 -DESCRIPTION="Set of message filters which take in messages and may output those messages at a later time"
88 -LICENSE="BSD"
89 -SLOT="0"
90 -IUSE=""
91 -
92 -RDEPEND="
93 - dev-ros/rosconsole
94 - dev-ros/roscpp
95 - dev-libs/boost:=[threads]
96 - dev-ros/genpy[${PYTHON_USEDEP}]
97 - dev-ros/roslib[${PYTHON_USEDEP}]
98 - dev-python/rospkg[${PYTHON_USEDEP}]"
99 -DEPEND="${RDEPEND}
100 - test? (
101 - dev-ros/rostest[${PYTHON_USEDEP}]
102 - dev-ros/rosunit[${PYTHON_USEDEP}]
103 - dev-cpp/gtest
104 - dev-python/nose[${PYTHON_USEDEP}]
105 - )"
106 -PATCHES=( "${FILESDIR}/tests.patch" )
107
108 diff --git a/dev-ros/message_filters/message_filters-1.14.2.ebuild b/dev-ros/message_filters/message_filters-1.14.2.ebuild
109 deleted file mode 100644
110 index ec237f43cd5..00000000000
111 --- a/dev-ros/message_filters/message_filters-1.14.2.ebuild
112 +++ /dev/null
113 @@ -1,32 +0,0 @@
114 -# Copyright 1999-2019 Gentoo Authors
115 -# Distributed under the terms of the GNU General Public License v2
116 -
117 -EAPI=5
118 -
119 -ROS_REPO_URI="https://github.com/ros/ros_comm"
120 -KEYWORDS="~amd64 ~arm"
121 -ROS_SUBDIR=utilities/${PN}
122 -PYTHON_COMPAT=( python{2_7,3_5} )
123 -
124 -inherit ros-catkin
125 -
126 -DESCRIPTION="Set of message filters which take in messages and may output those messages at a later time"
127 -LICENSE="BSD"
128 -SLOT="0"
129 -IUSE=""
130 -
131 -RDEPEND="
132 - dev-ros/rosconsole
133 - dev-ros/roscpp
134 - dev-libs/boost:=[threads]
135 - dev-ros/genpy[${PYTHON_USEDEP}]
136 - dev-ros/roslib[${PYTHON_USEDEP}]
137 - dev-python/rospkg[${PYTHON_USEDEP}]"
138 -DEPEND="${RDEPEND}
139 - test? (
140 - dev-ros/rostest[${PYTHON_USEDEP}]
141 - dev-ros/rosunit[${PYTHON_USEDEP}]
142 - dev-cpp/gtest
143 - dev-python/nose[${PYTHON_USEDEP}]
144 - )"
145 -PATCHES=( "${FILESDIR}/tests.patch" )