summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-11-04 11:34:01 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-11-04 12:05:46 +0100
commit3496aac9a17a7717666cb4eb6267154bd72a9dee (patch)
treee27d3a0ed4b814e063a818b8195aae1eeec6234e /dev-ros/rosboost_cfg/rosboost_cfg-1.14.2.ebuild
parentdev-ros/rosbash: Bump to 1.14.2. (diff)
downloadgentoo-3496aac9a17a7717666cb4eb6267154bd72a9dee.tar.gz
gentoo-3496aac9a17a7717666cb4eb6267154bd72a9dee.tar.bz2
gentoo-3496aac9a17a7717666cb4eb6267154bd72a9dee.zip
dev-ros/rosboost_cfg: Bump to 1.14.2.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-ros/rosboost_cfg/rosboost_cfg-1.14.2.ebuild')
-rw-r--r--dev-ros/rosboost_cfg/rosboost_cfg-1.14.2.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.14.2.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-1.14.2.ebuild
new file mode 100644
index 000000000000..0287703d07a2
--- /dev/null
+++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.14.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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_4,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}"