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/qt_gui_cpp/
Date: Wed, 28 Aug 2019 17:02:19
Message-Id: 1567011702.0e67e9b36dde10f8d88c7a09849d833c1678fced.aballier@gentoo
1 commit: 0e67e9b36dde10f8d88c7a09849d833c1678fced
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 14:42:32 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 17:01:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e67e9b3
7
8 dev-ros/qt_gui_cpp: Remove old
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/qt_gui_cpp/Manifest | 3 ---
14 dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.10.ebuild | 34 ---------------------------
15 dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.8-r1.ebuild | 34 ---------------------------
16 dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.9.ebuild | 34 ---------------------------
17 4 files changed, 105 deletions(-)
18
19 diff --git a/dev-ros/qt_gui_cpp/Manifest b/dev-ros/qt_gui_cpp/Manifest
20 index d08aba7b677..1669fe597af 100644
21 --- a/dev-ros/qt_gui_cpp/Manifest
22 +++ b/dev-ros/qt_gui_cpp/Manifest
23 @@ -1,4 +1 @@
24 -DIST qt_gui_core-0.3.10.tar.gz 91569 BLAKE2B 04c764e49c5dc1126d0f87e1c53109748dc11b38e94f242d44fca56e8334eaae3469f2299f9c2c4eef536264d1fd5c3ba5d8dbff0fc809afdb36d0b2a35ea669 SHA512 76c418315453d975ae2901e1d33205f3471ff540fac3be9834a567d4763400688aaedf3d172d45cc2f39652055446085a3ea65c7acca679e271333d8ca6ed3fa
25 DIST qt_gui_core-0.3.11.tar.gz 91640 BLAKE2B 49615e039ea7a2586679c6d6ffd9a583a16c2087b1c1090885ca83894aa98d44efc10c7bb622068ac49eb8c70eac98a5f495e3b417b3750171c31b433c53bfad SHA512 f83abd1d75ea6794fc25da79912a629bd13167bbe2815c9616a0e1a8993a4730053fc737cb864ba01ac869d9aec85269d2e1a19d963a50b8469e6d073e55db9a
26 -DIST qt_gui_core-0.3.8.tar.gz 91248 BLAKE2B 9ed159b8d065e7b2a44dcf9ac496a699675e5ec41d5ed222413894f098e122b092c976c934dc37a99846e0fe80858fb377bf937b3eabc3f0c6df126de7944e88 SHA512 aec926adffc9f1ab84d7d5cccb207d87254496b37e9e2e4c430de191917823424751206647d61821a65dec0aad3241dab22c85f21980fbe1a4bf114bb2c29d70
27 -DIST qt_gui_core-0.3.9.tar.gz 91495 BLAKE2B c0f2f2b9231a42da68c0032bfb192a47060f4b0915952b77750985be00023f22678480605990a79016b8ed906cacbdb9cd7eafabbb917b06f891f6b7817a999c SHA512 3e7e45001f1749e3ca75c6b33e3e7a131a314a5ec66925b86f2617f6f749f4c2093d33420bbe0f148faa44fb1fb3071241e47180d3c56ed9d1f7a2befb006a95
28
29 diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.10.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.10.ebuild
30 deleted file mode 100644
31 index a52422eff7b..00000000000
32 --- a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.10.ebuild
33 +++ /dev/null
34 @@ -1,34 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
41 -KEYWORDS="~amd64"
42 -PYTHON_COMPAT=( python2_7 )
43 -ROS_SUBDIR=${PN}
44 -
45 -inherit ros-catkin
46 -
47 -DESCRIPTION="Foundation for C++-bindings for dev-ros/qt_gui and creates bindings for every generator available"
48 -LICENSE="BSD"
49 -SLOT="0"
50 -IUSE=""
51 -
52 -RDEPEND="
53 - dev-qt/qtcore:5
54 - dev-qt/qtwidgets:5
55 - >=dev-ros/pluginlib-1.9.23
56 - dev-libs/tinyxml2:=
57 - >=dev-ros/qt_gui-0.3.0[${PYTHON_USEDEP}]
58 - dev-libs/tinyxml
59 - >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
60 - dev-libs/boost:=
61 - dev-libs/console_bridge:=
62 -"
63 -DEPEND="${RDEPEND}
64 - virtual/pkgconfig
65 -"
66 -PATCHES=(
67 - "${FILESDIR}/libdir.patch"
68 -)
69
70 diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.8-r1.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.8-r1.ebuild
71 deleted file mode 100644
72 index 0216c3788c0..00000000000
73 --- a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.8-r1.ebuild
74 +++ /dev/null
75 @@ -1,34 +0,0 @@
76 -# Copyright 1999-2017 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=5
80 -
81 -ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
82 -KEYWORDS="~amd64"
83 -PYTHON_COMPAT=( python2_7 )
84 -ROS_SUBDIR=${PN}
85 -
86 -inherit ros-catkin
87 -
88 -DESCRIPTION="Foundation for C++-bindings for dev-ros/qt_gui and creates bindings for every generator available"
89 -LICENSE="BSD"
90 -SLOT="0"
91 -IUSE=""
92 -
93 -RDEPEND="
94 - dev-qt/qtcore:5
95 - dev-qt/qtwidgets:5
96 - >=dev-ros/pluginlib-1.9.23
97 - dev-libs/tinyxml2:=
98 - >=dev-ros/qt_gui-0.3.0[${PYTHON_USEDEP}]
99 - dev-libs/tinyxml
100 - >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
101 - dev-libs/boost:=
102 - dev-libs/console_bridge:=
103 -"
104 -DEPEND="${RDEPEND}
105 - virtual/pkgconfig
106 -"
107 -PATCHES=(
108 - "${FILESDIR}/libdir.patch"
109 -)
110
111 diff --git a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.9.ebuild b/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.9.ebuild
112 deleted file mode 100644
113 index a52422eff7b..00000000000
114 --- a/dev-ros/qt_gui_cpp/qt_gui_cpp-0.3.9.ebuild
115 +++ /dev/null
116 @@ -1,34 +0,0 @@
117 -# Copyright 1999-2018 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=5
121 -
122 -ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core"
123 -KEYWORDS="~amd64"
124 -PYTHON_COMPAT=( python2_7 )
125 -ROS_SUBDIR=${PN}
126 -
127 -inherit ros-catkin
128 -
129 -DESCRIPTION="Foundation for C++-bindings for dev-ros/qt_gui and creates bindings for every generator available"
130 -LICENSE="BSD"
131 -SLOT="0"
132 -IUSE=""
133 -
134 -RDEPEND="
135 - dev-qt/qtcore:5
136 - dev-qt/qtwidgets:5
137 - >=dev-ros/pluginlib-1.9.23
138 - dev-libs/tinyxml2:=
139 - >=dev-ros/qt_gui-0.3.0[${PYTHON_USEDEP}]
140 - dev-libs/tinyxml
141 - >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}]
142 - dev-libs/boost:=
143 - dev-libs/console_bridge:=
144 -"
145 -DEPEND="${RDEPEND}
146 - virtual/pkgconfig
147 -"
148 -PATCHES=(
149 - "${FILESDIR}/libdir.patch"
150 -)