summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-05-07 11:52:48 +0200
committerAlexis Ballier <aballier@gentoo.org>2019-05-07 12:00:20 +0200
commit0fae9246b9849f01044dc94c7a9e4ded308cd435 (patch)
treea51fc0df3b80c066f785ca50cd4e34e7e71232e7 /dev-ros/rosboost_cfg/rosboost_cfg-1.14.6.ebuild
parentdev-ros/rosbash: Bump to 1.14.6. (diff)
downloadgentoo-0fae9246b9849f01044dc94c7a9e4ded308cd435.tar.gz
gentoo-0fae9246b9849f01044dc94c7a9e4ded308cd435.tar.bz2
gentoo-0fae9246b9849f01044dc94c7a9e4ded308cd435.zip
dev-ros/rosboost_cfg: Bump to 1.14.6.
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosboost_cfg/rosboost_cfg-1.14.6.ebuild')
-rw-r--r--dev-ros/rosboost_cfg/rosboost_cfg-1.14.6.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.14.6.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-1.14.6.ebuild
new file mode 100644
index 000000000000..29cf86d395ba
--- /dev/null
+++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.14.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 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=( python{2_7,3_5} )
+
+inherit ros-catkin
+
+DESCRIPTION="Tool for determining cflags/lflags/etc. of boost on your system"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"