From 75b5c3f3fce3ada56a59f55e155f02ac03a383c8 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 5 Sep 2016 11:02:17 +0200 Subject: dev-ros/rosboost_cfg: Bump to 1.13.2. Package-Manager: portage-2.3.0 --- dev-ros/rosboost_cfg/rosboost_cfg-1.13.2.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-ros/rosboost_cfg/rosboost_cfg-1.13.2.ebuild (limited to 'dev-ros/rosboost_cfg/rosboost_cfg-1.13.2.ebuild') 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}" -- cgit v1.2.3-65-gdbad