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/tf2_kdl/
Date: Thu, 22 Mar 2018 10:03:08
Message-Id: 1521712753.c1a737191a270670517b8ba05237eb964450e1cd.aballier@gentoo
1 commit: c1a737191a270670517b8ba05237eb964450e1cd
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 22 09:59:13 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 09:59:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a73719
7
8 dev-ros/tf2_kdl: Remove old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ros/tf2_kdl/Manifest | 3 ---
13 dev-ros/tf2_kdl/tf2_kdl-0.5.15.ebuild | 30 ------------------------------
14 dev-ros/tf2_kdl/tf2_kdl-0.5.16.ebuild | 30 ------------------------------
15 dev-ros/tf2_kdl/tf2_kdl-0.5.17.ebuild | 30 ------------------------------
16 4 files changed, 93 deletions(-)
17
18 diff --git a/dev-ros/tf2_kdl/Manifest b/dev-ros/tf2_kdl/Manifest
19 index 5be9b298a90..91aa82a2172 100644
20 --- a/dev-ros/tf2_kdl/Manifest
21 +++ b/dev-ros/tf2_kdl/Manifest
22 @@ -1,4 +1 @@
23 -DIST geometry2-0.5.15.tar.gz 147275 BLAKE2B 27a520d7c76eeea551d95092ede446f2badaee72b72ff24936a2116a0fa824d3f83afa7b07c5d962824e163a4d470490a0d68a8026e9bf829e87d1008b88ddc3 SHA512 10a750948157904c0812aaae85e21eaf5c85dfef3770d418fd0c592a9179cef9fc2082ecc125be0fd0032e705dfb678d45930d3aa2cd0986a71c2e0a7307722c
24 -DIST geometry2-0.5.16.tar.gz 154351 BLAKE2B e630be09da6de544de0215d40ffcb0aa780be253320264d52603d5fe7506d12b27e986acb9c036973ba390c5cd96b5e838849ee2f5b1399148cf5cffb461cd76 SHA512 11909db98af78bbdef8d1a7dc5f20d3ff3cfcb0afc0e1d53b97a1ffe99aecea911f09364593eb232d7514a4caa192141404d892a33fc7ea9f5ce924ecf99fc51
25 -DIST geometry2-0.5.17.tar.gz 156516 BLAKE2B 72f936086fe3dbcfa3c05f7ae72e64f20fd1525513e79ed9c4dae7c5b097501ea230c483a3f1eb6e0ba6a342e0ddc5deacf05ec9f0c97b56df48dcf2bf669e8b SHA512 44d91796f03d0cbd8a9247568827dca4a848ec931fa754fd7815e9102f7bcac38e85ebcc27e3037827358dbfbc7d58b28775f00e1e04c48125e56c7b97cde925
26 DIST geometry2-0.6.1.tar.gz 162912 BLAKE2B 103937894921111da2058f61b555cb9498ea053e8c8dac357383fc326e214bf88e74a65c97021cf7dd0ecb2b5a38606c3ad3660e365af145349c764660c56726 SHA512 392719295eedf4a5f580390f076a14f9909f49681223d8c50ccb88d57b784c1e50383d28ff10bddc21424662f261504c29525c24965a51462d6e9e62d702d6ef
27
28 diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.5.15.ebuild b/dev-ros/tf2_kdl/tf2_kdl-0.5.15.ebuild
29 deleted file mode 100644
30 index 5f196cdc9d7..00000000000
31 --- a/dev-ros/tf2_kdl/tf2_kdl-0.5.15.ebuild
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -ROS_REPO_URI="https://github.com/ros/geometry2"
39 -KEYWORDS="~amd64 ~arm"
40 -ROS_SUBDIR=${PN}
41 -PYTHON_COMPAT=( python2_7 )
42 -
43 -inherit ros-catkin
44 -
45 -DESCRIPTION="KDL binding for tf2"
46 -LICENSE="BSD"
47 -SLOT="0"
48 -IUSE=""
49 -
50 -RDEPEND="
51 - dev-cpp/eigen:3
52 - dev-ros/tf2
53 - dev-ros/tf2_ros
54 - dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
55 - sci-libs/orocos_kdl
56 - dev-ros/tf2_msgs[${PYTHON_USEDEP}]
57 - dev-ros/cmake_modules
58 -"
59 -DEPEND="${RDEPEND}
60 - test? (
61 - dev-ros/rostest[${PYTHON_USEDEP}]
62 - dev-cpp/gtest
63 - )"
64
65 diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.5.16.ebuild b/dev-ros/tf2_kdl/tf2_kdl-0.5.16.ebuild
66 deleted file mode 100644
67 index 5f196cdc9d7..00000000000
68 --- a/dev-ros/tf2_kdl/tf2_kdl-0.5.16.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2017 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=5
75 -ROS_REPO_URI="https://github.com/ros/geometry2"
76 -KEYWORDS="~amd64 ~arm"
77 -ROS_SUBDIR=${PN}
78 -PYTHON_COMPAT=( python2_7 )
79 -
80 -inherit ros-catkin
81 -
82 -DESCRIPTION="KDL binding for tf2"
83 -LICENSE="BSD"
84 -SLOT="0"
85 -IUSE=""
86 -
87 -RDEPEND="
88 - dev-cpp/eigen:3
89 - dev-ros/tf2
90 - dev-ros/tf2_ros
91 - dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
92 - sci-libs/orocos_kdl
93 - dev-ros/tf2_msgs[${PYTHON_USEDEP}]
94 - dev-ros/cmake_modules
95 -"
96 -DEPEND="${RDEPEND}
97 - test? (
98 - dev-ros/rostest[${PYTHON_USEDEP}]
99 - dev-cpp/gtest
100 - )"
101
102 diff --git a/dev-ros/tf2_kdl/tf2_kdl-0.5.17.ebuild b/dev-ros/tf2_kdl/tf2_kdl-0.5.17.ebuild
103 deleted file mode 100644
104 index f82f2ff4e47..00000000000
105 --- a/dev-ros/tf2_kdl/tf2_kdl-0.5.17.ebuild
106 +++ /dev/null
107 @@ -1,30 +0,0 @@
108 -# Copyright 1999-2018 Gentoo Foundation
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=5
112 -ROS_REPO_URI="https://github.com/ros/geometry2"
113 -KEYWORDS="~amd64 ~arm"
114 -ROS_SUBDIR=${PN}
115 -PYTHON_COMPAT=( python2_7 )
116 -
117 -inherit ros-catkin
118 -
119 -DESCRIPTION="KDL binding for tf2"
120 -LICENSE="BSD"
121 -SLOT="0"
122 -IUSE=""
123 -
124 -RDEPEND="
125 - dev-cpp/eigen:3
126 - dev-ros/tf2
127 - dev-ros/tf2_ros
128 - dev-python/python_orocos_kdl[${PYTHON_USEDEP}]
129 - sci-libs/orocos_kdl
130 - dev-ros/tf2_msgs[${PYTHON_USEDEP}]
131 - dev-ros/cmake_modules
132 -"
133 -DEPEND="${RDEPEND}
134 - test? (
135 - dev-ros/rostest[${PYTHON_USEDEP}]
136 - dev-cpp/gtest
137 - )"