diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-04-05 21:27:03 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-04-06 10:49:42 +0200 |
commit | 258874c22776ab998fd409194d79acee6683c40f (patch) | |
tree | db00281d87f58631f4c6baa6a4d1500af94a3ad9 /dev-ros/rosbag_migration_rule/rosbag_migration_rule-9999.ebuild | |
parent | ros-meta/ros_core: Remove old (diff) | |
download | gentoo-258874c22776ab998fd409194d79acee6683c40f.tar.gz gentoo-258874c22776ab998fd409194d79acee6683c40f.tar.bz2 gentoo-258874c22776ab998fd409194d79acee6683c40f.zip |
dev-ros/rosbag_migration_rule: initial import
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'dev-ros/rosbag_migration_rule/rosbag_migration_rule-9999.ebuild')
-rw-r--r-- | dev-ros/rosbag_migration_rule/rosbag_migration_rule-9999.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ros/rosbag_migration_rule/rosbag_migration_rule-9999.ebuild b/dev-ros/rosbag_migration_rule/rosbag_migration_rule-9999.ebuild new file mode 100644 index 000000000000..41c130018493 --- /dev/null +++ b/dev-ros/rosbag_migration_rule/rosbag_migration_rule-9999.ebuild @@ -0,0 +1,17 @@ +# 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}" |