summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-05 11:02:17 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-05 11:21:12 +0200
commit75b5c3f3fce3ada56a59f55e155f02ac03a383c8 (patch)
tree1914763bcd143a27f4ad603fdec28f9250e51c9a /dev-ros/rosboost_cfg/rosboost_cfg-1.13.2.ebuild
parentdev-ros/rosbash: Bump to 1.13.2. (diff)
downloadgentoo-75b5c3f3fce3ada56a59f55e155f02ac03a383c8.tar.gz
gentoo-75b5c3f3fce3ada56a59f55e155f02ac03a383c8.tar.bz2
gentoo-75b5c3f3fce3ada56a59f55e155f02ac03a383c8.zip
dev-ros/rosboost_cfg: Bump to 1.13.2.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros/rosboost_cfg/rosboost_cfg-1.13.2.ebuild')
-rw-r--r--dev-ros/rosboost_cfg/rosboost_cfg-1.13.2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.13.2.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-1.13.2.ebuild
new file mode 100644
index 000000000000..0f8b6cc3026c
--- /dev/null
+++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.13.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 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_3,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}"