summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-02-15 06:32:01 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-02-15 06:32:01 +0100
commitf5e2fe58fe74e82cba318864c51b7e53f2d90b23 (patch)
tree19ecb90566561c9e3b4d447069f5e96a64b7cab8 /dev-ros/pr2_machine/pr2_machine-1.12.1.ebuild
parentdev-ros/pr2_description: Bump to 1.12.1. (diff)
downloadgentoo-f5e2fe58fe74e82cba318864c51b7e53f2d90b23.tar.gz
gentoo-f5e2fe58fe74e82cba318864c51b7e53f2d90b23.tar.bz2
gentoo-f5e2fe58fe74e82cba318864c51b7e53f2d90b23.zip
dev-ros/pr2_machine: Bump to 1.12.1.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ros/pr2_machine/pr2_machine-1.12.1.ebuild')
-rw-r--r--dev-ros/pr2_machine/pr2_machine-1.12.1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ros/pr2_machine/pr2_machine-1.12.1.ebuild b/dev-ros/pr2_machine/pr2_machine-1.12.1.ebuild
new file mode 100644
index 000000000000..3a8a32077d50
--- /dev/null
+++ b/dev-ros/pr2_machine/pr2_machine-1.12.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+ROS_REPO_URI="https://github.com/pr2/pr2_common"
+KEYWORDS="~amd64"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="xxx.machine files that describe the different hosts a node can be spawned on"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"