Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/qbittorrent/
Date: Sun, 30 Aug 2020 12:04:22
Message-Id: 1598789056.7106ff7fe452075cfa2d830020366c2ff86a3203.zlogene@gentoo
1 commit: 7106ff7fe452075cfa2d830020366c2ff86a3203
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 12:03:48 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 12:04:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7106ff7f
7
8 net-p2p/qbittorrent: Drop oldcc
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-p2p/qbittorrent/Manifest | 2 -
14 net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild | 69 ----------------------------
15 net-p2p/qbittorrent/qbittorrent-4.2.3.ebuild | 69 ----------------------------
16 net-p2p/qbittorrent/qbittorrent-9999.ebuild | 1 -
17 4 files changed, 141 deletions(-)
18
19 diff --git a/net-p2p/qbittorrent/Manifest b/net-p2p/qbittorrent/Manifest
20 index 1b631056ae1..86091bf17af 100644
21 --- a/net-p2p/qbittorrent/Manifest
22 +++ b/net-p2p/qbittorrent/Manifest
23 @@ -1,3 +1 @@
24 -DIST qbittorrent-4.2.1.tar.gz 7824636 BLAKE2B 06aa493b4e59f8e064955c604846cd4e4d404988819aa4f0b7a555cd3d8c74f42d4b40b581bc5c2360e5b75f0ce33f77882051360453176a9540d03d4d5de82d SHA512 345c702a49d284fe28b45e52719a79195a784ba07339ea49c340d10d387482d3ba59335b2e41616de97e3813531e808c41239e597ef4b710fcebceb0c837483c
25 -DIST qbittorrent-4.2.3.tar.gz 7932722 BLAKE2B d16aa81ce683578eea5186a505a5f33da457ef672261520f0fe3af11008d516d7fce8de31e31190c380c9cc3e24d7acce053dbff952f7bb937a610416f23129e SHA512 766cff294b5e2aae99073e9894c683b68af6e7abdd1eae660e444593664f65918132b9fbd7b40843143f2559b4124145e2d08478c2b87b0b6df1ef574e17f763
26 DIST qbittorrent-4.2.5.tar.gz 7961612 BLAKE2B 61d2f2154a291a6d1ddab7d4775d4ac4d19f471dceb783cb7933015ed9159afdca4075f429891dbbd7249f09d910ef643d27da4c4b7307adbf29354222265027 SHA512 8808029bdb3a1638fcf792e92c36bd39889dbc2ceb26c8d45ff17b086bd076f0b3a8ed78dd6a1e3debd32e5b0ce212eea194ec601210ae29093cfb567eb4ca0f
27
28 diff --git a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild b/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
29 deleted file mode 100644
30 index 7813f67cbfa..00000000000
31 --- a/net-p2p/qbittorrent/qbittorrent-4.2.1.ebuild
32 +++ /dev/null
33 @@ -1,69 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit xdg-utils
40 -
41 -DESCRIPTION="BitTorrent client in C++ and Qt"
42 -HOMEPAGE="https://www.qbittorrent.org
43 - https://github.com/qbittorrent"
44 -
45 -if [[ ${PV} == *9999 ]]; then
46 - inherit git-r3
47 - EGIT_REPO_URI="https://github.com/${PN}/qBittorrent.git"
48 -else
49 - SRC_URI="https://github.com/qbittorrent/qBittorrent/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
50 - KEYWORDS="amd64 ~arm ~ppc64 x86"
51 - S="${WORKDIR}/qBittorrent-release-${PV}"
52 -fi
53 -
54 -LICENSE="GPL-2"
55 -SLOT="0"
56 -IUSE="+dbus debug webui +X"
57 -REQUIRED_USE="dbus? ( X )"
58 -
59 -RDEPEND="
60 - >=dev-libs/boost-1.62.0-r1:=
61 - dev-qt/qtcore:5
62 - dev-qt/qtnetwork:5[ssl]
63 - >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt5(+),X?]
64 - dev-qt/qtxml:5
65 - >=net-libs/libtorrent-rasterbar-1.2.0: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.2.3.ebuild b/net-p2p/qbittorrent/qbittorrent-4.2.3.ebuild
105 deleted file mode 100644
106 index 7813f67cbfa..00000000000
107 --- a/net-p2p/qbittorrent/qbittorrent-4.2.3.ebuild
108 +++ /dev/null
109 @@ -1,69 +0,0 @@
110 -# Copyright 1999-2020 Gentoo Authors
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=7
114 -
115 -inherit xdg-utils
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 ~ppc64 x86"
127 - S="${WORKDIR}/qBittorrent-release-${PV}"
128 -fi
129 -
130 -LICENSE="GPL-2"
131 -SLOT="0"
132 -IUSE="+dbus debug webui +X"
133 -REQUIRED_USE="dbus? ( X )"
134 -
135 -RDEPEND="
136 - >=dev-libs/boost-1.62.0-r1:=
137 - dev-qt/qtcore:5
138 - dev-qt/qtnetwork:5[ssl]
139 - >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt5(+),X?]
140 - dev-qt/qtxml:5
141 - >=net-libs/libtorrent-rasterbar-1.2.0:0=
142 - sys-libs/zlib
143 - dbus? ( dev-qt/qtdbus:5 )
144 - X? (
145 - dev-libs/geoip
146 - dev-qt/qtgui:5
147 - dev-qt/qtsvg:5
148 - dev-qt/qtwidgets:5
149 - )"
150 -DEPEND="${RDEPEND}
151 - dev-qt/linguist-tools:5"
152 -
153 -BDEPEND="virtual/pkgconfig"
154 -
155 -DOCS=( AUTHORS Changelog CONTRIBUTING.md README.md TODO )
156 -
157 -src_configure() {
158 - econf \
159 - $(use_enable dbus qt-dbus) \
160 - $(use_enable debug) \
161 - $(use_enable webui) \
162 - $(use_enable X gui)
163 -}
164 -
165 -src_install() {
166 - emake STRIP="/bin/false" INSTALL_ROOT="${D}" install
167 - einstalldocs
168 -}
169 -
170 -pkg_postinst() {
171 - xdg_icon_cache_update
172 - xdg_desktop_database_update
173 -}
174 -
175 -pkg_postrm() {
176 - xdg_icon_cache_update
177 - xdg_desktop_database_update
178 -}
179
180 diff --git a/net-p2p/qbittorrent/qbittorrent-9999.ebuild b/net-p2p/qbittorrent/qbittorrent-9999.ebuild
181 index 7813f67cbfa..9768d17e97f 100644
182 --- a/net-p2p/qbittorrent/qbittorrent-9999.ebuild
183 +++ b/net-p2p/qbittorrent/qbittorrent-9999.ebuild
184 @@ -27,7 +27,6 @@ RDEPEND="
185 >=dev-libs/boost-1.62.0-r1:=
186 dev-qt/qtcore:5
187 dev-qt/qtnetwork:5[ssl]
188 - >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[qt5(+),X?]
189 dev-qt/qtxml:5
190 >=net-libs/libtorrent-rasterbar-1.2.0:0=
191 sys-libs/zlib