dev-util/ios-webkit-debug-proxy - 1.9.2 (guru)

Search

Install

Install this version:

emerge -a =dev-util/ios-webkit-debug-proxy-1.9.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/ios-webkit-debug-proxy-1.9.2

Or alternatively:

emerge --autounmask-write -a =dev-util/ios-webkit-debug-proxy-1.9.2

Package Information

Description:
A DevTools proxy for iOS devices
Homepage:
https://github.com/google/ios-webkit-debug-proxy
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.9.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="A DevTools proxy for iOS devices"
HOMEPAGE="https://github.com/google/ios-webkit-debug-proxy"
SRC_URI="https://github.com/google/ios-webkit-debug-proxy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	app-pda/libimobiledevice:=
	app-pda/libplist
	app-pda/libusbmuxd
	dev-libs/openssl:=
"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}/${PN}-1.9.1-dont-build-examples.patch"
	"${FILESDIR}/${PN}-1.9.2-strip-Werror.patch"
)

src_prepare() {
	default
	eautoreconf
}

src_install() {
	default
	find "${ED}" -name '*.la' -delete || die
}

Inherited Eclasses

Dependencies

DEPEND

	app-pda/libimobiledevice:=
	app-pda/libplist
	app-pda/libusbmuxd
	dev-libs/openssl:=

RDEPEND

	app-pda/libimobiledevice:=
	app-pda/libplist
	app-pda/libusbmuxd
	dev-libs/openssl:=

Manifest for 1.9.2

Type File Size Source URLs
DIST ios-webkit-debug-proxy-1.9.2.tar.gz 334140 bytes https://github.com/google/ios-webkit-debug-proxy/archive/refs/tags/v1.9.2.tar.gz