Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/xacro/
Date: Sun, 13 May 2018 10:49:13
Message-Id: 1526208538.e5edef4fd40d2b4675dcc7a7fa36280460d5a608.aballier@gentoo
1 commit: e5edef4fd40d2b4675dcc7a7fa36280460d5a608
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 13 10:46:45 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 10:48:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5edef4f
7
8 dev-ros/xacro: bump to 1.13.1
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 dev-ros/xacro/Manifest | 1 +
13 dev-ros/xacro/xacro-1.13.1.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-ros/xacro/Manifest b/dev-ros/xacro/Manifest
17 index 3df3d542408..fcc184a2495 100644
18 --- a/dev-ros/xacro/Manifest
19 +++ b/dev-ros/xacro/Manifest
20 @@ -1 +1,2 @@
21 DIST xacro-1.13.0.tar.gz 80831 BLAKE2B e7d522879998c0d98bd6a45c409949b93392fa6cc2593c9796d68ed51aef37f82a3b15346c3a15e72c7724564b722f3a5b944f7ded62e720b6ab8c54dc74721b SHA512 f2eaa6f6eb7249ce1da84660d9f10ff83002c69e3d8ead5c4bfcad194052e6a059fa6dfcc261e199bfcb686a9801e810db4923b137530ad7df9572faad34a9aa
22 +DIST xacro-1.13.1.tar.gz 81091 BLAKE2B 40c48e63f288285a786fc3d6f3624940d25ec1bf78d92c05a6a40efa0db1ee0b3b63533f912459dbb59540ed8c1d266ae07a4df6e837a04232de6fa83b5bc10b SHA512 04732f1e77bf37268fc3e43ea6f888d17dcadab5f1869525f9f2237e893bc2eb7004ab730892ed6fa98d81706ff32e240b0bae0445791f6c1f1f8098effb4f95
23
24 diff --git a/dev-ros/xacro/xacro-1.13.1.ebuild b/dev-ros/xacro/xacro-1.13.1.ebuild
25 new file mode 100644
26 index 00000000000..a7b93c3df7f
27 --- /dev/null
28 +++ b/dev-ros/xacro/xacro-1.13.1.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +ROS_REPO_URI="https://github.com/ros/xacro"
36 +KEYWORDS="~amd64"
37 +PYTHON_COMPAT=( python2_7 )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="XML macro language"
42 +LICENSE="BSD"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="dev-ros/roslint[${PYTHON_USEDEP}]"
47 +DEPEND="${RDEPEND}
48 + test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
49 +"
50 +RDEPEND="${RDEPEND}
51 + dev-ros/roslaunch[${PYTHON_USEDEP}]"