Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: ros-meta/perception_pcl/
Date: Wed, 26 Apr 2017 17:54:12
Message-Id: 1493227999.0f53b38e32a9d7e6f23f7433e0a3883f9dd7a616.aballier@gentoo
1 commit: 0f53b38e32a9d7e6f23f7433e0a3883f9dd7a616
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 17:33:19 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 17:33:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f53b38e
7
8 ros-meta/perception_pcl: Bump to 1.5.1.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 ros-meta/perception_pcl/Manifest | 1 +
13 ros-meta/perception_pcl/perception_pcl-1.5.1.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/ros-meta/perception_pcl/Manifest b/ros-meta/perception_pcl/Manifest
17 index 09779c66daf..593fb4956fc 100644
18 --- a/ros-meta/perception_pcl/Manifest
19 +++ b/ros-meta/perception_pcl/Manifest
20 @@ -1,3 +1,4 @@
21 DIST perception_pcl-1.3.0.tar.gz 66060 SHA256 c9b01170ca92240e81113ddd880505f54a08084b67edfe450363499a828b6586 SHA512 203fcc2c1d71bfd6890c4e5664b29404bea666f277eee88d4725766bc21fb7aac3aced467be2f3352e3c172a7175ab8c4124d5652dad03d6a7b661748ec94175 WHIRLPOOL 7e18df41d3f61d1c6f7fa29d3933d1deeaadeb493416ab128df7c6ea9578074771b069c047ad6f71cb46202e4b5e5f6bdcbfbe72519450aeb4a5ab1547378a00
22 DIST perception_pcl-1.4.0.tar.gz 66252 SHA256 286a636b0e8b18f904ae63497aa0e7db62698e155c31809363468eb39f2c248c SHA512 aae295245305a518d9dc5b9175fdfc8e69a5132dbef1ecbe951736a110a4353076d823574dcfc0cbb3666ff2a3fc269b614b7d22562316a3ed97554b8bcf263a WHIRLPOOL 3d8e210f3af58c3c70da016e92b940f1d6d081067af8b6032d69e36a3130af30bee6d4a6335da0cf08af870023a270de973e6f8546c958d77afc6e3b9a9ed582
23 DIST perception_pcl-1.4.1.tar.gz 66440 SHA256 7400179978c8314210bb770979246e7583274229044085452a20d6cc22507776 SHA512 550300f1bd7bb718371b9725f9d48f4337e6d7175bdfc4a8a116a17da24609a363c804f11224efde6c9f62a6cca648425872017e9a90371a34f808c305f50f50 WHIRLPOOL 46eb7d4234471b6c63f4d4dd195dfcd6b3615ff308386bc9c0dda7cc2c50daebc9019aa0411521594ab1381b83ea32a6a5bbcc76470e7b3e7d09b554f63f91af
24 +DIST perception_pcl-1.5.1.tar.gz 66945 SHA256 1ec472e95080f3356d56fd69e66ff21b6eb4324f86df2228a472b3e4c4b3255d SHA512 d7fd77e8afeccd45226404c57a267af19b0c98cb61123bdb1b1330fc3833b6bc1a72e775a3eba6a6f8df212af23328894617cf45a4c028278ef408a1d0ef74ce WHIRLPOOL 7b88be3822019ccd8113bd5ad94d54a4848135dbd0b7bb84ff8ef9f727f230453545de6074fc1afb0a6892c4cf8256194dfd2129b5102aad7f0f70c65cf46614
25
26 diff --git a/ros-meta/perception_pcl/perception_pcl-1.5.1.ebuild b/ros-meta/perception_pcl/perception_pcl-1.5.1.ebuild
27 new file mode 100644
28 index 00000000000..29e3769bac4
29 --- /dev/null
30 +++ b/ros-meta/perception_pcl/perception_pcl-1.5.1.ebuild
31 @@ -0,0 +1,19 @@
32 +# Copyright 1999-2017 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-perception/perception_pcl"
37 +KEYWORDS="~amd64 ~arm"
38 +ROS_SUBDIR=${PN}
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="PCL (Point Cloud Library) ROS interface stack"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-ros/pcl_ros
49 +"
50 +DEPEND="${RDEPEND}"