Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/
Date: Sun, 21 Apr 2019 01:28:10
Message-Id: 1555810062.bbe8b52d076c1606d784ef84fb2ae9e3d11ebfd0.polynomial-c@gentoo
1 commit: bbe8b52d076c1606d784ef84fb2ae9e3d11ebfd0
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 21 01:27:42 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 21 01:27:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe8b52d
7
8 app-mobilephone/heimdall: Removed suspicious Qt subslot operator
9
10 Closes: https://bugs.gentoo.org/624240
11 Package-Manager: Portage-2.3.64, Repoman-2.3.12
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 app-mobilephone/heimdall/Manifest | 2 +-
15 app-mobilephone/heimdall/heimdall-1.4.2.ebuild | 10 +++++-----
16 app-mobilephone/heimdall/heimdall-9999.ebuild | 10 +++++-----
17 3 files changed, 11 insertions(+), 11 deletions(-)
18
19 diff --git a/app-mobilephone/heimdall/Manifest b/app-mobilephone/heimdall/Manifest
20 index 36998f9fb32..1f7c3601646 100644
21 --- a/app-mobilephone/heimdall/Manifest
22 +++ b/app-mobilephone/heimdall/Manifest
23 @@ -1 +1 @@
24 -DIST heimdall-1.4.2.tar.gz 5486708 BLAKE2B 3846176440f235bc5bb65ac77a2d86b29381dcdf8e999edd38529f02a9f3bd21070bf922ad48fbd8c73c58e1f4834345da4c849549d136dde82df8a68cc4155f SHA512 ed9c5cc7e9377647474ba1af8b7a06d7bbc2371d379d83c2e5cd8463637c52c08c269ab18b6a0a0bec91be8101978748b2d10dd78629ba567bd2c2e452633f63
25 +DIST heimdall-1.4.2.tar.bz2 5506713 BLAKE2B 775abc8d47f9efac21f28e47d607ab4b07f8948fcca005c78ddb7ed093e51a76f60ac5c04150a3424c360813d180cd1df1ff8a87295918bff872f41123250a58 SHA512 b2b0a8a8db6a52236716fff9748a391388c1b2b1774a26fab9b451b8dab5ff35e8e1403555a65daec180fc961388c7581d170df6e3599a102fd304a133da8674
26
27 diff --git a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild
28 index 3bb74e9129d..15242ac0f03 100644
29 --- a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild
30 +++ b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 +# Copyright 1999-2019 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=6
37 @@ -6,7 +6,7 @@ EAPI=6
38 inherit cmake-utils udev
39
40 if [[ ${PV} != 9999 ]]; then
41 - SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.gz -> ${P}.tar.gz"
42 + SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.bz2 -> ${P}.tar.bz2"
43 KEYWORDS="~amd64"
44 S="${WORKDIR}/Heimdall-v${PV}"
45 else
46 @@ -25,9 +25,9 @@ IUSE="qt5"
47 RDEPEND="
48 >=dev-libs/libusb-1.0.18:1=
49 qt5? (
50 - dev-qt/qtcore:5=
51 - dev-qt/qtgui:5=
52 - dev-qt/qtwidgets:5=
53 + dev-qt/qtcore:5
54 + dev-qt/qtgui:5
55 + dev-qt/qtwidgets:5
56 )
57 sys-libs/zlib
58 "
59
60 diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-9999.ebuild
61 index 3bb74e9129d..15242ac0f03 100644
62 --- a/app-mobilephone/heimdall/heimdall-9999.ebuild
63 +++ b/app-mobilephone/heimdall/heimdall-9999.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2018 Gentoo Foundation
66 +# Copyright 1999-2019 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=6
70 @@ -6,7 +6,7 @@ EAPI=6
71 inherit cmake-utils udev
72
73 if [[ ${PV} != 9999 ]]; then
74 - SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.gz -> ${P}.tar.gz"
75 + SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.bz2 -> ${P}.tar.bz2"
76 KEYWORDS="~amd64"
77 S="${WORKDIR}/Heimdall-v${PV}"
78 else
79 @@ -25,9 +25,9 @@ IUSE="qt5"
80 RDEPEND="
81 >=dev-libs/libusb-1.0.18:1=
82 qt5? (
83 - dev-qt/qtcore:5=
84 - dev-qt/qtgui:5=
85 - dev-qt/qtwidgets:5=
86 + dev-qt/qtcore:5
87 + dev-qt/qtgui:5
88 + dev-qt/qtwidgets:5
89 )
90 sys-libs/zlib
91 "