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_gui/
Date: Tue, 28 Feb 2017 11:27:36
Message-Id: 1488281211.85fb83c7f6d796d2a4f724953cc7d2bc46412f38.aballier@gentoo
1 commit: 85fb83c7f6d796d2a4f724953cc7d2bc46412f38
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 11:20:26 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 11:26:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fb83c7
7
8 dev-ros/rqt_gui: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild b/dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild
16 deleted file mode 100644
17 index 8d01cc5e18..0000000000
18 --- a/dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -ROS_REPO_URI="https://github.com/ros-visualization/rqt"
28 -KEYWORDS="~amd64"
29 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
30 -ROS_SUBDIR=${PN}
31 -
32 -inherit ros-catkin
33 -
34 -DESCRIPTION="Main to start an instance of the ROS integrated graphical user interface provided by qt_gui"
35 -LICENSE="BSD"
36 -SLOT="0"
37 -IUSE=""
38 -
39 -RDEPEND=">=dev-ros/qt_gui-0.3.0[${PYTHON_USEDEP}]"
40 -DEPEND="${RDEPEND}"