summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-22 13:46:54 +0200
committerAlexis Ballier <aballier@gentoo.org>2015-09-22 13:46:54 +0200
commit7ed9a9404c56932b61004cea16545a4946ae4f8e (patch)
tree8b1c898284c357f52c43733756d38f5988d59eb1 /dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild
parentdev-ros/rosbash: Initial import. Ebuild by me. (diff)
downloadgentoo-7ed9a9404c56932b61004cea16545a4946ae4f8e.tar.gz
gentoo-7ed9a9404c56932b61004cea16545a4946ae4f8e.tar.bz2
gentoo-7ed9a9404c56932b61004cea16545a4946ae4f8e.zip
dev-ros/rosboost_cfg: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild')
-rw-r--r--dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild b/dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild
new file mode 100644
index 000000000000..370f8dffb795
--- /dev/null
+++ b/dev-ros/rosboost_cfg/rosboost_cfg-9999.ebuild
@@ -0,0 +1,19 @@
+# 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}
+
+inherit ros-catkin
+
+DESCRIPTION="Tool for determining cflags/lflags/etc. of boost on your system"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"