diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 18:10:15 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-24 21:17:27 +0100 |
commit | 39ff2d8ba7d98aeb2c407fb7ccb46858b12da126 (patch) | |
tree | 54ee786598aa959c39e3f84d4a0dab8033f42e7f /ros-meta | |
parent | ros-meta/rosbridge_suite: treeclean (diff) | |
download | gentoo-39ff2d8ba7d98aeb2c407fb7ccb46858b12da126.tar.gz gentoo-39ff2d8ba7d98aeb2c407fb7ccb46858b12da126.tar.bz2 gentoo-39ff2d8ba7d98aeb2c407fb7ccb46858b12da126.zip |
ros-meta/ros_comm: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'ros-meta')
-rw-r--r-- | ros-meta/ros_comm/Manifest | 2 | ||||
-rw-r--r-- | ros-meta/ros_comm/metadata.xml | 11 | ||||
-rw-r--r-- | ros-meta/ros_comm/ros_comm-1.15.13.ebuild | 58 | ||||
-rw-r--r-- | ros-meta/ros_comm/ros_comm-1.15.14.ebuild | 58 | ||||
-rw-r--r-- | ros-meta/ros_comm/ros_comm-9999.ebuild | 58 |
5 files changed, 0 insertions, 187 deletions
diff --git a/ros-meta/ros_comm/Manifest b/ros-meta/ros_comm/Manifest deleted file mode 100644 index 6aca6f22ef1d..000000000000 --- a/ros-meta/ros_comm/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ros_comm-1.15.13.tar.gz 1093884 BLAKE2B f92b3bc0b441f4440e0ddd69527b79943130e5eb37c0071ea3b8fe26408490a5c9ac7c2ace1e83ad4d6dbaff78600ef399166b72d29eb1c6c0082a7db3295054 SHA512 f5ca51da01c557c4f7a00216b9a39d2d891666c50bd17e0c9add65047e2693a178280488121e72a1a756a2e17f67172e817b792e359ab42dd8d6bd44dec16166 -DIST ros_comm-1.15.14.tar.gz 1094270 BLAKE2B 3b40e23f361e7f7939a9015f22956c1631e25b21d5f76eaff82cb08b378aa3733ed296bef7cdc148ae7d12e6a8dae8216bc7f230e15233bff1dec9172a25cafe SHA512 e16294eb5341669550513a6f13fa3f9f276b7f41a7a7b0cf30e6d64783464ce445d3cf0466dc41ef249f90452910741212de3c37fdff221426698a299fc32501 diff --git a/ros-meta/ros_comm/metadata.xml b/ros-meta/ros_comm/metadata.xml deleted file mode 100644 index 90098219374c..000000000000 --- a/ros-meta/ros_comm/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ros@gentoo.org</email> - <name>Gentoo ROS Project</name> - </maintainer> - <upstream> - <remote-id type="github">ros/ros_comm</remote-id> - </upstream> -</pkgmetadata> diff --git a/ros-meta/ros_comm/ros_comm-1.15.13.ebuild b/ros-meta/ros_comm/ros_comm-1.15.13.ebuild deleted file mode 100644 index 00b04a0107d9..000000000000 --- a/ros-meta/ros_comm/ros_comm-1.15.13.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ROS_REPO_URI="https://github.com/ros/ros_comm" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="ROS communications-related packages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -# utilities subdir -RDEPEND=" - dev-ros/roslz4 - dev-ros/xmlrpcpp - dev-ros/roswtf - dev-ros/message_filters -" -# tools subdir -RDEPEND="${RDEPEND} - dev-ros/rosbag - dev-ros/rosbag_storage - dev-ros/rosgraph - dev-ros/roslaunch - dev-ros/rosmaster - dev-ros/rosmsg - dev-ros/rosnode - dev-ros/rosout - dev-ros/rosparam - dev-ros/rosservice - dev-ros/rostest - dev-ros/rostopic - dev-ros/topic_tools -" -# clients subdir -RDEPEND="${RDEPEND} - dev-ros/roscpp - dev-ros/rospy -" -# test subdir -RDEPEND="${RDEPEND} - dev-ros/test_rosbag - dev-ros/test_rosbag_storage - dev-ros/test_roscpp - dev-ros/test_rosgraph - dev-ros/test_roslaunch - dev-ros/test_roslib_comm - dev-ros/test_rosmaster - dev-ros/test_rosparam - dev-ros/test_rospy - dev-ros/test_rosservice -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/ros_comm/ros_comm-1.15.14.ebuild b/ros-meta/ros_comm/ros_comm-1.15.14.ebuild deleted file mode 100644 index f3b830790e0e..000000000000 --- a/ros-meta/ros_comm/ros_comm-1.15.14.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ROS_REPO_URI="https://github.com/ros/ros_comm" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="ROS communications-related packages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -# utilities subdir -RDEPEND=" - dev-ros/roslz4 - dev-ros/xmlrpcpp - dev-ros/roswtf - dev-ros/message_filters -" -# tools subdir -RDEPEND="${RDEPEND} - dev-ros/rosbag - dev-ros/rosbag_storage - dev-ros/rosgraph - dev-ros/roslaunch - dev-ros/rosmaster - dev-ros/rosmsg - dev-ros/rosnode - dev-ros/rosout - dev-ros/rosparam - dev-ros/rosservice - dev-ros/rostest - dev-ros/rostopic - dev-ros/topic_tools -" -# clients subdir -RDEPEND="${RDEPEND} - dev-ros/roscpp - dev-ros/rospy -" -# test subdir -RDEPEND="${RDEPEND} - dev-ros/test_rosbag - dev-ros/test_rosbag_storage - dev-ros/test_roscpp - dev-ros/test_rosgraph - dev-ros/test_roslaunch - dev-ros/test_roslib_comm - dev-ros/test_rosmaster - dev-ros/test_rosparam - dev-ros/test_rospy - dev-ros/test_rosservice -" -DEPEND="${RDEPEND}" diff --git a/ros-meta/ros_comm/ros_comm-9999.ebuild b/ros-meta/ros_comm/ros_comm-9999.ebuild deleted file mode 100644 index e9db26e11347..000000000000 --- a/ros-meta/ros_comm/ros_comm-9999.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ROS_REPO_URI="https://github.com/ros/ros_comm" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="ROS communications-related packages" -LICENSE="BSD" -SLOT="0" -IUSE="" - -# utilities subdir -RDEPEND=" - dev-ros/roslz4 - dev-ros/xmlrpcpp - dev-ros/roswtf - dev-ros/message_filters -" -# tools subdir -RDEPEND="${RDEPEND} - dev-ros/rosbag - dev-ros/rosbag_storage - dev-ros/rosgraph - dev-ros/roslaunch - dev-ros/rosmaster - dev-ros/rosmsg - dev-ros/rosnode - dev-ros/rosout - dev-ros/rosparam - dev-ros/rosservice - dev-ros/rostest - dev-ros/rostopic - dev-ros/topic_tools -" -# clients subdir -RDEPEND="${RDEPEND} - dev-ros/roscpp - dev-ros/rospy -" -# test subdir -RDEPEND="${RDEPEND} - dev-ros/test_rosbag - dev-ros/test_rosbag_storage - dev-ros/test_roscpp - dev-ros/test_rosgraph - dev-ros/test_roslaunch - dev-ros/test_roslib_comm - dev-ros/test_rosmaster - dev-ros/test_rosparam - dev-ros/test_rospy - dev-ros/test_rosservice -" -DEPEND="${RDEPEND}" |