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/rospack/
Date: Mon, 05 Sep 2016 09:38:09
Message-Id: 1473067389.4c5b54e5f2205c4c5029dcb9cd19fd135e136537.aballier@gentoo
1 commit: 4c5b54e5f2205c4c5029dcb9cd19fd135e136537
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 09:23:09 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 09:23:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5b54e5
7
8 dev-ros/rospack: remove old
9
10 Package-Manager: portage-2.3.0
11
12 dev-ros/rospack/Manifest | 2 --
13 dev-ros/rospack/rospack-2.2.5.ebuild | 29 -----------------------------
14 dev-ros/rospack/rospack-2.2.6.ebuild | 29 -----------------------------
15 3 files changed, 60 deletions(-)
16
17 diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
18 index 046d9bd..070cdcc 100644
19 --- a/dev-ros/rospack/Manifest
20 +++ b/dev-ros/rospack/Manifest
21 @@ -1,3 +1 @@
22 -DIST rospack-2.2.5.tar.gz 70273 SHA256 8602e21172ef453b63c6c6f1698c5ac81ec014b0a78bf98f31a60937dacee9ef SHA512 b685029e7306795459a1768050fd54e3eb82db91c0c3495410eeb6c6b3cb24b5d7f63cc5286d466659edb35719e76e4a43519526fd0c991fef2d7f9e092fd9e0 WHIRLPOOL 33191188ef39f817f48cdfbda407dc4d4bf288920b7e7b9a1b4b9ff383b87781a34fe7a3bfe734c8431c9e2cde19cadff1d70d84129de813bfbf2412a5728835
23 -DIST rospack-2.2.6.tar.gz 70391 SHA256 3487f24bd5362fa9a0c44b145543e13d7aa20bdb19d0477b7872d52a11bef914 SHA512 3257007600fc7509c276dcdf8484c91f44e10fad988e62f227b0471cf77f41464712ec8e0f31141853d5b8fa863f701451adae10a5ea3ae7bdd4a96910e5ea28 WHIRLPOOL 026dbe2966305f67ae42959d7677c9fcbeffcc740f8bcb9207b1adfc0bbd45259dc7b1789566b7cffad4b61510efbcc172a4544ec76e43548b0209f4f0b13991
24 DIST rospack-2.3.0.tar.gz 70879 SHA256 d54bf2f82cea3273a34c11d99fed5bb1d78a8e5c86046af425d646ebc94c627c SHA512 d0dd3da0282c2ef1721ac1d3671845cdef0d3307926435f91f7f63441942562d9128609a31368bf836935e6bfc337cc2c419100e5a2c8ed058131f22926e5459 WHIRLPOOL eed21ca219625534c7ba009ca50d52b20b922cb5a08c973bbf40267bbd70c9331fc5828bdd96acf130641f644b927ceeac867c16805c3f43837d98f471203ae6
25
26 diff --git a/dev-ros/rospack/rospack-2.2.5.ebuild b/dev-ros/rospack/rospack-2.2.5.ebuild
27 deleted file mode 100644
28 index 44ef9df..00000000
29 --- a/dev-ros/rospack/rospack-2.2.5.ebuild
30 +++ /dev/null
31 @@ -1,29 +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/rospack"
39 -KEYWORDS="~amd64 ~arm"
40 -
41 -inherit ros-catkin
42 -
43 -# Do it that way to avoid ros-catkin pulling in python-r1
44 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
45 -inherit python-single-r1
46 -
47 -DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
48 -LICENSE="BSD"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -RDEPEND="dev-libs/boost:=
53 - dev-libs/tinyxml
54 - "
55 -DEPEND="${RDEPEND}
56 - dev-ros/cmake_modules
57 - test? (
58 - dev-cpp/gtest
59 - dev-python/nose
60 - )"
61
62 diff --git a/dev-ros/rospack/rospack-2.2.6.ebuild b/dev-ros/rospack/rospack-2.2.6.ebuild
63 deleted file mode 100644
64 index 44ef9df..00000000
65 --- a/dev-ros/rospack/rospack-2.2.6.ebuild
66 +++ /dev/null
67 @@ -1,29 +0,0 @@
68 -# Copyright 1999-2014 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -# $Id$
71 -
72 -EAPI=5
73 -
74 -ROS_REPO_URI="https://github.com/ros/rospack"
75 -KEYWORDS="~amd64 ~arm"
76 -
77 -inherit ros-catkin
78 -
79 -# Do it that way to avoid ros-catkin pulling in python-r1
80 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
81 -inherit python-single-r1
82 -
83 -DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
84 -LICENSE="BSD"
85 -SLOT="0"
86 -IUSE=""
87 -
88 -RDEPEND="dev-libs/boost:=
89 - dev-libs/tinyxml
90 - "
91 -DEPEND="${RDEPEND}
92 - dev-ros/cmake_modules
93 - test? (
94 - dev-cpp/gtest
95 - dev-python/nose
96 - )"