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/rqt_reconfigure/
Date: Mon, 12 Feb 2018 14:03:58
Message-Id: 1518440852.363292d02aaef3a1dd704093677b6d44e5c6fe78.aballier@gentoo
1 commit: 363292d02aaef3a1dd704093677b6d44e5c6fe78
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 12 13:07:32 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 12 13:07:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363292d0
7
8 dev-ros/rqt_reconfigure: Remove old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ros/rqt_reconfigure/Manifest | 1 -
13 .../rqt_reconfigure/rqt_reconfigure-0.4.7.ebuild | 26 ----------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-ros/rqt_reconfigure/Manifest b/dev-ros/rqt_reconfigure/Manifest
17 index bbe25746fb0..56325233176 100644
18 --- a/dev-ros/rqt_reconfigure/Manifest
19 +++ b/dev-ros/rqt_reconfigure/Manifest
20 @@ -1,2 +1 @@
21 -DIST rqt_common_plugins-0.4.7.tar.gz 246977 BLAKE2B 5efebfa64dcc587822e558b5527a2ef2e33adc8adcb45800876e278be5ccdacbaef93b0f9dfbb7b98972fd5cffb4fcddee80e9522a4135a736d744765c2490ed SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7
22 DIST rqt_reconfigure-0.4.8.tar.gz 27937 BLAKE2B c18d7bd646ebd6c19f2c8eb14093f9761b3e4dcfbd0f3989e7e45e230cfb40b402bc87016bd877433357d00ca03deb13ecee502a41332b79da0367faa4f4d7f8 SHA512 0ed02c9429974cfb598371923440dfa3b2ea00018898bb404f0301d1573d6162f61c7628edbf2b9517a9104d8dfbc63f31257a58ad3abf859165231159f794d2
23
24 diff --git a/dev-ros/rqt_reconfigure/rqt_reconfigure-0.4.7.ebuild b/dev-ros/rqt_reconfigure/rqt_reconfigure-0.4.7.ebuild
25 deleted file mode 100644
26 index dc071e77bb0..00000000000
27 --- a/dev-ros/rqt_reconfigure/rqt_reconfigure-0.4.7.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -KEYWORDS="~amd64"
36 -ROS_REPO_URI="https://github.com/ros-visualization/rqt_common_plugins"
37 -PYTHON_COMPAT=( python2_7 )
38 -ROS_SUBDIR=${PN}
39 -
40 -inherit ros-catkin
41 -
42 -DESCRIPTION="Provides the way to view and edit the parameters that are accessible via dynamic_reconfigure"
43 -LICENSE="BSD"
44 -SLOT="0"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
49 - dev-ros/rospy[${PYTHON_USEDEP}]
50 - dev-ros/rqt_console[${PYTHON_USEDEP}]
51 - dev-ros/rqt_gui[${PYTHON_USEDEP}]
52 - dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
53 - dev-ros/rqt_py_common[${PYTHON_USEDEP}]
54 -"
55 -DEPEND="${RDEPEND}"