commit:     c715c0a4eae2c6d730d7e24cbc1d514692c16600
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  6 12:03:46 2021 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Aug  6 12:32:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c715c0a4

dev-ros/xacro: bump to 1.14.8

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/xacro/Manifest            |  1 +
 dev-ros/xacro/xacro-1.14.8.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
index fc60409dd70..a0cb4988c7b 100644
--- a/dev-ros/xacro/Manifest
+++ b/dev-ros/xacro/Manifest
@@ -1 +1,2 @@
 DIST xacro-1.14.6.tar.gz 81362 BLAKE2B 
b0ec80e8f224f1b31e9f21e1c11669a46da1b13cf82b5d82912196f9f647aa1c45a7084f4ea1e1690c0d969b5e126cd5b6069c9987034898b72d92310b7d565f
 SHA512 
0796c07cbf4d51699ab07d656a42d13fc140406f6dbee3b94554f2aa91e68b64bd5d2c218930edb5b139ac41b5d5c6bffad505d220353d5748f371ec6bb196a3
+DIST xacro-1.14.8.tar.gz 81831 BLAKE2B 
6ad5c8545f5b7167faea122834cb1226e2935f0e40dbd0da1a3e63dc5981adabf83b9d72bf0b51842e82bb31ed469c72a63d4dcbb3dd79b6c8f91fdfdf75b202
 SHA512 
a372dc3a9e62a9eb1a0cf6b2491c45685e8f5f7442da86f7767b47c8122ec67780aee4e76a4b9278046b85a16000b1ffe72e44a9ac04f39da21c5bc1cf788b0b

diff --git a/dev-ros/xacro/xacro-1.14.8.ebuild 
b/dev-ros/xacro/xacro-1.14.8.ebuild
new file mode 100644
index 00000000000..5c1e6682dc0
--- /dev/null
+++ b/dev-ros/xacro/xacro-1.14.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ROS_REPO_URI="https://github.com/ros/xacro";
+KEYWORDS="~amd64"
+
+inherit ros-catkin
+
+DESCRIPTION="XML macro language"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-ros/roslint[${PYTHON_SINGLE_USEDEP}]"
+DEPEND="${RDEPEND}
+       test? (
+               dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+               $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+       )
+"
+RDEPEND="${RDEPEND}
+       dev-ros/roslaunch[${PYTHON_SINGLE_USEDEP}]"
+PATCHES=( "${FILESDIR}/tests.patch" )
+
+src_test() {
+       local sd="$(python_get_sitedir)"
+       local local_sd="${BUILD_DIR}/devel/${sd#${EPREFIX}/usr}"
+       export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
+       PYTHONPATH="${local_sd}:${PYTHONPATH}" ros-catkin_src_test
+}

Reply via email to