summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-10-12 20:52:33 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-10-12 21:08:40 +0200
commitad56d9064788a4292202cac9cd54c736061d571e (patch)
tree85d3487a075f6d75f94cc90e5a87b2007020b380 /dev-ros/rosboost_cfg/rosboost_cfg-1.15.7.ebuild
parentdev-ros/rosbash: Bump to 1.15.7. (diff)
downloadgentoo-ad56d9064788a4292202cac9cd54c736061d571e.tar.gz
gentoo-ad56d9064788a4292202cac9cd54c736061d571e.tar.bz2
gentoo-ad56d9064788a4292202cac9cd54c736061d571e.zip
dev-ros/rosboost_cfg: Bump to 1.15.7.
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/rosboost_cfg/rosboost_cfg-1.15.7.ebuild')
-rw-r--r--dev-ros/rosboost_cfg/rosboost_cfg-1.15.7.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.15.7.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-1.15.7.ebuild
new file mode 100644
index 000000000000..efba0bfb28e5
--- /dev/null
+++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.15.7.ebuild
@@ -0,0 +1,18 @@
+# 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/ros"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=tools/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Tool for determining cflags/lflags/etc. of boost on your system"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"