ssuominen 14/05/30 11:44:29 Modified: ChangeLog Added: usbmuxd-1.0.8_p20140530.ebuild Log: Snapshot from upstream git master wrt #505576 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.34 app-pda/usbmuxd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 30 May 2014 11:34:39 -0000 1.33 +++ ChangeLog 30 May 2014 11:44:29 -0000 1.34 @@ -1,6 +1,12 @@ # ChangeLog for app-pda/usbmuxd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.33 2014/05/30 11:34:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.34 2014/05/30 11:44:29 ssuominen Exp $ + +*usbmuxd-1.0.8_p20140530 (30 May 2014) + + 30 May 2014; Samuli Suominen <[email protected]> + +usbmuxd-1.0.8_p20140530.ebuild: + Snapshot from upstream git master wrt #505576 30 May 2014; Samuli Suominen <[email protected]> -usbmuxd-1.0.9.ebuild: Move =app-pda/usbmuxd-1.0.9 to app-pda/libusbmuxd where it should have gone in 1.1 app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8_p20140530.ebuild?rev=1.1&view=markup 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 Index: usbmuxd-1.0.8_p20140530.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $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 $ EAPI=5 AUTOTOOLS_AUTORECONF=1 inherit autotools-utils udev user 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" SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz" # src/utils.h is LGPL-2.1+, rest is found in COPYING* LICENSE="GPL-2 GPL-3 LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=app-pda/libimobiledevice-1.1.6 >=app-pda/libplist-1.11 virtual/libusb:1" DEPEND="${RDEPEND} virtual/os-headers virtual/pkgconfig" pkg_setup() { enewgroup plugdev enewuser usbmux -1 -1 -1 "usb,plugdev" } src_install() { autotools-utils_src_install udevrulesdir="$(get_udevdir)"/rules.d }
