summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-04-18 11:50:38 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-04-18 13:17:34 +0200
commit923acb5154157755b66447c81a087250d63e8788 (patch)
tree3d2cbc21c654598f0e3e67d5482533cdb8270579 /dev-ros/angles/angles-1.9.11.ebuild
parentdev-ml/fmt: Bump to 0.8.3 (diff)
downloadgentoo-923acb5154157755b66447c81a087250d63e8788.tar.gz
gentoo-923acb5154157755b66447c81a087250d63e8788.tar.bz2
gentoo-923acb5154157755b66447c81a087250d63e8788.zip
dev-ros/angles: Bump to 1.9.11
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros/angles/angles-1.9.11.ebuild')
-rw-r--r--dev-ros/angles/angles-1.9.11.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/angles/angles-1.9.11.ebuild b/dev-ros/angles/angles-1.9.11.ebuild
new file mode 100644
index 000000000000..478c75c27e4f
--- /dev/null
+++ b/dev-ros/angles/angles-1.9.11.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+ROS_REPO_URI="https://github.com/ros/angles"
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Set of simple math utilities to work with angles"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-python/pyxml"
+DEPEND="${RDEPEND}
+ test? ( dev-cpp/gtest )"