summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-09-19 09:19:33 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-09-19 09:58:22 +0200
commit8ca90547f067ba6ac65ec7558364371b5a9df350 (patch)
treecb8464ad50d1d64ee493ad3d4d83db03b601d166 /dev-ros/roslang/roslang-1.13.3.ebuild
parentdev-ros/rosbuild: Bump to 1.13.3. (diff)
downloadgentoo-8ca90547f067ba6ac65ec7558364371b5a9df350.tar.gz
gentoo-8ca90547f067ba6ac65ec7558364371b5a9df350.tar.bz2
gentoo-8ca90547f067ba6ac65ec7558364371b5a9df350.zip
dev-ros/roslang: Bump to 1.13.3.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros/roslang/roslang-1.13.3.ebuild')
-rw-r--r--dev-ros/roslang/roslang-1.13.3.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/roslang/roslang-1.13.3.ebuild b/dev-ros/roslang/roslang-1.13.3.ebuild
new file mode 100644
index 000000000000..774a5dfec560
--- /dev/null
+++ b/dev-ros/roslang/roslang-1.13.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/ros"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=core/${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Common package for all ROS client libraries"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"