public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
Date: Fri,  6 Aug 2021 12:32:59 +0000 (UTC)	[thread overview]
Message-ID: <1628253169.c715c0a4eae2c6d730d7e24cbc1d514692c16600.aballier@gentoo> (raw)

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	other threads:[~2021-08-06 12:33 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-06 12:32 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-10-14 11:05 [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/ Alexis Ballier
2020-10-13  9:13 Alexis Ballier
2020-05-18 16:35 Alexis Ballier
2020-05-18 16:35 Alexis Ballier
2019-01-08  8:54 Alexis Ballier
2019-01-08  8:54 Alexis Ballier
2018-05-15  6:49 Alexis Ballier
2018-05-13 10:49 Alexis Ballier
2018-04-07 14:08 Alexis Ballier
2018-04-07 14:08 Alexis Ballier
2018-03-30 13:34 Alexis Ballier
2018-03-30 13:34 Alexis Ballier
2017-03-29  6:48 Alexis Ballier
2017-03-02  9:17 Alexis Ballier
2017-02-27 17:10 Alexis Ballier
2016-06-30  8:30 Alexis Ballier
2016-06-30  8:30 Alexis Ballier
2016-03-29 14:45 Alexis Ballier
2015-09-22 19:22 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1628253169.c715c0a4eae2c6d730d7e24cbc1d514692c16600.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox