Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtabmap/
Date: Wed, 05 Dec 2018 14:50:22
Message-Id: 1544021402.b43a66388f9a17585376b093ffb912a007b27624.aballier@gentoo
1 commit: b43a66388f9a17585376b093ffb912a007b27624
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 5 14:36:45 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 5 14:50:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43a6638
7
8 sci-libs/rtabmap: bump to 0.18.1
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 sci-libs/rtabmap/Manifest | 1 +
14 sci-libs/rtabmap/{rtabmap-9999.ebuild => rtabmap-0.18.1.ebuild} | 6 +++---
15 sci-libs/rtabmap/rtabmap-9999.ebuild | 6 +++---
16 3 files changed, 7 insertions(+), 6 deletions(-)
17
18 diff --git a/sci-libs/rtabmap/Manifest b/sci-libs/rtabmap/Manifest
19 index ba13fcf93e2..29665bb4976 100644
20 --- a/sci-libs/rtabmap/Manifest
21 +++ b/sci-libs/rtabmap/Manifest
22 @@ -1,2 +1,3 @@
23 DIST rtabmap-0.14.0.tar.gz 19515196 BLAKE2B 851017bd3114c4dfaf323ef7ba6c3e970480de4c227b06d625cec0363a144a220be587934b0d457eca587d39c0c0b609acebd71ce7a98f1193ab5723f6a47f9a SHA512 00e2996b11aef8e0f61dc59ac59626b5b695ac3b5281d7776d73b54edbd90473bfffa1daae148e090b601a4d56d7feff2190f362ea188640b93db06e3760042f
24 DIST rtabmap-0.17.1.tar.gz 19632117 BLAKE2B 6e2bd929da4148856317f0b03197e541223d59810397fc5d282b04ace5af796028cd8cde850d89fb2f3f289ed11d155a5163132edd7e65e2bc8a1bad1d09c54a SHA512 6714d245b87012cb0432b677c87b17e3bc182df2025203f0bd63b1f4ab06d03d795de4792d3cc4fe6d1ca4db40852c15350fed3c3a6e27176ea5e764a9816cd2
25 +DIST rtabmap-0.18.1.tar.gz 19725948 BLAKE2B c43cf9c696a151b9f9117d13438122bf47fc66914249377b7c9519a2838c8512147d68f999744c1f1c5a298e1b7adb7b77db8df1c6100d1d9a7a0acbf8b24967 SHA512 37fc2e6445531875cb9b27684cd5ff7a651ca2a8a3c653a52813352579bd2f4a4ee4be7c690cf0b29ae7907d26fd8a1f4e9188071409611b845333e734714aca
26
27 diff --git a/sci-libs/rtabmap/rtabmap-9999.ebuild b/sci-libs/rtabmap/rtabmap-0.18.1.ebuild
28 similarity index 88%
29 copy from sci-libs/rtabmap/rtabmap-9999.ebuild
30 copy to sci-libs/rtabmap/rtabmap-0.18.1.ebuild
31 index 9bbe6d06b16..0a88ca05e48 100644
32 --- a/sci-libs/rtabmap/rtabmap-9999.ebuild
33 +++ b/sci-libs/rtabmap/rtabmap-0.18.1.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=5
40 @@ -16,8 +16,8 @@ if [ "${PV#9999}" != "${PV}" ] ; then
41 SRC_URI=""
42 else
43 KEYWORDS="~amd64"
44 - SRC_URI="https://github.com/introlab/rtabmap/archive/${PV}-melodic.tar.gz -> ${P}.tar.gz"
45 - S="${WORKDIR}/${P}-melodic"
46 + SRC_URI="https://github.com/introlab/rtabmap/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 + S="${WORKDIR}/${P}"
48 fi
49
50 DESCRIPTION="Real-Time Appearance-Based Mapping (RGB-D Graph SLAM)"
51
52 diff --git a/sci-libs/rtabmap/rtabmap-9999.ebuild b/sci-libs/rtabmap/rtabmap-9999.ebuild
53 index 9bbe6d06b16..0a88ca05e48 100644
54 --- a/sci-libs/rtabmap/rtabmap-9999.ebuild
55 +++ b/sci-libs/rtabmap/rtabmap-9999.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2018 Gentoo Foundation
58 +# Copyright 1999-2018 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=5
62 @@ -16,8 +16,8 @@ if [ "${PV#9999}" != "${PV}" ] ; then
63 SRC_URI=""
64 else
65 KEYWORDS="~amd64"
66 - SRC_URI="https://github.com/introlab/rtabmap/archive/${PV}-melodic.tar.gz -> ${P}.tar.gz"
67 - S="${WORKDIR}/${P}-melodic"
68 + SRC_URI="https://github.com/introlab/rtabmap/archive/${PV}.tar.gz -> ${P}.tar.gz"
69 + S="${WORKDIR}/${P}"
70 fi
71
72 DESCRIPTION="Real-Time Appearance-Based Mapping (RGB-D Graph SLAM)"