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 E748113835B for ; Sat, 18 Jul 2020 13:09:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2C81E0919; Sat, 18 Jul 2020 13:09:44 +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 CACAAE0919 for ; Sat, 18 Jul 2020 13:09:44 +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 CC81534F393 for ; Sat, 18 Jul 2020 13:09:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 410699C for ; Sat, 18 Jul 2020 13:09:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1595077753.f7236dad53db32617ce8bede4e6f835bf7f59acf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/qdevicemonitor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild X-VCS-Directories: dev-util/qdevicemonitor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f7236dad53db32617ce8bede4e6f835bf7f59acf X-VCS-Branch: master Date: Sat, 18 Jul 2020 13:09:40 +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: 12d59e21-8b4f-4efd-8228-812d25e179a3 X-Archives-Hash: c91a746696a4390f5f0e3eb1ac7a4507 commit: f7236dad53db32617ce8bede4e6f835bf7f59acf Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 15 11:06:14 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 18 13:09:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7236dad dev-util/qdevicemonitor: EAPI-7 bump and sync live ebuild Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild | 8 ++++---- dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild index 9debed76181..0dbd37d4f29 100644 --- a/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild +++ b/dev-util/qdevicemonitor/qdevicemonitor-1.0.1-r2.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 inherit desktop qmake-utils DESCRIPTION="Crossplatform log viewer for Android, iOS and text files" HOMEPAGE="https://github.com/alopatindev/qdevicemonitor" -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/alopatindev/${PN}" else @@ -21,10 +21,10 @@ SLOT="0" IUSE="" RDEPEND=" + app-pda/usbmuxd dev-qt/qtcore:5 dev-qt/qtgui:5 - dev-util/android-tools - app-pda/usbmuxd" + dev-util/android-tools" DEPEND="${RDEPEND}" PATCHES=( diff --git a/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild b/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild index c055bb2fca9..0dd22c27ff4 100644 --- a/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild +++ b/dev-util/qdevicemonitor/qdevicemonitor-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 -inherit eutils qmake-utils +inherit desktop qmake-utils DESCRIPTION="Crossplatform log viewer for Android, iOS and text files" HOMEPAGE="https://github.com/alopatindev/qdevicemonitor" -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/alopatindev/${PN}" else @@ -21,10 +21,10 @@ SLOT="0" IUSE="" RDEPEND=" + app-pda/usbmuxd dev-qt/qtcore:5 dev-qt/qtgui:5 - dev-util/android-tools - app-pda/usbmuxd" + dev-util/android-tools" DEPEND="${RDEPEND}" src_configure() {