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/hector_pose_estimation_core/
Date: Fri, 07 Oct 2016 10:56:14
Message-Id: 1475837763.beab7424bc8e0065f70c093e53e48b0b450bdf17.aballier@gentoo
1 commit: beab7424bc8e0065f70c093e53e48b0b450bdf17
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 10:45:34 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 10:56:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beab7424
7
8 dev-ros/hector_pose_estimation_core: remove old
9
10 Package-Manager: portage-2.3.1
11
12 dev-ros/hector_pose_estimation_core/Manifest | 2 --
13 .../hector_pose_estimation_core-0.2.0.ebuild | 28 ----------------------
14 .../hector_pose_estimation_core-0.2.1.ebuild | 28 ----------------------
15 3 files changed, 58 deletions(-)
16
17 diff --git a/dev-ros/hector_pose_estimation_core/Manifest b/dev-ros/hector_pose_estimation_core/Manifest
18 index 8d9441c..2b1a9cb 100644
19 --- a/dev-ros/hector_pose_estimation_core/Manifest
20 +++ b/dev-ros/hector_pose_estimation_core/Manifest
21 @@ -1,3 +1 @@
22 -DIST hector_localization-0.2.0.tar.gz 70999 SHA256 e0b01a8d1d285086e4bb738346f5d37ce188f12197bb10e75d66ac0770fc2f18 SHA512 5eab4f1861bbf1f755595700b9cb7e7f3fd1231ac9fe95f7a6f9f22c6d96045ebcecdf01b81464888b8a263fab585eb7d19682b1cc5aab6fa8809f25e7913739 WHIRLPOOL af642d3458d380c18985aa88e10625b4e7f0ae94a8bfaf9d8d4f1e38fa764785a9c95d551c4b0412c0c91649d8d3768a8cc4774fa761b8fce6ca7d21db374dd7
23 -DIST hector_localization-0.2.1.tar.gz 71312 SHA256 b059305b86045d7714d209992069ba2a588715d49532d387ad2ae3b132580482 SHA512 f2be534c17c631a4f5039dda7bf0be8f84047861e5d2926adace2b5194607ca9289d90d42a6a24a3cd8a24e7cbbac5634e53cf80a9ce7f9b3a94b4ebebf8e3ef WHIRLPOOL 3f2406048a9cc2ec1cca3816db5e35cf9a9624dab96370c0343e5850ab68d898643700edfe399cb5aae09a17e12e87b65ac669ef0c29f3c796919ddee5911042
24 DIST hector_localization-0.3.0.tar.gz 73656 SHA256 36dd8dba4496e50df65505707ade089c1e2dfe1855b78081f68706a104c38326 SHA512 5763a98247754b021631c894d44172d7c215d81f556760578f585febf2248da8dfcf10c6f1430cff47800778d39a79ab31a59916ad13c6d5ecf8a17eeac4e8df WHIRLPOOL 26ef7ff7b5011b81349448954bec84f70841d543668d43e4b50783e48580eb2632ba8713d3df1a75d5e1f2ada7fd60d8dab551cf4392ea4effc49a4272c4855e
25
26 diff --git a/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.2.0.ebuild b/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.2.0.ebuild
27 deleted file mode 100644
28 index 64f702c..00000000
29 --- a/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.2.0.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_localization"
38 -KEYWORDS="~amd64 ~arm"
39 -ROS_SUBDIR=${PN}
40 -
41 -inherit ros-catkin
42 -
43 -DESCRIPTION="Extended Kalman Filter (EKF) that estimates the 6DOF pose of the robot"
44 -LICENSE="BSD"
45 -SLOT="0"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - dev-ros/rostime
50 - dev-ros/rosconsole
51 - dev-ros/roscpp
52 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
53 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
54 - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
55 - dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
56 - dev-ros/tf
57 -"
58 -DEPEND="${RDEPEND}
59 - dev-cpp/eigen:3"
60
61 diff --git a/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.2.1.ebuild b/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.2.1.ebuild
62 deleted file mode 100644
63 index 64f702c..00000000
64 --- a/dev-ros/hector_pose_estimation_core/hector_pose_estimation_core-0.2.1.ebuild
65 +++ /dev/null
66 @@ -1,28 +0,0 @@
67 -# Copyright 1999-2014 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -# $Id$
70 -
71 -EAPI=5
72 -ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_localization"
73 -KEYWORDS="~amd64 ~arm"
74 -ROS_SUBDIR=${PN}
75 -
76 -inherit ros-catkin
77 -
78 -DESCRIPTION="Extended Kalman Filter (EKF) that estimates the 6DOF pose of the robot"
79 -LICENSE="BSD"
80 -SLOT="0"
81 -IUSE=""
82 -
83 -RDEPEND="
84 - dev-ros/rostime
85 - dev-ros/rosconsole
86 - dev-ros/roscpp
87 - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
88 - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
89 - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
90 - dev-ros/geographic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
91 - dev-ros/tf
92 -"
93 -DEPEND="${RDEPEND}
94 - dev-cpp/eigen:3"