diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 10:58:31 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-09-22 11:13:18 +0200 |
commit | 4422e478c71c1e55be3a23d7c4ff1fcad23a2653 (patch) | |
tree | dd8ba0a264c0fc02e4b47a525f92ec05e3a78d44 /dev-ros/cmake_modules/cmake_modules-9999.ebuild | |
parent | sys-auth/polkit: ppc stable wrt bug #554878 (diff) | |
download | gentoo-4422e478c71c1e55be3a23d7c4ff1fcad23a2653.tar.gz gentoo-4422e478c71c1e55be3a23d7c4ff1fcad23a2653.tar.bz2 gentoo-4422e478c71c1e55be3a23d7c4ff1fcad23a2653.zip |
dev-ros/cmake_modules: Initial import. Ebuild by me.
Package-Manager: portage-2.2.21
Diffstat (limited to 'dev-ros/cmake_modules/cmake_modules-9999.ebuild')
-rw-r--r-- | dev-ros/cmake_modules/cmake_modules-9999.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/cmake_modules/cmake_modules-9999.ebuild b/dev-ros/cmake_modules/cmake_modules-9999.ebuild new file mode 100644 index 000000000000..37cd5934401d --- /dev/null +++ b/dev-ros/cmake_modules/cmake_modules-9999.ebuild @@ -0,0 +1,18 @@ +# 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/cmake_modules" +KEYWORDS="~amd64 ~arm" + +inherit ros-catkin + +DESCRIPTION="CMake Modules which are not distributed with CMake but are commonly used by ROS packages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |