summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-23 09:23:49 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-23 10:15:50 +0100
commit4cddf97ed99a7ca737ab891b8a677ef0a4cbe814 (patch)
treeadf358eb489d5df83f8c6824b98f3128abb78e5b /dev-ros/rosboost_cfg/rosboost_cfg-1.14.0.ebuild
parentdev-ros/rosbash: Bump to 1.14.0. (diff)
downloadgentoo-4cddf97ed99a7ca737ab891b8a677ef0a4cbe814.tar.gz
gentoo-4cddf97ed99a7ca737ab891b8a677ef0a4cbe814.tar.bz2
gentoo-4cddf97ed99a7ca737ab891b8a677ef0a4cbe814.zip
dev-ros/rosboost_cfg: Bump to 1.14.0.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/rosboost_cfg/rosboost_cfg-1.14.0.ebuild')
-rw-r--r--dev-ros/rosboost_cfg/rosboost_cfg-1.14.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.14.0.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-1.14.0.ebuild
new file mode 100644
index 000000000000..1082bba4e3a5
--- /dev/null
+++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.14.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=tools/${PN}
+PYTHON_COMPAT=( python{2_7,3_4} )
+
+inherit ros-catkin
+
+DESCRIPTION="Tool for determining cflags/lflags/etc. of boost on your system"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"