ssuominen 14/05/30 11:33:13 Modified: libimobiledevice-1.1.6.ebuild ChangeLog Log: Pull in libusbmuxd instead of usbmuxd wrt #505576 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.3 app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?r1=1.2&r2=1.3 Index: libimobiledevice-1.1.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libimobiledevice-1.1.6.ebuild 6 Apr 2014 09:11:48 -0000 1.2 +++ libimobiledevice-1.1.6.ebuild 30 May 2014 11:33:13 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.2 2014/04/06 09:11:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.3 2014/05/30 11:33:13 ssuominen Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3} ) @@ -17,8 +17,9 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="gnutls python static-libs" +# Drop || ( ) and =app-pda/usbmuxd-1.0.9 with next release like 1.1.7, temporary hack RDEPEND=">=app-pda/libplist-1.11:=[python?,${PYTHON_USEDEP}] - >=app-pda/usbmuxd-1.0.9:= + || ( >=app-pda/libusbmuxd-1.0.9:= =app-pda/usbmuxd-1.0.9 ) gnutls? ( dev-libs/libgcrypt:0 >=dev-libs/libtasn1-1.1 1.53 app-pda/libimobiledevice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 6 Apr 2014 09:11:48 -0000 1.52 +++ ChangeLog 30 May 2014 11:33:13 -0000 1.53 @@ -1,6 +1,10 @@ # ChangeLog for app-pda/libimobiledevice # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.52 2014/04/06 09:11:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.53 2014/05/30 11:33:13 ssuominen Exp $ + + 30 May 2014; Samuli Suominen <[email protected]> + libimobiledevice-1.1.6.ebuild: + Pull in libusbmuxd instead of usbmuxd wrt #505576 06 Apr 2014; Samuli Suominen <[email protected]> libimobiledevice-1.1.6.ebuild:
