diff options
author | 2020-07-10 18:18:03 +0200 | |
---|---|---|
committer | 2020-07-10 18:50:32 +0200 | |
commit | 6458aafd2b9d52d6b3f4b9067042ce1fccb912e9 (patch) | |
tree | 927ed88526d38dac8431a8dd8e389ccbf2a4ad91 /dev-ros/rosboost_cfg/rosboost_cfg-1.15.5.ebuild | |
parent | dev-ros/rosbash: Bump to 1.15.5. (diff) | |
download | gentoo-6458aafd2b9d52d6b3f4b9067042ce1fccb912e9.tar.gz gentoo-6458aafd2b9d52d6b3f4b9067042ce1fccb912e9.tar.bz2 gentoo-6458aafd2b9d52d6b3f4b9067042ce1fccb912e9.zip |
dev-ros/rosboost_cfg: Bump to 1.15.5.
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosboost_cfg/rosboost_cfg-1.15.5.ebuild')
-rw-r--r-- | dev-ros/rosboost_cfg/rosboost_cfg-1.15.5.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.15.5.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-1.15.5.ebuild new file mode 100644 index 000000000000..1382c348d89f --- /dev/null +++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.15.5.ebuild @@ -0,0 +1,19 @@ +# 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/ros" +KEYWORDS="~amd64 ~arm" +ROS_SUBDIR=tools/${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Tool for determining cflags/lflags/etc. of boost on your system" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |