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/robot/
Date: Mon, 16 Jul 2018 11:03:50
Message-Id: 1531739009.595760b0f450db780641a72ebc05d0e5343d01eb.aballier@gentoo
1 commit: 595760b0f450db780641a72ebc05d0e5343d01eb
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 16 11:00:49 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 16 11:03:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595760b0
7
8 ros-meta/robot: Remove old
9
10 Package-Manager: Portage-2.3.42, Repoman-2.3.9
11
12 ros-meta/robot/Manifest | 2 --
13 ros-meta/robot/robot-1.3.1.ebuild | 35 -----------------------------------
14 ros-meta/robot/robot-1.3.2.ebuild | 32 --------------------------------
15 3 files changed, 69 deletions(-)
16
17 diff --git a/ros-meta/robot/Manifest b/ros-meta/robot/Manifest
18 index 1fdcc85b388..6974b994a94 100644
19 --- a/ros-meta/robot/Manifest
20 +++ b/ros-meta/robot/Manifest
21 @@ -1,3 +1 @@
22 -DIST metapackages-1.3.1.tar.gz 1813 BLAKE2B 5b96d5c6fb8094a42b1c9926646b1a335525080f7f57899271063cb8561dd744f8131e40716d9aa5cd29d7205bb76f8f18b48a42ef764d863bb13ad274f46d14 SHA512 4a6cbc288f3e15632a3c8ab7e2375d59ce2f20f17aa89471919584b6c856aabe9cd661297806ceaefcfc2eabe3110a8a0aa30308daf75f8c36e1462b7bc409c1
23 -DIST metapackages-1.3.2.tar.gz 1923 BLAKE2B 39de3b6850eb5e980ae93e2af3b6d17523122a7b30930bbec9d8f706ece4cae6244b433991ebd0ea165515667595c2c7ea6bd39c14b9a78acf8065f42a864a9d SHA512 8cee2f06638989f5e33981af87db3d3dc07836ec5bf8dcf4e9bdb8f4afd09a3b427341f397d973333d318c704b21b6f0b2acf97cb4e18beb8a58dac559419ab0
24 DIST metapackages-1.4.0.tar.gz 1955 BLAKE2B ef6cfd432f8109a39db9e01dab9fc87f2c2da55f5c6890e9feee69e0a955c4f2eeb092ba61911cb700eb0feff7a2659dbd3b65019bfea960f293ee814b411380 SHA512 7694fcb88081c619e6b5aaedb7fbe2cd77f9cee8a45d79848ba354d654aff77467c3d28925b21c52b985b1cb81e36d2cdf84b5b27bfecd8f54b7acb2c92acd71
25
26 diff --git a/ros-meta/robot/robot-1.3.1.ebuild b/ros-meta/robot/robot-1.3.1.ebuild
27 deleted file mode 100644
28 index eb8af7a172a..00000000000
29 --- a/ros-meta/robot/robot-1.3.1.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -ROS_REPO_URI="https://github.com/ros/metapackages"
38 -KEYWORDS="~amd64"
39 -ROS_SUBDIR=${PN}
40 -
41 -inherit ros-catkin
42 -
43 -DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
44 -LICENSE="BSD"
45 -SLOT="0"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - ros-meta/ros_base
50 - dev-ros/control_msgs
51 - ros-meta/diagnostics
52 - dev-ros/filters
53 - ros-meta/geometry
54 - ros-meta/robot_model
55 - dev-ros/robot_state_publisher
56 - dev-ros/xacro
57 - ros-meta/executive_smach
58 - dev-ros/actionlib
59 - ros-meta/bond_core
60 - dev-ros/class_loader
61 - dev-ros/dynamic_reconfigure
62 - ros-meta/common_tutorials
63 - ros-meta/nodelet_core
64 - dev-ros/pluginlib
65 -"
66 -DEPEND="${RDEPEND}"
67
68 diff --git a/ros-meta/robot/robot-1.3.2.ebuild b/ros-meta/robot/robot-1.3.2.ebuild
69 deleted file mode 100644
70 index 3762fd95629..00000000000
71 --- a/ros-meta/robot/robot-1.3.2.ebuild
72 +++ /dev/null
73 @@ -1,32 +0,0 @@
74 -# Copyright 1999-2018 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=5
78 -
79 -ROS_REPO_URI="https://github.com/ros/metapackages"
80 -KEYWORDS="~amd64"
81 -ROS_SUBDIR=${PN}
82 -
83 -inherit ros-catkin
84 -
85 -DESCRIPTION="Metapackage which extends ros_base and includes ROS libaries for any robot hardware"
86 -LICENSE="BSD"
87 -SLOT="0"
88 -IUSE=""
89 -
90 -RDEPEND="
91 - ros-meta/ros_base
92 - dev-ros/control_msgs
93 - ros-meta/diagnostics
94 - ros-meta/executive_smach
95 - dev-ros/filters
96 - ros-meta/geometry
97 - dev-ros/joint_state_publisher
98 - dev-ros/kdl_parser
99 - dev-ros/kdl_parser_py
100 - dev-ros/robot_state_publisher
101 - dev-ros/urdf
102 - dev-ros/urdf_parser_plugin
103 - dev-ros/xacro
104 -"
105 -DEPEND="${RDEPEND}"