diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-09-28 17:17:56 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-09-28 17:19:58 +0200 |
commit | 026ac126a7a5c262625091e64ec8b13161e47ad7 (patch) | |
tree | 8122fe21358a2cbb2727c1054ea2b77edca51f10 /app-pda/libusbmuxd | |
parent | app-pda/libusbmuxd: Needs to bump subslot, update EAPI (diff) | |
download | gentoo-026ac126a7a5c262625091e64ec8b13161e47ad7.tar.gz gentoo-026ac126a7a5c262625091e64ec8b13161e47ad7.tar.bz2 gentoo-026ac126a7a5c262625091e64ec8b13161e47ad7.zip |
app-pda/libusbmuxd: Drop old
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-pda/libusbmuxd')
-rw-r--r-- | app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild b/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild deleted file mode 100644 index bb3f82b66de7..000000000000 --- a/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools-utils - -DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices" -HOMEPAGE="http://www.libimobiledevice.org/" -SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2" - -# tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+ -LICENSE="GPL-2+ LGPL-2.1+" -SLOT="0/2" # based on SONAME of libusbmuxd.so -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="kernel_linux static-libs" - -RDEPEND=">=app-pda/libplist-1.11:= - virtual/libusb:1 - !=app-pda/usbmuxd-1.0.9 - !<app-pda/usbmuxd-1.0.8_p1" -DEPEND="${RDEPEND} - virtual/os-headers - virtual/pkgconfig" - -DOCS=( AUTHORS README ) - -src_configure() { - local myeconfargs=( $(use_enable static-libs static) ) - use kernel_linux || myeconfargs+=( --without-inotify ) - - autotools-utils_src_configure -} |