diff options
author | 2023-01-24 18:00:35 +0100 | |
---|---|---|
committer | 2023-01-24 21:12:02 +0100 | |
commit | b7f6bbee36e123d72f86cf87e1588503f403d1b6 (patch) | |
tree | 28023ff0c9c21f811bf33ce4569e4ea35ca83cd4 /dev-ros/actionlib | |
parent | app-shells/pwsh-bin: drop old 7.2.7-r1 (diff) | |
download | gentoo-b7f6bbee36e123d72f86cf87e1588503f403d1b6.tar.gz gentoo-b7f6bbee36e123d72f86cf87e1588503f403d1b6.tar.bz2 gentoo-b7f6bbee36e123d72f86cf87e1588503f403d1b6.zip |
dev-ros/actionlib: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/actionlib')
-rw-r--r-- | dev-ros/actionlib/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/actionlib/actionlib-1.13.2-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-ros/actionlib/actionlib-9999.ebuild | 37 | ||||
-rw-r--r-- | dev-ros/actionlib/metadata.xml | 11 |
4 files changed, 0 insertions, 86 deletions
diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest deleted file mode 100644 index c8adcf889747..000000000000 --- a/dev-ros/actionlib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST actionlib-1.13.2.tar.gz 101040 BLAKE2B 3c48ea46a5a6f91ead92c49870415f2e3addfb21190066a9b7d3e639a1dbe50a696b1cd61dc31dcb92d25a8e5a283a5c6184848ea7270e709a43b444398e4077 SHA512 f6186c8cdff916c5a13e635322fb915867b15fe175da1e0916713e4f2fd3c8e60f59dabc9dd9b31e1f0dcf699118a00e5a2d60db4a15bc65a731ba7a956147d9 diff --git a/dev-ros/actionlib/actionlib-1.13.2-r1.ebuild b/dev-ros/actionlib/actionlib-1.13.2-r1.ebuild deleted file mode 100644 index 2249140310b3..000000000000 --- a/dev-ros/actionlib/actionlib-1.13.2-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/ros/actionlib" -KEYWORDS="~amd64 ~arm" -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Provides a standardized interface for interfacing with preemptable tasks" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/boost:= - dev-ros/roscpp - dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] - " -DEPEND="${RDEPEND} - dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}] - test? ( - dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosnode[${PYTHON_SINGLE_USEDEP}] - dev-cpp/gtest - )" -RDEPEND="${RDEPEND} - dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] - dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] -" - -src_test() { - export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" - ros-catkin_src_test -} diff --git a/dev-ros/actionlib/actionlib-9999.ebuild b/dev-ros/actionlib/actionlib-9999.ebuild deleted file mode 100644 index 2249140310b3..000000000000 --- a/dev-ros/actionlib/actionlib-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -CATKIN_HAS_MESSAGES=yes -ROS_REPO_URI="https://github.com/ros/actionlib" -KEYWORDS="~amd64 ~arm" -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Provides a standardized interface for interfacing with preemptable tasks" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="dev-libs/boost:= - dev-ros/roscpp - dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] - " -DEPEND="${RDEPEND} - dev-ros/rosunit[${PYTHON_SINGLE_USEDEP}] - test? ( - dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] - dev-ros/rosnode[${PYTHON_SINGLE_USEDEP}] - dev-cpp/gtest - )" -RDEPEND="${RDEPEND} - dev-ros/roslib[${PYTHON_SINGLE_USEDEP}] - dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] -" - -src_test() { - export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" - ros-catkin_src_test -} diff --git a/dev-ros/actionlib/metadata.xml b/dev-ros/actionlib/metadata.xml deleted file mode 100644 index 40ffb31055e3..000000000000 --- a/dev-ros/actionlib/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/actionlib</remote-id> - </upstream> -</pkgmetadata> |