Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
Date: Wed, 25 May 2022 22:59:13
Message-Id: 1653519540.15c9d142ff0f37da1e357a840b0708e980341d83.sam@gentoo
1 commit: 15c9d142ff0f37da1e357a840b0708e980341d83
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 22:59:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 25 22:59:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c9d142
7
8 net-p2p/qbittorrent: drop 4.3.8, 4.4.1-r1, 4.4.2
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-p2p/qbittorrent/Manifest | 2 -
13 net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild | 68 -----------------------
14 net-p2p/qbittorrent/qbittorrent-4.4.1-r1.ebuild | 74 -------------------------
15 net-p2p/qbittorrent/qbittorrent-4.4.2.ebuild | 74 -------------------------
16 4 files changed, 218 deletions(-)
17
18 diff --git a/net-p2p/qbittorrent/Manifest b/net-p2p/qbittorrent/Manifest
19 index 8408752bb545..5761fef8d19b 100644
20 --- a/net-p2p/qbittorrent/Manifest
21 +++ b/net-p2p/qbittorrent/Manifest
22 @@ -1,5 +1,3 @@
23 -DIST qbittorrent-4.3.8.tar.gz 8506355 BLAKE2B e59be1556ad0be697e32d69d890115df6ce20a46f883a9060994558db02f06cf87fbf68a17e6317e1b5819af523281bdd8cfdcc8ae68a0d707a238023dcc7840 SHA512 bb03f27f0807dfac867ddf5a6fcec1687946068a7e7d88483f0ded34d7279aa0d3324fe25f23c22ce80ee98437d8914229c5969ea8849eed1d4ad68e031601e2
24 DIST qbittorrent-4.3.9.tar.gz 8510414 BLAKE2B de98aff6d81f43c3ad87f6c5f800a4488e18173fb96713d0a2420cf4d4708c9b1f2f54c8d0aa566e7738b4f94d192aad9f0196a05d43724582ef81833901727f SHA512 ec33f67895fbf47acc2f79d9c9e16db8b96c756cf493b76eb24b90e13a790a709104ea9aa378ee111d8c38b605bed5192b366d1917bbf160b21aa2ae3aacd2d1
25 -DIST qbittorrent-4.4.1.tar.gz 9090594 BLAKE2B 1b0d4900352c069177913a2ef66bd986a45d13d52f191b824a4dbd38d84b037a7410a9c71cf487d537a5ce70b00e8f695c20acd85ede963731a84f39c9b8ee5c SHA512 155e0394e1599fbbae4b03fc39a13085eb4f797fdf7ff45d2c552c66cdb523e146b77da4fa0f14d6b5b64e3b56f9da7163fd544811a40a9a787848007bfbd0a6
26 DIST qbittorrent-4.4.2.tar.gz 9197188 BLAKE2B 719ca031b1a5523cd29582d7d57ac48e5d3cfb8b1c62e23f01d116897e7753cda204a0dc401f364860eba750371f41178d87ae6d1f43241506868d90a8bc9e32 SHA512 55656fb5fd282a3ed0e703b9b47ec9733a70cf6242cae956a5b2487ef2aeb88a04bf5d37c8fa88554edf95ab0821b76ebebb53e8fc43dc5889f8c730075d6e26
27 DIST qbittorrent-4.4.3.1.tar.gz 7736308 BLAKE2B 9177f0c629418a5f9e7f117b7d1f990181ef910193fed9763f2137cbc91c9de07ad96884d57e96782b5a2f6089fe73d3fab0a2f2f54f72dd8c2cec00dd179e5f SHA512 e3d63c4090e27387f4a5524d0daab26eab70f70ef81ad607e9661e128ccccbf33f2d240cd219bbb1fb138d6e78493ce73055d5128bf888e0ad3949922774efba
28
29 diff --git a/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild b/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild
30 deleted file mode 100644
31 index d0e79dd35b23..000000000000
32 --- a/net-p2p/qbittorrent/qbittorrent-4.3.8.ebuild
33 +++ /dev/null
34 @@ -1,68 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit xdg-utils
41 -
42 -DESCRIPTION="BitTorrent client in C++ and Qt"
43 -HOMEPAGE="https://www.qbittorrent.org
44 - https://github.com/qbittorrent"
45 -
46 -if [[ ${PV} == *9999 ]]; then
47 - inherit git-r3
48 - EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git"
49 -else
50 - SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
51 - KEYWORDS="amd64 ~arm ~ppc64 x86"
52 - S="${WORKDIR}/qBittorrent-release-${PV}"
53 -fi
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -IUSE="+dbus debug webui +X"
58 -REQUIRED_USE="dbus? ( X )"
59 -
60 -RDEPEND="
61 - >=dev-libs/boost-1.62.0-r1:=
62 - dev-qt/qtcore:5
63 - dev-qt/qtnetwork:5[ssl]
64 - dev-qt/qtxml:5
65 - >=net-libs/libtorrent-rasterbar-1.2.12:0=
66 - sys-libs/zlib
67 - dbus? ( dev-qt/qtdbus:5 )
68 - X? (
69 - dev-libs/geoip
70 - dev-qt/qtgui:5
71 - dev-qt/qtsvg:5
72 - dev-qt/qtwidgets:5
73 - )"
74 -DEPEND="${RDEPEND}
75 - dev-qt/linguist-tools:5"
76 -
77 -BDEPEND="virtual/pkgconfig"
78 -
79 -DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
80 -
81 -src_configure() {
82 - econf \
83 - $(use_enable dbus qt-dbus) \
84 - $(use_enable debug) \
85 - $(use_enable webui) \
86 - $(use_enable X gui)
87 -}
88 -
89 -src_install() {
90 - emake STRIP="/bin/false" INSTALL_ROOT="${D}" install
91 - einstalldocs
92 -}
93 -
94 -pkg_postinst() {
95 - xdg_icon_cache_update
96 - xdg_desktop_database_update
97 -}
98 -
99 -pkg_postrm() {
100 - xdg_icon_cache_update
101 - xdg_desktop_database_update
102 -}
103
104 diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.1-r1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.1-r1.ebuild
105 deleted file mode 100644
106 index 85869e0799fd..000000000000
107 --- a/net-p2p/qbittorrent/qbittorrent-4.4.1-r1.ebuild
108 +++ /dev/null
109 @@ -1,74 +0,0 @@
110 -# Copyright 1999-2022 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=8
114 -
115 -inherit cmake systemd xdg
116 -
117 -DESCRIPTION="BitTorrent client in C++ and Qt"
118 -HOMEPAGE="https://www.qbittorrent.org
119 - https://github.com/qbittorrent"
120 -
121 -if [[ ${PV} == *9999 ]]; then
122 - inherit git-r3
123 - EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git"
124 -else
125 - SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
126 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
127 - S="${WORKDIR}/qBittorrent-release-${PV}"
128 -fi
129 -
130 -LICENSE="GPL-2"
131 -SLOT="0"
132 -IUSE="+dbus +gui webui"
133 -REQUIRED_USE="dbus? ( gui )"
134 -
135 -RDEPEND="
136 - >=dev-libs/boost-1.65.0-r1:=
137 - dev-libs/openssl:=
138 - dev-qt/qtcore:5
139 - dev-qt/qtnetwork:5[ssl]
140 - dev-qt/qtsql:5
141 - dev-qt/qtxml:5
142 - >=net-libs/libtorrent-rasterbar-1.2.14:=
143 - sys-libs/zlib
144 - dbus? ( dev-qt/qtdbus:5 )
145 - gui? (
146 - dev-libs/geoip
147 - dev-qt/qtgui:5
148 - dev-qt/qtsvg:5
149 - dev-qt/qtwidgets:5
150 - )"
151 -DEPEND="${RDEPEND}"
152 -BDEPEND="dev-qt/linguist-tools:5
153 - virtual/pkgconfig"
154 -
155 -DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
156 -
157 -src_configure() {
158 - local mycmakeargs=(
159 - -DDBUS=$(usex dbus)
160 - -DGUI=$(usex gui)
161 - -DWEBUI=$(usex webui)
162 -
163 - # musl lacks execinfo.h
164 - -DSTACKTRACE=$(usex !elibc_musl)
165 -
166 - # We always want to install unit files
167 - -DSYSTEMD=ON
168 - -DSYSTEMD_SERVICES_INSTALL_DIR=$(systemd_get_systemunitdir)
169 -
170 - # More verbose build logs are preferable for bug reports
171 - -DVERBOSE_CONFIGURE=ON
172 -
173 - # Not yet in ::gentoo
174 - -DQT6=OFF
175 - )
176 -
177 - cmake_src_configure
178 -}
179 -
180 -src_install() {
181 - cmake_src_install
182 - einstalldocs
183 -}
184
185 diff --git a/net-p2p/qbittorrent/qbittorrent-4.4.2.ebuild b/net-p2p/qbittorrent/qbittorrent-4.4.2.ebuild
186 deleted file mode 100644
187 index 85869e0799fd..000000000000
188 --- a/net-p2p/qbittorrent/qbittorrent-4.4.2.ebuild
189 +++ /dev/null
190 @@ -1,74 +0,0 @@
191 -# Copyright 1999-2022 Gentoo Authors
192 -# Distributed under the terms of the GNU General Public License v2
193 -
194 -EAPI=8
195 -
196 -inherit cmake systemd xdg
197 -
198 -DESCRIPTION="BitTorrent client in C++ and Qt"
199 -HOMEPAGE="https://www.qbittorrent.org
200 - https://github.com/qbittorrent"
201 -
202 -if [[ ${PV} == *9999 ]]; then
203 - inherit git-r3
204 - EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git"
205 -else
206 - SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
207 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
208 - S="${WORKDIR}/qBittorrent-release-${PV}"
209 -fi
210 -
211 -LICENSE="GPL-2"
212 -SLOT="0"
213 -IUSE="+dbus +gui webui"
214 -REQUIRED_USE="dbus? ( gui )"
215 -
216 -RDEPEND="
217 - >=dev-libs/boost-1.65.0-r1:=
218 - dev-libs/openssl:=
219 - dev-qt/qtcore:5
220 - dev-qt/qtnetwork:5[ssl]
221 - dev-qt/qtsql:5
222 - dev-qt/qtxml:5
223 - >=net-libs/libtorrent-rasterbar-1.2.14:=
224 - sys-libs/zlib
225 - dbus? ( dev-qt/qtdbus:5 )
226 - gui? (
227 - dev-libs/geoip
228 - dev-qt/qtgui:5
229 - dev-qt/qtsvg:5
230 - dev-qt/qtwidgets:5
231 - )"
232 -DEPEND="${RDEPEND}"
233 -BDEPEND="dev-qt/linguist-tools:5
234 - virtual/pkgconfig"
235 -
236 -DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
237 -
238 -src_configure() {
239 - local mycmakeargs=(
240 - -DDBUS=$(usex dbus)
241 - -DGUI=$(usex gui)
242 - -DWEBUI=$(usex webui)
243 -
244 - # musl lacks execinfo.h
245 - -DSTACKTRACE=$(usex !elibc_musl)
246 -
247 - # We always want to install unit files
248 - -DSYSTEMD=ON
249 - -DSYSTEMD_SERVICES_INSTALL_DIR=$(systemd_get_systemunitdir)
250 -
251 - # More verbose build logs are preferable for bug reports
252 - -DVERBOSE_CONFIGURE=ON
253 -
254 - # Not yet in ::gentoo
255 - -DQT6=OFF
256 - )
257 -
258 - cmake_src_configure
259 -}
260 -
261 -src_install() {
262 - cmake_src_install
263 - einstalldocs
264 -}