diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:03:59 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 14:33:28 +0200 |
commit | 7163d22b79357327f5f91ddebc161dca4cd4a9a0 (patch) | |
tree | 1b7450e697a937e6724111b763ac0ef1e6ee1821 /dev-ros/smach_msgs | |
parent | dev-ros/smach_msgs: bump eapi (diff) | |
download | gentoo-7163d22b79357327f5f91ddebc161dca4cd4a9a0.tar.gz gentoo-7163d22b79357327f5f91ddebc161dca4cd4a9a0.tar.bz2 gentoo-7163d22b79357327f5f91ddebc161dca4cd4a9a0.zip |
dev-ros/smach_msgs: Remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/smach_msgs')
-rw-r--r-- | dev-ros/smach_msgs/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-ros/smach_msgs/Manifest b/dev-ros/smach_msgs/Manifest index 8dbf10d10621..46bd8ffaa69f 100644 --- a/dev-ros/smach_msgs/Manifest +++ b/dev-ros/smach_msgs/Manifest @@ -1,2 +1 @@ -DIST executive_smach-2.0.1.tar.gz 42032 BLAKE2B 9271515a67436cd4873d4df5d1abae586af9ae856f9c90904732382e4824bd0bb23c820cd761017532604cde4c7c07ed4a98465b3267319dbc00b61b2d028dea SHA512 88be9ad6a0ec1e82e1592d26621fbbfe24e45640266f369cd03f192649bfd865e5a4ea576cf665161c0f89805e67b38b8b64b62a054ca1e217b99d8284f3b32a DIST executive_smach-2.5.0.tar.gz 42305 BLAKE2B 0b220f7aeec00c8e625c64f169f76ba8e35a5669b55f1a71073c419c7ad82c1d0cdb0d40f9eb3a3b2db7aa593b8d5867ececbcc5037af1022fcdfd6c09f1ed9e SHA512 83d557c450e28502f22dd39f7b3aec2a64faec565d25ed60832a8915f88d6541aaa906de61d3588e2ceaf8a2bc9d41f64376663322d570fbcce284b617193bb1 diff --git a/dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild b/dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild deleted file mode 100644 index 20cd3b0f678e..000000000000 --- a/dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -ROS_REPO_URI="https://github.com/ros/executive_smach" -CATKIN_HAS_MESSAGES=yes -KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) -ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" - -inherit ros-catkin - -DESCRIPTION="Set of messages that are used by the introspection interfaces for smach" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" |