From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FB58138334 for ; Sun, 21 Apr 2019 01:28:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69C1CE0BDE; Sun, 21 Apr 2019 01:28:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C787E0BDE for ; Sun, 21 Apr 2019 01:28:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2868C341BB0 for ; Sun, 21 Apr 2019 01:28:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E757F580 for ; Sun, 21 Apr 2019 01:28:04 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1555810062.bbe8b52d076c1606d784ef84fb2ae9e3d11ebfd0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/heimdall/Manifest app-mobilephone/heimdall/heimdall-1.4.2.ebuild app-mobilephone/heimdall/heimdall-9999.ebuild X-VCS-Directories: app-mobilephone/heimdall/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: bbe8b52d076c1606d784ef84fb2ae9e3d11ebfd0 X-VCS-Branch: master Date: Sun, 21 Apr 2019 01:28:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 743c5d35-20e3-42ce-9b80-9022bcbd4f40 X-Archives-Hash: e1ed99300ba8f934a86c33871d393a12 commit: bbe8b52d076c1606d784ef84fb2ae9e3d11ebfd0 Author: Lars Wendler gentoo org> AuthorDate: Sun Apr 21 01:27:42 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Apr 21 01:27:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe8b52d app-mobilephone/heimdall: Removed suspicious Qt subslot operator Closes: https://bugs.gentoo.org/624240 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> app-mobilephone/heimdall/Manifest | 2 +- app-mobilephone/heimdall/heimdall-1.4.2.ebuild | 10 +++++----- app-mobilephone/heimdall/heimdall-9999.ebuild | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app-mobilephone/heimdall/Manifest b/app-mobilephone/heimdall/Manifest index 36998f9fb32..1f7c3601646 100644 --- a/app-mobilephone/heimdall/Manifest +++ b/app-mobilephone/heimdall/Manifest @@ -1 +1 @@ -DIST heimdall-1.4.2.tar.gz 5486708 BLAKE2B 3846176440f235bc5bb65ac77a2d86b29381dcdf8e999edd38529f02a9f3bd21070bf922ad48fbd8c73c58e1f4834345da4c849549d136dde82df8a68cc4155f SHA512 ed9c5cc7e9377647474ba1af8b7a06d7bbc2371d379d83c2e5cd8463637c52c08c269ab18b6a0a0bec91be8101978748b2d10dd78629ba567bd2c2e452633f63 +DIST heimdall-1.4.2.tar.bz2 5506713 BLAKE2B 775abc8d47f9efac21f28e47d607ab4b07f8948fcca005c78ddb7ed093e51a76f60ac5c04150a3424c360813d180cd1df1ff8a87295918bff872f41123250a58 SHA512 b2b0a8a8db6a52236716fff9748a391388c1b2b1774a26fab9b451b8dab5ff35e8e1403555a65daec180fc961388c7581d170df6e3599a102fd304a133da8674 diff --git a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild index 3bb74e9129d..15242ac0f03 100644 --- a/app-mobilephone/heimdall/heimdall-1.4.2.ebuild +++ b/app-mobilephone/heimdall/heimdall-1.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils udev if [[ ${PV} != 9999 ]]; then - SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.bz2 -> ${P}.tar.bz2" KEYWORDS="~amd64" S="${WORKDIR}/Heimdall-v${PV}" else @@ -25,9 +25,9 @@ IUSE="qt5" RDEPEND=" >=dev-libs/libusb-1.0.18:1= qt5? ( - dev-qt/qtcore:5= - dev-qt/qtgui:5= - dev-qt/qtwidgets:5= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 ) sys-libs/zlib " diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-9999.ebuild index 3bb74e9129d..15242ac0f03 100644 --- a/app-mobilephone/heimdall/heimdall-9999.ebuild +++ b/app-mobilephone/heimdall/heimdall-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils udev if [[ ${PV} != 9999 ]]; then - SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://gitlab.com/BenjaminDobell/Heimdall/-/archive/v${PV}/Heimdall-v${PV}.tar.bz2 -> ${P}.tar.bz2" KEYWORDS="~amd64" S="${WORKDIR}/Heimdall-v${PV}" else @@ -25,9 +25,9 @@ IUSE="qt5" RDEPEND=" >=dev-libs/libusb-1.0.18:1= qt5? ( - dev-qt/qtcore:5= - dev-qt/qtgui:5= - dev-qt/qtwidgets:5= + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 ) sys-libs/zlib "