Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/usbmuxd: usbmuxd-1.0.8_p20140530.ebuild ChangeLog
Date: Fri, 30 May 2014 11:44:34
Message-Id: 20140530114429.C121B2004E@flycatcher.gentoo.org
1 ssuominen 14/05/30 11:44:29
2
3 Modified: ChangeLog
4 Added: usbmuxd-1.0.8_p20140530.ebuild
5 Log:
6 Snapshot from upstream git master wrt #505576
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.34 app-pda/usbmuxd/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.34&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.34&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?r1=1.33&r2=1.34
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v
20 retrieving revision 1.33
21 retrieving revision 1.34
22 diff -u -r1.33 -r1.34
23 --- ChangeLog 30 May 2014 11:34:39 -0000 1.33
24 +++ ChangeLog 30 May 2014 11:44:29 -0000 1.34
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-pda/usbmuxd
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.33 2014/05/30 11:34:39 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.34 2014/05/30 11:44:29 ssuominen Exp $
30 +
31 +*usbmuxd-1.0.8_p20140530 (30 May 2014)
32 +
33 + 30 May 2014; Samuli Suominen <ssuominen@g.o>
34 + +usbmuxd-1.0.8_p20140530.ebuild:
35 + Snapshot from upstream git master wrt #505576
36
37 30 May 2014; Samuli Suominen <ssuominen@g.o> -usbmuxd-1.0.9.ebuild:
38 Move =app-pda/usbmuxd-1.0.9 to app-pda/libusbmuxd where it should have gone in
39
40
41
42 1.1 app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild?rev=1.1&content-type=text/plain
46
47 Index: usbmuxd-1.0.8_p20140530.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild,v 1.1 2014/05/30 11:44:29 ssuominen Exp $
52
53 EAPI=5
54 AUTOTOOLS_AUTORECONF=1
55 inherit autotools-utils udev user
56
57 DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
58 HOMEPAGE="http://www.libimobiledevice.org/"
59 #SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
60 SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
61
62 # src/utils.h is LGPL-2.1+, rest is found in COPYING*
63 LICENSE="GPL-2 GPL-3 LGPL-2.1+"
64 SLOT="0"
65 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
66 IUSE=""
67
68 RDEPEND=">=app-pda/libimobiledevice-1.1.6
69 >=app-pda/libplist-1.11
70 virtual/libusb:1"
71 DEPEND="${RDEPEND}
72 virtual/os-headers
73 virtual/pkgconfig"
74
75 pkg_setup() {
76 enewgroup plugdev
77 enewuser usbmux -1 -1 -1 "usb,plugdev"
78 }
79
80 src_install() {
81 autotools-utils_src_install udevrulesdir="$(get_udevdir)"/rules.d
82 }