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/diagnostic_aggregator/
Date: Fri, 04 Sep 2020 16:47:21
Message-Id: 1599238032.d7191a92669b2924dfbb7a62ad4af80ed02153a1.aballier@gentoo
1 commit: d7191a92669b2924dfbb7a62ad4af80ed02153a1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 14:45:16 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 16:47:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7191a92
7
8 dev-ros/diagnostic_aggregator: Remove old
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/diagnostic_aggregator/Manifest | 2 --
14 .../diagnostic_aggregator-1.9.4-r1.ebuild | 36 ----------------------
15 .../diagnostic_aggregator-1.9.6.ebuild | 36 ----------------------
16 3 files changed, 74 deletions(-)
17
18 diff --git a/dev-ros/diagnostic_aggregator/Manifest b/dev-ros/diagnostic_aggregator/Manifest
19 index 2fd727f3702..db6b048d773 100644
20 --- a/dev-ros/diagnostic_aggregator/Manifest
21 +++ b/dev-ros/diagnostic_aggregator/Manifest
22 @@ -1,3 +1 @@
23 DIST diagnostics-1.10.1.tar.gz 536607 BLAKE2B 6a69163fbf60820839f1fc7071b6ea9df7b70cc2979b42648ac56d0acce820af69595b2a9e4d11b9752d4d85bd19276ccfcb6a57a523e7d69354fbc64414fec4 SHA512 a45d41a0ba3b879ab3228bc3d3152cd59d7145b96f9a5b1798eb1d9aaba8dbd6234ec3692c1a84289d0f543eed3adb0ca4dcbd1f1b6ceaef54af7866e1ad9ee7
24 -DIST diagnostics-1.9.4.tar.gz 533933 BLAKE2B 07effeceaa55fd86995a1202777a926c4474e7fe4bba1e013ec5bd6191ed7b39ab6a6e7220d9a48a97c79beec3965ba0bd639e3e56ad64d061730a9a40258e49 SHA512 1438e7b81e74f86a90a8528cf363b94149657f178fba58b532909249c2a9841d4225c0169ff78914ac695acc1494a89b06f0dee145a4b3b00a0c7efaebe0d467
25 -DIST diagnostics-1.9.6.tar.gz 534544 BLAKE2B 25cf7d15033dbb265d5e75d137b344f0a22b63bafb5ecf67d4cc24727ce03f83a0fc040c571e67ec703f155139d158ba415c9005cfc5937cd556b55fd60bc4a4 SHA512 f239504c9920b9c6582f24a322b8bd24c671d6e7dd29f144bf506a051356456e902ddeb0cb122be0dae1d2d3418da33cd5237229bf017695cee48289358bbd4b
26
27 diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild
28 deleted file mode 100644
29 index 76db5fae27d..00000000000
30 --- a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -ROS_REPO_URI="https://github.com/ros/diagnostics"
38 -KEYWORDS="~amd64 ~arm"
39 -ROS_SUBDIR=${PN}
40 -
41 -inherit ros-catkin
42 -
43 -DESCRIPTION="Aggregates ROS diagnostics"
44 -LICENSE="BSD"
45 -SLOT="0"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - dev-ros/pluginlib:=
50 - dev-libs/tinyxml2:=
51 - dev-ros/roscpp
52 - dev-ros/rospy
53 - dev-ros/rostest
54 - dev-ros/xmlrpcpp
55 - dev-ros/bondcpp
56 - dev-libs/boost:=
57 - dev-libs/console_bridge:=
58 - dev-ros/bondpy[${PYTHON_SINGLE_USEDEP}]
59 -"
60 -DEPEND="${RDEPEND}
61 - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
62 - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )"
63 -
64 -src_test() {
65 - export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
66 - export CATKIN_PREFIX_PATH="${BUILD_DIR}/devel/:${CATKIN_PREFIX_PATH}"
67 - ros-catkin_src_test
68 -}
69
70 diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.6.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.6.ebuild
71 deleted file mode 100644
72 index 76db5fae27d..00000000000
73 --- a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.6.ebuild
74 +++ /dev/null
75 @@ -1,36 +0,0 @@
76 -# Copyright 1999-2020 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=7
80 -ROS_REPO_URI="https://github.com/ros/diagnostics"
81 -KEYWORDS="~amd64 ~arm"
82 -ROS_SUBDIR=${PN}
83 -
84 -inherit ros-catkin
85 -
86 -DESCRIPTION="Aggregates ROS diagnostics"
87 -LICENSE="BSD"
88 -SLOT="0"
89 -IUSE=""
90 -
91 -RDEPEND="
92 - dev-ros/pluginlib:=
93 - dev-libs/tinyxml2:=
94 - dev-ros/roscpp
95 - dev-ros/rospy
96 - dev-ros/rostest
97 - dev-ros/xmlrpcpp
98 - dev-ros/bondcpp
99 - dev-libs/boost:=
100 - dev-libs/console_bridge:=
101 - dev-ros/bondpy[${PYTHON_SINGLE_USEDEP}]
102 -"
103 -DEPEND="${RDEPEND}
104 - dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
105 - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )"
106 -
107 -src_test() {
108 - export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
109 - export CATKIN_PREFIX_PATH="${BUILD_DIR}/devel/:${CATKIN_PREFIX_PATH}"
110 - ros-catkin_src_test
111 -}