summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-09-04 14:27:04 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-09-04 14:27:04 +0200
commit217730a60a538e7e1156dee0d3ac0bc0641a1780 (patch)
treebdd2cf3fd88301d23878fa9773c2e9ef443269f4 /dev-ros/geneus/geneus-3.0.0-r1.ebuild
parentx11-misc/xsensors: Version 0.80 (diff)
downloadgentoo-217730a60a538e7e1156dee0d3ac0bc0641a1780.tar.gz
gentoo-217730a60a538e7e1156dee0d3ac0bc0641a1780.tar.bz2
gentoo-217730a60a538e7e1156dee0d3ac0bc0641a1780.zip
dev-ros/geneus: allow pkg dupes
Closes: https://bugs.gentoo.org/740046 Closes: https://bugs.gentoo.org/740038 Closes: https://bugs.gentoo.org/740036 Closes: https://bugs.gentoo.org/740028 Closes: https://bugs.gentoo.org/739280 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/geneus/geneus-3.0.0-r1.ebuild')
-rw-r--r--dev-ros/geneus/geneus-3.0.0-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/geneus/geneus-3.0.0-r1.ebuild b/dev-ros/geneus/geneus-3.0.0-r1.ebuild
new file mode 100644
index 000000000000..6143a01472c4
--- /dev/null
+++ b/dev-ros/geneus/geneus-3.0.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ROS_REPO_URI="https://github.com/jsk-ros-pkg/geneus"
+KEYWORDS="~amd64 ~arm"
+
+inherit ros-catkin
+
+DESCRIPTION="EusLisp ROS message and service generators"
+LICENSE="BSD"
+SLOT="0/${PV}"
+IUSE=""
+
+RDEPEND="dev-ros/genmsg[${PYTHON_SINGLE_USEDEP}]"
+DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/allow_dupes.patch" )