Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libusbmuxd/
Date: Sat, 28 Sep 2019 15:20:23
Message-Id: 1569683998.026ac126a7a5c262625091e64ec8b13161e47ad7.pacho@gentoo
1 commit: 026ac126a7a5c262625091e64ec8b13161e47ad7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 15:17:56 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 15:19:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026ac126
7
8 app-pda/libusbmuxd: Drop old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild | 32 -----------------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild b/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild
17 deleted file mode 100644
18 index bb3f82b66de..00000000000
19 --- a/app-pda/libusbmuxd/libusbmuxd-1.0.10.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit autotools-utils
27 -
28 -DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
29 -HOMEPAGE="http://www.libimobiledevice.org/"
30 -SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
31 -
32 -# tools/iproxy.c is GPL-2+, everything else is LGPL-2.1+
33 -LICENSE="GPL-2+ LGPL-2.1+"
34 -SLOT="0/2" # based on SONAME of libusbmuxd.so
35 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
36 -IUSE="kernel_linux static-libs"
37 -
38 -RDEPEND=">=app-pda/libplist-1.11:=
39 - virtual/libusb:1
40 - !=app-pda/usbmuxd-1.0.9
41 - !<app-pda/usbmuxd-1.0.8_p1"
42 -DEPEND="${RDEPEND}
43 - virtual/os-headers
44 - virtual/pkgconfig"
45 -
46 -DOCS=( AUTHORS README )
47 -
48 -src_configure() {
49 - local myeconfargs=( $(use_enable static-libs static) )
50 - use kernel_linux || myeconfargs+=( --without-inotify )
51 -
52 - autotools-utils_src_configure
53 -}