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/pluginlib/
Date: Mon, 26 Sep 2016 15:03:19
Message-Id: 1474902187.01d700e5a6f3e8a3a6b2e58d1ed83581a728e44e.aballier@gentoo
1 commit: 01d700e5a6f3e8a3a6b2e58d1ed83581a728e44e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 12:33:29 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 15:03:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d700e5
7
8 dev-ros/pluginlib: remove old
9
10 Package-Manager: portage-2.3.1
11
12 dev-ros/pluginlib/Manifest | 2 --
13 dev-ros/pluginlib/pluginlib-1.10.1.ebuild | 27 ---------------------------
14 dev-ros/pluginlib/pluginlib-1.10.2.ebuild | 27 ---------------------------
15 3 files changed, 56 deletions(-)
16
17 diff --git a/dev-ros/pluginlib/Manifest b/dev-ros/pluginlib/Manifest
18 index 3da9259..9eac65a 100644
19 --- a/dev-ros/pluginlib/Manifest
20 +++ b/dev-ros/pluginlib/Manifest
21 @@ -1,3 +1 @@
22 -DIST pluginlib-1.10.1.tar.gz 17109 SHA256 239591f5eb263e48769942feb125c46a56ae3e226dc3ef4bf5dfa39ab94c47e1 SHA512 0318b2893b100d0dddce3eac029e907bcfc759525bfc17de5c42f8d55facaf9c24f162df7baf4d4ed13ea9dcdaee06c85f730507fba6fbe8218b283e10ec6122 WHIRLPOOL 901c7f4b41abc708a00292d00f9f4e22d0c7f03e3ade900389bae8c436b93406110686f44a8a3380a13f7dd9ab4f79cc639f8ed494bccee49f91a4bfa1a48e1a
23 -DIST pluginlib-1.10.2.tar.gz 21417 SHA256 2ff0ec664c8b3c3d8a5c8f14e654a19dcfb4c06d7e2bb3756c4ea23691e5a9ee SHA512 f5a3578dc6f51d155577a44f45691abf9261fa05948fa9cb6391f26145a2fdd0d0c28d66150543cb0ec1621c7531f57f11b6e3bcae7effd716aad6cbc7481dcc WHIRLPOOL a7b89b2b27de2ca790ac6889d4c7429520bbf75bc5532cfee2aa786257b5af9e7d00c7d309326e42a27eadfea59ad5ffe8976432c6637063a4f372ef6749bcee
24 DIST pluginlib-1.10.3.tar.gz 20554 SHA256 fca9f2f449ac7fea4eb4597d5ac8ac77d572f18f890333abd4cd2bbc0249f117 SHA512 01dd40edc1c29140de5f0fc9553d54daaeb4321c6117ec90bd89b55e66223dbdff98de5ae73b1210e9366b97cf9faa131252b165344eb75bd8e08a97cce7507d WHIRLPOOL 12c07d0c95d8d5da6d3debe0ed761cbc4e9b324dd8d93e44934d95897951d7bf96d3dc1b2a9989f8f5ae85a229831ebe2ac425687b3b460c70f234cff624d346
25
26 diff --git a/dev-ros/pluginlib/pluginlib-1.10.1.ebuild b/dev-ros/pluginlib/pluginlib-1.10.1.ebuild
27 deleted file mode 100644
28 index 6cdc9d6..00000000
29 --- a/dev-ros/pluginlib/pluginlib-1.10.1.ebuild
30 +++ /dev/null
31 @@ -1,27 +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 -
38 -ROS_REPO_URI="https://github.com/ros/pluginlib"
39 -KEYWORDS="~amd64 ~arm"
40 -PYTHON_COMPAT=( python2_7 )
41 -
42 -inherit ros-catkin
43 -
44 -DESCRIPTION="Provides tools for writing and dynamically loading plugins using the ROS build infrastructure"
45 -LICENSE="BSD Boost-1.0"
46 -SLOT="0"
47 -IUSE=""
48 -
49 -RDEPEND="
50 - dev-ros/class_loader
51 - dev-ros/rosconsole
52 - dev-ros/roslib[${PYTHON_USEDEP}]
53 - dev-libs/boost:=
54 - dev-libs/tinyxml
55 - dev-ros/cmake_modules
56 -"
57 -DEPEND="${RDEPEND}
58 - test? ( dev-cpp/gtest )"
59
60 diff --git a/dev-ros/pluginlib/pluginlib-1.10.2.ebuild b/dev-ros/pluginlib/pluginlib-1.10.2.ebuild
61 deleted file mode 100644
62 index b1193d6..00000000
63 --- a/dev-ros/pluginlib/pluginlib-1.10.2.ebuild
64 +++ /dev/null
65 @@ -1,27 +0,0 @@
66 -# Copyright 1999-2014 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Id$
69 -
70 -EAPI=5
71 -
72 -ROS_REPO_URI="https://github.com/ros/pluginlib"
73 -KEYWORDS="~amd64 ~arm"
74 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
75 -
76 -inherit ros-catkin
77 -
78 -DESCRIPTION="Provides tools for writing and dynamically loading plugins using the ROS build infrastructure"
79 -LICENSE="BSD"
80 -SLOT="0"
81 -IUSE=""
82 -
83 -RDEPEND="
84 - dev-ros/class_loader
85 - dev-ros/rosconsole
86 - dev-ros/roslib[${PYTHON_USEDEP}]
87 - dev-libs/boost:=
88 - dev-libs/tinyxml
89 - dev-ros/cmake_modules
90 -"
91 -DEPEND="${RDEPEND}
92 - test? ( dev-cpp/gtest )"