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: Thu, 02 Mar 2017 09:17:26
Message-Id: 1488446221.d5ed4496192dd4f1940fb2ffa1191c1ea71335ef.aballier@gentoo
1 commit: d5ed4496192dd4f1940fb2ffa1191c1ea71335ef
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 07:04:55 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 09:17:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ed4496
7
8 dev-ros/rospack: remove old
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 dev-ros/rospack/Manifest | 3 ---
13 dev-ros/rospack/rospack-2.3.1-r1.ebuild | 29 -----------------------------
14 dev-ros/rospack/rospack-2.3.2.ebuild | 29 -----------------------------
15 dev-ros/rospack/rospack-2.4.0.ebuild | 29 -----------------------------
16 4 files changed, 90 deletions(-)
17
18 diff --git a/dev-ros/rospack/Manifest b/dev-ros/rospack/Manifest
19 index 4964c19a791..91b87b8b6bc 100644
20 --- a/dev-ros/rospack/Manifest
21 +++ b/dev-ros/rospack/Manifest
22 @@ -1,4 +1 @@
23 -DIST rospack-2.3.1.tar.gz 70994 SHA256 69634b2fc717903919cd1a7c2367b395b4297676a4aadf0b71bd4d386e50f583 SHA512 647ec1f10fe5f68ba8fe975df54cbafab694605ad30f5f3a02e80d1f5421969fbb94cc047c12ba7e9a395318091ce3bd973ecfed787d02666e27b8c58b655a2d WHIRLPOOL 0ac1f8b4b173576bf8c7d5c17e59b30ef5028a75964e1937e8dd0b601d934a815bdb7c259f8c0c36a1dae3f2a1934a39549d14d30eab77489ab2883da53e9b19
24 -DIST rospack-2.3.2.tar.gz 71750 SHA256 39f7daeab29fce85237bc1f398fc7623f1eead65c8a2608ee3be0c74bf5462ca SHA512 a040ada1ffdd757f3b08f9dd38546cd2697160b3f3fad94a6c8b662f9285d635c496de7fb7e4dd2081725fb06666f0505ebcbeb761d0d7ca074939d4ab848828 WHIRLPOOL aee0ea9ee3c356b23ee879b89901466de0cd21919e44251828fd3cc88bf490516edc06dfccf01a67aff01f20242e06ed2dccc7836595434a79b7471a37cf383e
25 -DIST rospack-2.4.0.tar.gz 71908 SHA256 417f4ffbcb1969daf9d72a1ba3eef0cd5da4546e94594add4aee1bc2a2bbc8c2 SHA512 540a74e87a7463dd2fe63904e82d61afdcfbda7715481040b958c29fc48cf8b70af63545f6977fe2641d0f69f257e38320852aa08c22b1395b02a3f61b8c4746 WHIRLPOOL dc0fa1f1395464a5ccbf6d899af37a4caba2123523b10c5a4b9a9e7892a248778a1eecb1ae9201878856edba3846e800752ec1620f359f332b53563888f7f4eb
26 DIST rospack-2.4.1.tar.gz 71937 SHA256 8d741477d98c0f0f782a256c574bc3ef8fc952e44461a0e513bffbafc6478bb0 SHA512 54eb4c99920e82aebe977257a4dc314a673f314d3239428664fe9a85b384b3b75eec2790b217654672e50d63e81cefbf1aa885b9c8a0fb843a86169355c840b8 WHIRLPOOL 4d37add307993c7da2dbd7b6170583e88a3a245b29ad389a10fe4e84f2027e1f14f91b7823a373003f06018720f6f0f2366115e92d955ed59bd43f0bd5921d0b
27
28 diff --git a/dev-ros/rospack/rospack-2.3.1-r1.ebuild b/dev-ros/rospack/rospack-2.3.1-r1.ebuild
29 deleted file mode 100644
30 index 5f819757145..00000000000
31 --- a/dev-ros/rospack/rospack-2.3.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,29 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -ROS_REPO_URI="https://github.com/ros/rospack"
40 -KEYWORDS="~amd64 ~arm"
41 -
42 -inherit ros-catkin
43 -
44 -# Do it that way to avoid ros-catkin pulling in python-r1
45 -PYTHON_COMPAT=( python{2_7,3_4} )
46 -inherit python-single-r1
47 -
48 -DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
49 -LICENSE="BSD"
50 -SLOT="0"
51 -IUSE=""
52 -PATCHES=( "${FILESDIR}/gentoo.patch" )
53 -
54 -RDEPEND="dev-libs/boost:=
55 - dev-libs/tinyxml
56 - "
57 -DEPEND="${RDEPEND}
58 - dev-ros/cmake_modules
59 - test? (
60 - dev-cpp/gtest
61 - dev-python/nose
62 - )"
63
64 diff --git a/dev-ros/rospack/rospack-2.3.2.ebuild b/dev-ros/rospack/rospack-2.3.2.ebuild
65 deleted file mode 100644
66 index 77e6e5b725d..00000000000
67 --- a/dev-ros/rospack/rospack-2.3.2.ebuild
68 +++ /dev/null
69 @@ -1,29 +0,0 @@
70 -# Copyright 1999-2017 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=5
74 -
75 -ROS_REPO_URI="https://github.com/ros/rospack"
76 -KEYWORDS="~amd64 ~arm"
77 -
78 -inherit ros-catkin
79 -
80 -# Do it that way to avoid ros-catkin pulling in python-r1
81 -PYTHON_COMPAT=( python{2_7,3_4} )
82 -inherit python-single-r1
83 -
84 -DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
85 -LICENSE="BSD"
86 -SLOT="0"
87 -IUSE=""
88 -PATCHES=( "${FILESDIR}/gentoo.patch" )
89 -
90 -RDEPEND="dev-libs/boost:=
91 - dev-libs/tinyxml
92 - "
93 -DEPEND="${RDEPEND}
94 - dev-ros/cmake_modules
95 - test? (
96 - dev-cpp/gtest
97 - dev-python/nose
98 - )"
99
100 diff --git a/dev-ros/rospack/rospack-2.4.0.ebuild b/dev-ros/rospack/rospack-2.4.0.ebuild
101 deleted file mode 100644
102 index 43672cecbda..00000000000
103 --- a/dev-ros/rospack/rospack-2.4.0.ebuild
104 +++ /dev/null
105 @@ -1,29 +0,0 @@
106 -# Copyright 1999-2017 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=5
110 -
111 -ROS_REPO_URI="https://github.com/ros/rospack"
112 -KEYWORDS="~amd64 ~arm"
113 -
114 -inherit ros-catkin
115 -
116 -# Do it that way to avoid ros-catkin pulling in python-r1
117 -PYTHON_COMPAT=( python{2_7,3_4} )
118 -inherit python-single-r1
119 -
120 -DESCRIPTION="Retrieves information about ROS packages available on the filesystem"
121 -LICENSE="BSD"
122 -SLOT="0"
123 -IUSE=""
124 -PATCHES=( "${FILESDIR}/gentoo.patch" )
125 -
126 -RDEPEND="dev-libs/boost:=
127 - dev-libs/tinyxml2:=
128 - "
129 -DEPEND="${RDEPEND}
130 - dev-ros/cmake_modules
131 - test? (
132 - dev-cpp/gtest
133 - dev-python/nose
134 - )"