summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 19:28:06 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 19:34:51 +0200
commit1931224674f6af3ca64b00292aa3d132ac9550fd (patch)
tree549f848ffab8c4a7ebdd033b94149c349caba062 /dev-ros/angles/angles-1.9.13.ebuild
parentdev-ros/audio_play: Remove old (diff)
downloadgentoo-1931224674f6af3ca64b00292aa3d132ac9550fd.tar.gz
gentoo-1931224674f6af3ca64b00292aa3d132ac9550fd.tar.bz2
gentoo-1931224674f6af3ca64b00292aa3d132ac9550fd.zip
dev-ros/angles: bump eapi
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/angles/angles-1.9.13.ebuild')
-rw-r--r--dev-ros/angles/angles-1.9.13.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/angles/angles-1.9.13.ebuild b/dev-ros/angles/angles-1.9.13.ebuild
new file mode 100644
index 000000000000..5c99989816b3
--- /dev/null
+++ b/dev-ros/angles/angles-1.9.13.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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=""
+DEPEND="${RDEPEND}
+ test? ( dev-cpp/gtest )"