Install this version:
emerge -a =app-pda/ipadcharge-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-pda/ipadcharge-9999
Or alternatively:
emerge --autounmask-write -a =app-pda/ipadcharge-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
DESCRIPTION="Enables USB charging for Apple devices."
HOMEPAGE="https://github.com/mkorenkov/ipad_charge"
EGIT_REPO_URI="https://github.com/mkorenkov/ipad_charge.git"
LICENSE="GPL-2"
SLOT="0"
DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"
# TODO: fixed prestripped
QA_PRESTRIPPED="/usr/bin/ipad_charge"
src_prepare(){
default
eapply -p0 "${FILESDIR}/${PN}-9999-makefile.patch"
}
virtual/libusb:1
virtual/libusb:1