diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:35:25 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:35:53 +0200 |
commit | 806929bee674ccdde7387b85b0fe746d86815f1b (patch) | |
tree | 6d0d6e9b53c1fcabe81702d9952853aa5bd0b84f /dev-ros/rosbag_migration_rule | |
parent | dev-ros/rosbag_migration_rule: bump to 1.0.1 (diff) | |
download | gentoo-806929bee674ccdde7387b85b0fe746d86815f1b.tar.gz gentoo-806929bee674ccdde7387b85b0fe746d86815f1b.tar.bz2 gentoo-806929bee674ccdde7387b85b0fe746d86815f1b.zip |
dev-ros/rosbag_migration_rule: 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/rosbag_migration_rule')
-rw-r--r-- | dev-ros/rosbag_migration_rule/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/rosbag_migration_rule/rosbag_migration_rule-1.0.0.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/dev-ros/rosbag_migration_rule/Manifest b/dev-ros/rosbag_migration_rule/Manifest index aea283b12235..f1ad8c23e390 100644 --- a/dev-ros/rosbag_migration_rule/Manifest +++ b/dev-ros/rosbag_migration_rule/Manifest @@ -1,2 +1 @@ -DIST rosbag_migration_rule-1.0.0.tar.gz 581 BLAKE2B 6007438d1fe762965ba58432519c6e85903302700951174acaead513fae374933cd2eed176a996344aab3ca29be19fbcd231f216e83c61669b69b3dd1af87cb8 SHA512 694e272509384d48277400639614464e8cf0e19766a247c6ad71399fc6b4aabf570e425d61f78bac2b712c569762a25ac3539390b19317109972cfa6768fecd6 DIST rosbag_migration_rule-1.0.1.tar.gz 581 BLAKE2B 6434feaa7a022dca38659a09ac47217f716edf77c09f863d972932cf134700d10434d81591627fff1fc8ed67fe92439ee6272b1d97897de0c5f2d1313da9e198 SHA512 ae5b471daa8603740272e8c819d1120adafba0ed69027e853292939041aab3f19d40ce5736c88d3c0bf6c7979dce1436573b0585fa6a126e606d7c82502462d4 diff --git a/dev-ros/rosbag_migration_rule/rosbag_migration_rule-1.0.0.ebuild b/dev-ros/rosbag_migration_rule/rosbag_migration_rule-1.0.0.ebuild deleted file mode 100644 index 41c130018493..000000000000 --- a/dev-ros/rosbag_migration_rule/rosbag_migration_rule-1.0.0.ebuild +++ /dev/null @@ -1,17 +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/rosbag_migration_rule" -KEYWORDS="~amd64 ~arm" - -inherit ros-catkin - -DESCRIPTION="Allows to export rosbag migration rule files without depending on rosbag" -LICENSE="BSD" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND}" |