summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-05-30 11:34:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-05-30 11:34:40 +0000
commit864d779db06a1aaed8c0f888c6bc5357e7025074 (patch)
treee368813a07045cbd401014b86943434678b9e57c /app-pda
parentPull in libusbmuxd instead of usbmuxd wrt #505576 (diff)
downloadgentoo-2-864d779db06a1aaed8c0f888c6bc5357e7025074.tar.gz
gentoo-2-864d779db06a1aaed8c0f888c6bc5357e7025074.tar.bz2
gentoo-2-864d779db06a1aaed8c0f888c6bc5357e7025074.zip
Move =app-pda/usbmuxd-1.0.9 to app-pda/libusbmuxd where it should have gone in the first place.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/usbmuxd/ChangeLog6
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.0.9.ebuild35
2 files changed, 5 insertions, 36 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog
index 16226b83e3b0..a5745e01cc58 100644
--- a/app-pda/usbmuxd/ChangeLog
+++ b/app-pda/usbmuxd/ChangeLog
@@ -1,6 +1,10 @@
# 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.32 2014/04/06 08:34:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.33 2014/05/30 11:34:39 ssuominen Exp $
+
+ 30 May 2014; Samuli Suominen <ssuominen@gentoo.org> -usbmuxd-1.0.9.ebuild:
+ Move =app-pda/usbmuxd-1.0.9 to app-pda/libusbmuxd where it should have gone in
+ the first place.
*usbmuxd-1.0.9 (06 Apr 2014)
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.9.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.9.ebuild
deleted file mode 100644
index fe98c247c3f2..000000000000
--- a/app-pda/usbmuxd/usbmuxd-1.0.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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
-}