diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 21:21:57 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 21:22:09 +0200 |
commit | 623c5f43da058f52acfbc5eb313638f436e176fa (patch) | |
tree | 2ad0a7ba6749ef9d96eac98295e2f2ffddb8820a /dev-ros/xacro/xacro-9999.ebuild | |
parent | dev-ros/roslint: Initial import. Ebuild by me. (diff) | |
download | gentoo-623c5f43da058f52acfbc5eb313638f436e176fa.tar.gz gentoo-623c5f43da058f52acfbc5eb313638f436e176fa.tar.bz2 gentoo-623c5f43da058f52acfbc5eb313638f436e176fa.zip |
dev-ros/xacro: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/xacro/xacro-9999.ebuild')
-rw-r--r-- | dev-ros/xacro/xacro-9999.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ros/xacro/xacro-9999.ebuild b/dev-ros/xacro/xacro-9999.ebuild new file mode 100644 index 000000000000..5065af861ccc --- /dev/null +++ b/dev-ros/xacro/xacro-9999.ebuild @@ -0,0 +1,23 @@ +# 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/xacro" +KEYWORDS="~amd64" +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="XML macro language" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) +" +RDEPEND="${RDEPEND} + dev-ros/roslaunch[${PYTHON_USEDEP}]" |