summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-04-22 14:54:47 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-04-22 14:56:32 +0200
commitd78d5988ec0635ee03dfde31087d79f2759625de (patch)
tree5a032da12826e38b3b06e82491269f49174f9c6c /dev-ros/pr2_machine/pr2_machine-1.12.2.ebuild
parentdev-ros/pr2_description: Bump to 1.12.2. (diff)
downloadgentoo-d78d5988ec0635ee03dfde31087d79f2759625de.tar.gz
gentoo-d78d5988ec0635ee03dfde31087d79f2759625de.tar.bz2
gentoo-d78d5988ec0635ee03dfde31087d79f2759625de.zip
dev-ros/pr2_machine: Bump to 1.12.2.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-ros/pr2_machine/pr2_machine-1.12.2.ebuild')
-rw-r--r--dev-ros/pr2_machine/pr2_machine-1.12.2.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-ros/pr2_machine/pr2_machine-1.12.2.ebuild b/dev-ros/pr2_machine/pr2_machine-1.12.2.ebuild
new file mode 100644
index 000000000000..3a8a32077d50
--- /dev/null
+++ b/dev-ros/pr2_machine/pr2_machine-1.12.2.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}"