dev-util/ios-webkit-debug-proxy: update ebuild and bump to 1.8.6

Package-Manager: Portage-2.3.89, Repoman-2.3.20
This commit is contained in:
Anton Schubert 2020-04-19 15:41:19 +02:00
parent 5363bed5d9
commit 8b18de16fa
7 changed files with 45 additions and 91 deletions

View file

@ -1,27 +1,27 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
EAPI="7"
inherit autotools git-2
inherit autotools git-r3
REV="master"
DESCRIPTION="A DevTools proxy (WebKit Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector)"
HOMEPAGE="https://github.com/google/{$PN}"
SRC_URI=""
DESCRIPTION="A DevTools proxy for iOS devices"
HOMEPAGE="https://github.com/google/ios-webkit-debug-proxy"
EGIT_REPO_URI="git://github.com/google/${PN}.git"
#SRC_URI="https://github.com/iSchluff/${PN}/archive/${REV}.zip"
#EGIT_REPO_URI="git://github.com/iSchluff/${PN}.git"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
KEYWORDS=""
SLOT="0"
DEPEND="app-pda/libimobiledevice
>=app-pda/libplist-1.12"
DEPEND="
>=app-pda/libimobiledevice-1.2.1_pre
>=app-pda/usbmuxd-1.1.1_pre
app-pda/libplist
app-pda/libusbmuxd"
RDEPEND="${DEPEND}"
src_prepare(){
default
eautoreconf
}