Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making idevicerestore work #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app-pda/idevicerestore/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EBUILD idevicerestore-9999.ebuild 649 SHA256 adcdf9ffa677ad38b7df465eddef46dba4c2babc597ba6273d98607c1df278d8 SHA512 5632b44dbe712b2344494233a61545f5bc78da56cb85019a1de3148bc62e1d05baab2b5d33e30538a0a99ab103b1fa3a27e96e8a8a3690a7cab2cfa5ebc1acb2 WHIRLPOOL f47876d49470a41a4f9e22aeabfce26e454aa7b17865445ab6471df1bd08142424e8e2639cef6634503ab630c615dae3bd4dcdfaee26e1f4affb206bfa820b71
EBUILD idevicerestore-9999.ebuild 665 BLAKE2B dc752158a6d0b1036069ff8737be3978f97f0aea0d141a3041169db9daf14d3f1fb90f6ba5229b7090de208c567a47bdfdeda9b68f40d8f630f2f34683a35b78 SHA512 42924e2052812ee2e4d92a7603fd09b7c0b18fe2a200dfd81b2a99cf913e660d03e90633cc4773a22baf1736e7c6c5018497557b4344b4a5cec7e8ae1e3b898a
5 changes: 3 additions & 2 deletions app-pda/idevicerestore/idevicerestore-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"
EAPI="6"

inherit autotools git-r3

Expand All @@ -18,12 +18,13 @@ IUSE=""
RDEPEND="app-pda/libimobiledevice
app-pda/libirecovery
app-pda/usbmuxd
app-pda/libplist
>=app-pda/libplist-1.12
dev-libs/libzip
virtual/libusb"
DEPEND="dev-util/pkgconfig
${RDEPEND}"

src_prepare() {
default
eautoreconf
}
2 changes: 1 addition & 1 deletion app-pda/libirecovery/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EBUILD libirecovery-9999.ebuild 557 SHA256 f3797b2427b35c2e37cf1fe59328b4e581275a75bdcb3f3e448077d8e9445019 SHA512 6cb1b9ec94ee17e176505223be73316c1c020a6a954f4704ffd2d5527a5b2c71f68514e28909994f9d450dd013d9bc62b1ba19a7925e41c49079f0b98ba28eb7 WHIRLPOOL e47705ceeb64d7de9b97592bed3f69a6aeb89257bdebc688e096bfa6bbb0e21583f2d15a5f27981b05e95ba64ee350efa5eefd6bedfc3bbda5d2dc81df403bf6
EBUILD libirecovery-9999.ebuild 558 BLAKE2B fd5f51774257e98cb3e544e39a509399b4689290befc130c50f4ffe827d7f1eb6b0a5a381e68f9677821cff7138a6180f9e238710c4db4b7b00da1093df9bbb8 SHA512 f8e0022fc5119ea32b6d81833487377378a2675b6105a3823df2e5911c5fbc66d8bc8a6303e00db291b583d3f1a9d07051b78a4fecfcfd712d48023afa408a10
2 changes: 1 addition & 1 deletion app-pda/libirecovery/libirecovery-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit autotools git-r3

DESCRIPTION="iRecovery is a libusb-based commandline utility to talk to iBoot/iBSS in Apple's iPhone/iPod touch via USB"
HOMEPAGE="https://github.com/libimobiledevice/libirecovery"
EGIT_REPO_URI="http://github.com/libimobiledevice/libirecovery.git"
EGIT_REPO_URI="https://github.com/libimobiledevice/libirecovery.git"

LICENSE="GPL-3"
SLOT="0"
Expand Down