diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:34:58 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-15 17:35:53 +0200 |
commit | 700098dc660d98fe207d0a261a14dff9a90502a6 (patch) | |
tree | 5896aeb2565ca2e44595e413f343a55ac6201d6d /dev-ros/rosbag_migration_rule | |
parent | dev-ros/rosbridge_msgs: Remove old (diff) | |
download | gentoo-700098dc660d98fe207d0a261a14dff9a90502a6.tar.gz gentoo-700098dc660d98fe207d0a261a14dff9a90502a6.tar.bz2 gentoo-700098dc660d98fe207d0a261a14dff9a90502a6.zip |
dev-ros/rosbag_migration_rule: bump to 1.0.1
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')
3 files changed, 20 insertions, 2 deletions
diff --git a/dev-ros/rosbag_migration_rule/Manifest b/dev-ros/rosbag_migration_rule/Manifest index 6713b862c350..aea283b12235 100644 --- a/dev-ros/rosbag_migration_rule/Manifest +++ b/dev-ros/rosbag_migration_rule/Manifest @@ -1 +1,2 @@ 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.1.ebuild b/dev-ros/rosbag_migration_rule/rosbag_migration_rule-1.0.1.ebuild new file mode 100644 index 000000000000..c57c937cf578 --- /dev/null +++ b/dev-ros/rosbag_migration_rule/rosbag_migration_rule-1.0.1.ebuild @@ -0,0 +1,17 @@ +# 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/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}" diff --git a/dev-ros/rosbag_migration_rule/rosbag_migration_rule-9999.ebuild b/dev-ros/rosbag_migration_rule/rosbag_migration_rule-9999.ebuild index 41c130018493..c57c937cf578 100644 --- a/dev-ros/rosbag_migration_rule/rosbag_migration_rule-9999.ebuild +++ b/dev-ros/rosbag_migration_rule/rosbag_migration_rule-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/rosbag_migration_rule" KEYWORDS="~amd64 ~arm" |