ssuominen    14/04/06 08:34:26

  Modified:             ChangeLog
  Added:                usbmuxd-1.0.9.ebuild
  Log:
  Version bump; notice that upstream removed the usbmuxd binary in purpose from 
the package.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.32                 app-pda/usbmuxd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   2 Feb 2013 22:23:47 -0000       1.31
+++ ChangeLog   6 Apr 2014 08:34:26 -0000       1.32
@@ -1,6 +1,12 @@
 # ChangeLog for app-pda/usbmuxd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.31 2013/02/02 
22:23:47 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.32 2014/04/06 
08:34:26 ssuominen Exp $
+
+*usbmuxd-1.0.9 (06 Apr 2014)
+
+  06 Apr 2014; Samuli Suominen <ssuomi...@gentoo.org> +usbmuxd-1.0.9.ebuild:
+  Version bump; notice that upstream removed the usbmuxd binary in purpose from
+  the package.
 
   02 Feb 2013; Agostino Sarubbo <a...@gentoo.org> usbmuxd-1.0.8-r1.ebuild:
   Add ~arm, wrt bug #449220



1.1                  app-pda/usbmuxd/usbmuxd-1.0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.9.ebuild?rev=1.1&content-type=text/plain

Index: usbmuxd-1.0.9.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.9.ebuild,v 1.1 
2014/04/06 08:34:26 ssuominen Exp $

EAPI=5
inherit autotools-utils

MY_P=lib${P}

DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
HOMEPAGE="http://www.libimobiledevice.org/";
SRC_URI="http://www.libimobiledevice.org/downloads/${MY_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 ~ppc ~ppc64 ~x86"
IUSE="kernel_linux static-libs"

RDEPEND=">=app-pda/libplist-1.11:=
        virtual/libusb:1"
DEPEND="${RDEPEND}
        virtual/os-headers
        virtual/pkgconfig"

DOCS=( AUTHORS README )

S=${WORKDIR}/${MY_P}

src_configure() {
        local myeconfargs=( $(use_enable static-libs static) )
        use kernel_linux || myeconfargs+=( --without-inotify )

        autotools-utils_src_configure
}




Reply via email to