diff options
author | 2015-09-23 12:43:23 +0200 | |
---|---|---|
committer | 2015-09-23 12:43:23 +0200 | |
commit | 7ae33b002bb33752cfa1b046ab38eb651fcebcf2 (patch) | |
tree | cae5957b815817bdf96d89bb7fb2bd34d595b2d4 /dev-ros/ivcon/ivcon-9999.ebuild | |
parent | dev-ros/pr2_msgs: Initial import. Ebuild by me. (diff) | |
download | gentoo-7ae33b002bb33752cfa1b046ab38eb651fcebcf2.tar.gz gentoo-7ae33b002bb33752cfa1b046ab38eb651fcebcf2.tar.bz2 gentoo-7ae33b002bb33752cfa1b046ab38eb651fcebcf2.zip |
dev-ros/ivcon: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/ivcon/ivcon-9999.ebuild')
-rw-r--r-- | dev-ros/ivcon/ivcon-9999.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ros/ivcon/ivcon-9999.ebuild b/dev-ros/ivcon/ivcon-9999.ebuild new file mode 100644 index 000000000000..9fd405de4b9c --- /dev/null +++ b/dev-ros/ivcon/ivcon-9999.ebuild @@ -0,0 +1,17 @@ +# 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/ivcon" +KEYWORDS="~amd64" + +inherit ros-catkin + +DESCRIPTION="Mesh Conversion Utility" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |