summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ros-meta/diagnostics')
-rw-r--r--ros-meta/diagnostics/Manifest6
-rw-r--r--ros-meta/diagnostics/diagnostics-1.8.10.ebuild24
-rw-r--r--ros-meta/diagnostics/diagnostics-1.8.8.ebuild24
-rw-r--r--ros-meta/diagnostics/diagnostics-1.8.9.ebuild24
-rw-r--r--ros-meta/diagnostics/diagnostics-1.9.0.ebuild25
-rw-r--r--ros-meta/diagnostics/diagnostics-1.9.2.ebuild25
-rw-r--r--ros-meta/diagnostics/diagnostics-1.9.3.ebuild25
-rw-r--r--ros-meta/diagnostics/diagnostics-1.9.4.ebuild4
-rw-r--r--ros-meta/diagnostics/diagnostics-9999.ebuild6
9 files changed, 5 insertions, 158 deletions
diff --git a/ros-meta/diagnostics/Manifest b/ros-meta/diagnostics/Manifest
index cdad74279567..2b0c74a98cf1 100644
--- a/ros-meta/diagnostics/Manifest
+++ b/ros-meta/diagnostics/Manifest
@@ -1,7 +1 @@
-DIST diagnostics-1.8.10.tar.gz 525999 BLAKE2B 97d28f89c01fb8ee17fda9b0207f68848c57af754980562dce05d9eb76b1505f316ef64fe06a8a76db807d0b6d39657924e0f5c9dd8372a1df2fbefd51cacd8c SHA512 a3719b1cb745e376bbff55c483c92916588b4548c0c7b57cad299d3b748ca278a2d6b1a874168dd489b60a6dbc2250b40db1c55b54a4043de1b5c3ce3c8a5513
-DIST diagnostics-1.8.8.tar.gz 508404 BLAKE2B 9bf90d268ac23d0007133ddc5f2ac0d6ba445265b9cde19271d43274316af3ce734947a1a8a6226491c59e142a36e9f547edb996c797fec6ecaf143afa2c7363 SHA512 f0e59442cf4cd277c1ef77e7bceec973a15519c9d81bbde21851592ba52c4c7d55a6358c6a65004490b3e3822a6edc772f20e41992a2b3604d9e64e9fd7124ef
-DIST diagnostics-1.8.9.tar.gz 525881 BLAKE2B 6de75f5fa961da199daab1a6ae1c2b34b0edbd70c09e58f7384c76f9dd0c3a51cc8b0f20688dbdcafe164ade3a0e3bdc894064cc269f6b8fb0e31faa6f4d9654 SHA512 2d9e2bcccf474ae8d30adbf0c5571d491cf3d8757732be5fcf1139ceb5fe40a4e83542e7e248cc94ca963056cd18f55c71df7108e26fc4d4e07efbf3611c3d80
-DIST diagnostics-1.9.0.tar.gz 528593 BLAKE2B 12ecbbf0b0d091d5325c30de5ff836d245294beac7cc23976e403eee4ab6b71afd0972dded5276e96387fbc4bd2c1e57c17efff9e4c606cf18b6095f95099ba0 SHA512 98086feb84939108a959b36a3f59a7c52b4413ceb57d5c3c393db98dfad4c5f1572f584248293502a27619db706a585ebe0cb98c4af0b8681d6d78be0e1c022c
-DIST diagnostics-1.9.2.tar.gz 530844 BLAKE2B 9b67f24df11ec5a716bd80ae7eb0f80f777c3014c4c0ed115e15f67649245bb685c13502a8e7889fe02bdcce43d465c11c0b2d448b698716aebed25c23512883 SHA512 6074b7fb6366bc40252af6317b27f509ee969f30c532fae47bba506f4851656d8bef041bea6256046325316807ba4d9e570f695d517b562970ecaf72d2def759
-DIST diagnostics-1.9.3.tar.gz 531618 BLAKE2B 10bbf697477d58cfe405e6634259af4125792be873bc38aa899d09089c4162a2107d5910bcba670edb5df77d5692b9c57070a4eca911c648c7a4a25d2ffa9f07 SHA512 56e97ea5751c82acc18e7098d0449c7be271c91a191d363671ff118bedb9797d0b5568394c929d534d73560ff9048915d0693aa0b66942761fb12ed255f6f1b7
DIST diagnostics-1.9.4.tar.gz 533933 BLAKE2B 07effeceaa55fd86995a1202777a926c4474e7fe4bba1e013ec5bd6191ed7b39ab6a6e7220d9a48a97c79beec3965ba0bd639e3e56ad64d061730a9a40258e49 SHA512 1438e7b81e74f86a90a8528cf363b94149657f178fba58b532909249c2a9841d4225c0169ff78914ac695acc1494a89b06f0dee145a4b3b00a0c7efaebe0d467
diff --git a/ros-meta/diagnostics/diagnostics-1.8.10.ebuild b/ros-meta/diagnostics/diagnostics-1.8.10.ebuild
deleted file mode 100644
index eaf48282d77d..000000000000
--- a/ros-meta/diagnostics/diagnostics-1.8.10.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/diagnostics"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data from robots"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/diagnostic_aggregator
- dev-ros/diagnostic_analysis
- dev-ros/diagnostic_common_diagnostics
- dev-ros/diagnostic_updater
- dev-ros/self_test
- dev-ros/test_diagnostic_aggregator
-"
-DEPEND="${RDEPEND}"
diff --git a/ros-meta/diagnostics/diagnostics-1.8.8.ebuild b/ros-meta/diagnostics/diagnostics-1.8.8.ebuild
deleted file mode 100644
index f89d7b7ec190..000000000000
--- a/ros-meta/diagnostics/diagnostics-1.8.8.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/diagnostics"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data from robots"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/diagnostic_aggregator
- dev-ros/diagnostic_analysis
- dev-ros/diagnostic_common_diagnostics
- dev-ros/diagnostic_updater
- dev-ros/self_test
- dev-ros/test_diagnostic_aggregator
-"
-DEPEND="${RDEPEND}"
diff --git a/ros-meta/diagnostics/diagnostics-1.8.9.ebuild b/ros-meta/diagnostics/diagnostics-1.8.9.ebuild
deleted file mode 100644
index f89d7b7ec190..000000000000
--- a/ros-meta/diagnostics/diagnostics-1.8.9.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/diagnostics"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data from robots"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/diagnostic_aggregator
- dev-ros/diagnostic_analysis
- dev-ros/diagnostic_common_diagnostics
- dev-ros/diagnostic_updater
- dev-ros/self_test
- dev-ros/test_diagnostic_aggregator
-"
-DEPEND="${RDEPEND}"
diff --git a/ros-meta/diagnostics/diagnostics-1.9.0.ebuild b/ros-meta/diagnostics/diagnostics-1.9.0.ebuild
deleted file mode 100644
index d4009c7c7151..000000000000
--- a/ros-meta/diagnostics/diagnostics-1.9.0.ebuild
+++ /dev/null
@@ -1,25 +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/diagnostics"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data from robots"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/diagnostic_aggregator
- dev-ros/diagnostic_analysis
- dev-ros/diagnostic_common_diagnostics
- dev-ros/diagnostic_updater
- dev-ros/rosdiagnostic
- dev-ros/self_test
- dev-ros/test_diagnostic_aggregator
-"
-DEPEND="${RDEPEND}"
diff --git a/ros-meta/diagnostics/diagnostics-1.9.2.ebuild b/ros-meta/diagnostics/diagnostics-1.9.2.ebuild
deleted file mode 100644
index d4009c7c7151..000000000000
--- a/ros-meta/diagnostics/diagnostics-1.9.2.ebuild
+++ /dev/null
@@ -1,25 +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/diagnostics"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data from robots"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/diagnostic_aggregator
- dev-ros/diagnostic_analysis
- dev-ros/diagnostic_common_diagnostics
- dev-ros/diagnostic_updater
- dev-ros/rosdiagnostic
- dev-ros/self_test
- dev-ros/test_diagnostic_aggregator
-"
-DEPEND="${RDEPEND}"
diff --git a/ros-meta/diagnostics/diagnostics-1.9.3.ebuild b/ros-meta/diagnostics/diagnostics-1.9.3.ebuild
deleted file mode 100644
index 1fe9aeabc105..000000000000
--- a/ros-meta/diagnostics/diagnostics-1.9.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros/diagnostics"
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data from robots"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
- dev-ros/diagnostic_aggregator
- dev-ros/diagnostic_analysis
- dev-ros/diagnostic_common_diagnostics
- dev-ros/diagnostic_updater
- dev-ros/rosdiagnostic
- dev-ros/self_test
- dev-ros/test_diagnostic_aggregator
-"
-DEPEND="${RDEPEND}"
diff --git a/ros-meta/diagnostics/diagnostics-1.9.4.ebuild b/ros-meta/diagnostics/diagnostics-1.9.4.ebuild
index c53c8b46c64b..28e8a21adcf9 100644
--- a/ros-meta/diagnostics/diagnostics-1.9.4.ebuild
+++ b/ros-meta/diagnostics/diagnostics-1.9.4.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
ROS_REPO_URI="https://github.com/ros/diagnostics"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
inherit ros-catkin
-DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data from robots"
+DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data"
LICENSE="BSD"
SLOT="0"
IUSE=""
diff --git a/ros-meta/diagnostics/diagnostics-9999.ebuild b/ros-meta/diagnostics/diagnostics-9999.ebuild
index d4009c7c7151..28e8a21adcf9 100644
--- a/ros-meta/diagnostics/diagnostics-9999.ebuild
+++ b/ros-meta/diagnostics/diagnostics-9999.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
ROS_REPO_URI="https://github.com/ros/diagnostics"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
inherit ros-catkin
-DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data from robots"
+DESCRIPTION="Packages related to gathering, viewing, and analyzing diagnostics data"
LICENSE="BSD"
SLOT="0"
IUSE=""