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/actionlib/
Date: Thu, 30 Jun 2016 08:30:31
Message-Id: 1467275391.6d2e58ba91413314168c4c66c5be9e11380edc54.aballier@gentoo
1 commit: 6d2e58ba91413314168c4c66c5be9e11380edc54
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 08:10:47 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 08:29:51 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2e58ba
7
8 dev-ros/actionlib: remove old
9
10 Package-Manager: portage-2.3.0
11
12 dev-ros/actionlib/Manifest | 1 -
13 dev-ros/actionlib/actionlib-1.11.4.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/dev-ros/actionlib/Manifest b/dev-ros/actionlib/Manifest
17 index 4a8f1e6..699fef5 100644
18 --- a/dev-ros/actionlib/Manifest
19 +++ b/dev-ros/actionlib/Manifest
20 @@ -1,2 +1 @@
21 -DIST actionlib-1.11.4.tar.gz 96491 SHA256 3584d822bd4c5254fe6f33cee833fb8703036bbdb7fa51e194b7ff5db3510281 SHA512 5bd416a1915373b6cf6f9599e115053b11b6892060438264f3e90f82a86f6c070ff0dd3f89bf3a6c4d930c20cceaa99da092346f04649ddd3286463dd43a6208 WHIRLPOOL ff8600d8a28f36776630b2462dd18ef540770d2ec1d36105e9a0393540dba8d7daf601510502ae3ccf85152b8f127f4cc0e73404842a0c65e74cd985be33c9bf
22 DIST actionlib-1.11.5.tar.gz 96979 SHA256 da2b8115686db17a47bc6897b07cfec3588b3c6b8970f2d2359cfff9c41e6ccd SHA512 ba3b163c8f5547d872b789abbc6238f371a542d691fc9ae8f62ba266c3a187b9e5026bf7f0edb29f0234a01bd4d3f60edacf6118a0d3d04719c1604a49c0ce23 WHIRLPOOL 74b95cefe674f85081897a571a0d71985aa66d1a7eb3d3924d625718dac43fe3e72889813676f3dc2236d44d096ac6190a77ee6f15bccd20cd9b07b11aabc1d9
23
24 diff --git a/dev-ros/actionlib/actionlib-1.11.4.ebuild b/dev-ros/actionlib/actionlib-1.11.4.ebuild
25 deleted file mode 100644
26 index b53dcae..0000000
27 --- a/dev-ros/actionlib/actionlib-1.11.4.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -CATKIN_HAS_MESSAGES=yes
36 -ROS_REPO_URI="https://github.com/ros/actionlib"
37 -KEYWORDS="~amd64 ~arm"
38 -PYTHON_COMPAT=( python2_7 )
39 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/actionlib_msgs dev-ros/std_msgs"
40 -
41 -inherit ros-catkin
42 -
43 -DESCRIPTION="Provides a standardized interface for interfacing with preemptable tasks"
44 -LICENSE="BSD"
45 -SLOT="0"
46 -IUSE=""
47 -
48 -RDEPEND="dev-libs/boost:=[threads]
49 - dev-ros/roscpp
50 - dev-ros/rospy[${PYTHON_USEDEP}]
51 - "
52 -DEPEND="${RDEPEND}
53 - dev-ros/rosunit[${PYTHON_USEDEP}]
54 - test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"