dev-ros/cmake_modules: Initial import. Ebuild by me.
authorAlexis Ballier <aballier@gentoo.org>
Tue, 22 Sep 2015 08:58:31 +0000 (10:58 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 22 Sep 2015 09:13:18 +0000 (11:13 +0200)
Package-Manager: portage-2.2.21

dev-ros/cmake_modules/Manifest [new file with mode: 0644]
dev-ros/cmake_modules/cmake_modules-0.4.0.ebuild [new file with mode: 0644]
dev-ros/cmake_modules/cmake_modules-9999.ebuild [new file with mode: 0644]
dev-ros/cmake_modules/metadata.xml [new file with mode: 0644]

diff --git a/dev-ros/cmake_modules/Manifest b/dev-ros/cmake_modules/Manifest
new file mode 100644 (file)
index 0000000..2b6bb4c
--- /dev/null
@@ -0,0 +1 @@
+DIST cmake_modules-0.4.0.tar.gz 17379 SHA256 8d95669b37c6b9a3bef85d6c374cfd1d7ea55aef3951b870d135ed91c458a95c SHA512 60bcc800541d6280e3a20c016ac9489efb98e136ed0cc4b13685c1b43001d74ea75b334df8a7b6da414c17ecd7ad8398f4bb6a8fe0bb75155430b47d045a2462 WHIRLPOOL ac3dcb75fd68d5d46a83c29c5b7b55a3dfb6b5329160e8d3057ad4ec50c1b4ac9fe5106b24d08aee5305fe2f66c7ccdeb2a42fff36929727b161ae78ab296aac
diff --git a/dev-ros/cmake_modules/cmake_modules-0.4.0.ebuild b/dev-ros/cmake_modules/cmake_modules-0.4.0.ebuild
new file mode 100644 (file)
index 0000000..37cd593
--- /dev/null
@@ -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}"
diff --git a/dev-ros/cmake_modules/cmake_modules-9999.ebuild b/dev-ros/cmake_modules/cmake_modules-9999.ebuild
new file mode 100644 (file)
index 0000000..37cd593
--- /dev/null
@@ -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}"
diff --git a/dev-ros/cmake_modules/metadata.xml b/dev-ros/cmake_modules/metadata.xml
new file mode 100644 (file)
index 0000000..c42ea5b
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ros</herd>
+</pkgmetadata>