diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-10-15 11:25:12 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-15 13:25:34 +0200 |
commit | 9a5761c72076ad377dc9fbe22ffcdd6581405dda (patch) | |
tree | 2458937cab516cde8b3c3ec890d43c92fa9c9611 /dev-ros/rosboost_cfg/rosboost_cfg-1.12.5.ebuild | |
parent | dev-ros/rosbash: Bump to 1.12.5. (diff) | |
download | gentoo-9a5761c72076ad377dc9fbe22ffcdd6581405dda.tar.gz gentoo-9a5761c72076ad377dc9fbe22ffcdd6581405dda.tar.bz2 gentoo-9a5761c72076ad377dc9fbe22ffcdd6581405dda.zip |
dev-ros/rosboost_cfg: Bump to 1.12.5.
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-ros/rosboost_cfg/rosboost_cfg-1.12.5.ebuild')
-rw-r--r-- | dev-ros/rosboost_cfg/rosboost_cfg-1.12.5.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-1.12.5.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-1.12.5.ebuild new file mode 100644 index 000000000000..acf4c361e70c --- /dev/null +++ b/dev-ros/rosboost_cfg/rosboost_cfg-1.12.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 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}" |