diff options
author | 2023-01-24 18:07:52 +0100 | |
---|---|---|
committer | 2023-01-24 21:16:08 +0100 | |
commit | 4e9050f460b7dde849c411181c2f19cb21ced9bb (patch) | |
tree | b0aefbf8e6a7f1d9d401afa1f34d87fb1286288b /dev-ros/smach | |
parent | dev-ros/shape_msgs: treeclean (diff) | |
download | gentoo-4e9050f460b7dde849c411181c2f19cb21ced9bb.tar.gz gentoo-4e9050f460b7dde849c411181c2f19cb21ced9bb.tar.bz2 gentoo-4e9050f460b7dde849c411181c2f19cb21ced9bb.zip |
dev-ros/smach: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ros/smach')
-rw-r--r-- | dev-ros/smach/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/smach/metadata.xml | 11 | ||||
-rw-r--r-- | dev-ros/smach/smach-2.5.0.ebuild | 18 | ||||
-rw-r--r-- | dev-ros/smach/smach-9999.ebuild | 18 |
4 files changed, 0 insertions, 48 deletions
diff --git a/dev-ros/smach/Manifest b/dev-ros/smach/Manifest deleted file mode 100644 index 46bd8ffaa69f..000000000000 --- a/dev-ros/smach/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST executive_smach-2.5.0.tar.gz 42305 BLAKE2B 0b220f7aeec00c8e625c64f169f76ba8e35a5669b55f1a71073c419c7ad82c1d0cdb0d40f9eb3a3b2db7aa593b8d5867ececbcc5037af1022fcdfd6c09f1ed9e SHA512 83d557c450e28502f22dd39f7b3aec2a64faec565d25ed60832a8915f88d6541aaa906de61d3588e2ceaf8a2bc9d41f64376663322d570fbcce284b617193bb1 diff --git a/dev-ros/smach/metadata.xml b/dev-ros/smach/metadata.xml deleted file mode 100644 index 5eefb0c15e88..000000000000 --- a/dev-ros/smach/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/executive_smach</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ros/smach/smach-2.5.0.ebuild b/dev-ros/smach/smach-2.5.0.ebuild deleted file mode 100644 index 194897b43b81..000000000000 --- a/dev-ros/smach/smach-2.5.0.ebuild +++ /dev/null @@ -1,18 +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/executive_smach" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Task-level architecture for rapidly creating complex robot behavior" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" diff --git a/dev-ros/smach/smach-9999.ebuild b/dev-ros/smach/smach-9999.ebuild deleted file mode 100644 index 194897b43b81..000000000000 --- a/dev-ros/smach/smach-9999.ebuild +++ /dev/null @@ -1,18 +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/executive_smach" -KEYWORDS="~amd64 ~arm" -ROS_SUBDIR=${PN} - -inherit ros-catkin - -DESCRIPTION="Task-level architecture for rapidly creating complex robot behavior" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" |