mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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 <asturm@gentoo.org>
This commit is contained in:
@@ -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=(
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user