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/gmapping/
Date: Mon, 12 Feb 2018 14:04:03
Message-Id: 1518441945.e029fb61b3504f7ce49215324bb55a2bbdc35fdc.aballier@gentoo
1 commit: e029fb61b3504f7ce49215324bb55a2bbdc35fdc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 12 13:25:45 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 12 13:25:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e029fb61
7
8 dev-ros/gmapping: Remove old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ros/gmapping/Manifest | 2 --
13 dev-ros/gmapping/gmapping-1.3.8.ebuild | 25 -------------------------
14 dev-ros/gmapping/gmapping-1.3.9.ebuild | 25 -------------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/dev-ros/gmapping/Manifest b/dev-ros/gmapping/Manifest
18 index 83c0916daaf..89868892f12 100644
19 --- a/dev-ros/gmapping/Manifest
20 +++ b/dev-ros/gmapping/Manifest
21 @@ -1,3 +1 @@
22 DIST slam_gmapping-1.3.10.tar.gz 21032 BLAKE2B cca0779e64d45622dad4ec29cb3c1d0162176038288c0aa7b117f1a76a7655f3af3024dba7ff1025948e400e0176794a553e357a235187d9196161a635ab6d01 SHA512 fa4485ddc9fcfaac63a63d209a5a994e33e78546a39edcf47eb3c3f1775f0d87a1f562319058868838990bbf85a9515ff0228779dce7531148f208b3522e7e7a
23 -DIST slam_gmapping-1.3.8.tar.gz 20533 BLAKE2B 5e096b4863077941843b966f2991a23c24e5396d42d0d8cd8beb7123805d085d07b8ac7e8e4a3c3ea43a6f4605ada40eb28b8c10207536dcdb7ef92cc1a5fcd8 SHA512 d7b054296f286a5e61e5f952a29ccff2165503123ab6a89724ec34180fb0f4c452fc0ae81ec853cac170b304095e62cef420431e5aca85a262febc2b5ab5ccf2
24 -DIST slam_gmapping-1.3.9.tar.gz 20951 BLAKE2B 989c28fe60668f0b37bf4766656764095157734c1ae0f41f6b95faa9ed9c20ed91de18534bfc99ea7ee035f2df213f8004adefcf06d269be55b27c37156da542 SHA512 fcab88127507206274e903de804aa9167b30c1dd9fbf2875aeafb990285923223a2ce71edecede60d2c93dba2d8fffd0d371abd643647755094abd9ffe0aba73
25
26 diff --git a/dev-ros/gmapping/gmapping-1.3.8.ebuild b/dev-ros/gmapping/gmapping-1.3.8.ebuild
27 deleted file mode 100644
28 index 5c4afd8f8aa..00000000000
29 --- a/dev-ros/gmapping/gmapping-1.3.8.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
32 -# Copyright 1999-2014 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/slam_gmapping"
37 -KEYWORDS="~amd64 ~arm"
38 -ROS_SUBDIR=${PN}
39 -
40 -inherit ros-catkin
41 -
42 -DESCRIPTION="ROS wrapper for OpenSlam's Gmapping"
43 -LICENSE="CC-BY-NC-SA-2.5"
44 -SLOT="0"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - dev-libs/boost:=
49 - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
50 - dev-ros/roscpp
51 - dev-ros/tf
52 - dev-ros/openslam_gmapping
53 - dev-ros/rosbag_storage
54 -"
55 -DEPEND="${RDEPEND}
56 - dev-ros/rostest"
57
58 diff --git a/dev-ros/gmapping/gmapping-1.3.9.ebuild b/dev-ros/gmapping/gmapping-1.3.9.ebuild
59 deleted file mode 100644
60 index fe84880698b..00000000000
61 --- a/dev-ros/gmapping/gmapping-1.3.9.ebuild
62 +++ /dev/null
63 @@ -1,25 +0,0 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=5
68 -ROS_REPO_URI="https://github.com/ros-perception/slam_gmapping"
69 -KEYWORDS="~amd64 ~arm"
70 -ROS_SUBDIR=${PN}
71 -
72 -inherit ros-catkin
73 -
74 -DESCRIPTION="ROS wrapper for OpenSlam's Gmapping"
75 -LICENSE="CC-BY-NC-SA-2.5"
76 -SLOT="0"
77 -IUSE=""
78 -
79 -RDEPEND="
80 - dev-libs/boost:=
81 - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
82 - dev-ros/roscpp
83 - dev-ros/tf
84 - dev-ros/openslam_gmapping
85 - dev-ros/rosbag_storage
86 -"
87 -DEPEND="${RDEPEND}
88 - dev-ros/rostest"