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/rviz_python_tutorial/
Date: Sun, 13 May 2018 10:49:15
Message-Id: 1526208538.468b34043cbe0f0e8657829243b576ceb8ad25e2.aballier@gentoo
1 commit: 468b34043cbe0f0e8657829243b576ceb8ad25e2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 13 10:44:25 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=468b3404
7
8 dev-ros/rviz_python_tutorial: Bump to 0.10.3.
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 dev-ros/rviz_python_tutorial/Manifest | 1 +
13 .../rviz_python_tutorial-0.10.3.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/dev-ros/rviz_python_tutorial/Manifest b/dev-ros/rviz_python_tutorial/Manifest
17 index e1669fb22a5..1d6fdf0374b 100644
18 --- a/dev-ros/rviz_python_tutorial/Manifest
19 +++ b/dev-ros/rviz_python_tutorial/Manifest
20 @@ -1,3 +1,4 @@
21 DIST visualization_tutorials-0.10.1.tar.gz 428608 BLAKE2B abee44fa91388e792a5e2ccadf07a32236f7575f5a0e0121ddfdc0135bf63b12c8d603d4bee3ef463f0c64debf9e9c6f8c7c89c2e8dce8375d3264039b6378b0 SHA512 38ad2c29456ff994914b1ca3b2ab6d90b0c9224481d360fd7f88b38c0e9615d35eb94b90abb699738b5f4fac091489bdf2373168bc3a0acc0e6ba3a61b646bbf
22 DIST visualization_tutorials-0.10.2.tar.gz 428684 BLAKE2B 751d18089c69cdb8cd0cfac97235d213cce9d098264dc49fcaf7d7a949216b8fd40041c23be5d16be1537298b876dc1854a8b7dc1214ba7aeb74b18716892636 SHA512 40d8621fd05e81dc23adbf7fd0a69209d796ade3ad291aa350030872a3bbffad2ec9ac0d31734ccf73f8215f7dd52834a35baaa3fe198a3fc4c5bda71a760b05
23 +DIST visualization_tutorials-0.10.3.tar.gz 428877 BLAKE2B 4bcd482ae61f29908ca23dda653d1c6d0e6a0a9df56df8343d1dfb5124f8d60c9a12ef8b1565c4655617dcd62d80a2aa51f2fd9b2c5329e33c3cc22e3e63c22d SHA512 2e484791851291d2316c7a20e92d988d71b6c41c98bad98c78bed465069dcfe5fc1ddd5c15c6981e951db2c114e965747c07e27f4851c2705af3dd036b992781
24 DIST visualization_tutorials-0.9.2.tar.gz 428117 BLAKE2B f25320fa80b12a8a5499d505af369c33362e7f085de3846478b6376fc49e4e2502f07ded6c9e1025224d7b2418d78c87933b2d93b66ad2865eb45581384df24f SHA512 4a2b323e74725dbb77fbba6405d39246a89b170c66dec78288c4461d70c419efc3197eed5867f68305e490552d0480525153f98a64a3025efddc367db824ca53
25
26 diff --git a/dev-ros/rviz_python_tutorial/rviz_python_tutorial-0.10.3.ebuild b/dev-ros/rviz_python_tutorial/rviz_python_tutorial-0.10.3.ebuild
27 new file mode 100644
28 index 00000000000..0f3ef919f17
29 --- /dev/null
30 +++ b/dev-ros/rviz_python_tutorial/rviz_python_tutorial-0.10.3.ebuild
31 @@ -0,0 +1,18 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +ROS_REPO_URI="https://github.com/ros-visualization/visualization_tutorials"
37 +KEYWORDS="~amd64"
38 +ROS_SUBDIR=${PN}
39 +PYTHON_COMPAT=( python2_7 )
40 +
41 +inherit ros-catkin
42 +
43 +DESCRIPTION="Tutorials showing how to call into rviz internals from python scripts"
44 +LICENSE="BSD"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="dev-ros/rviz[${PYTHON_USEDEP}]"
49 +DEPEND="${RDEPEND}"