summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2010-11-30 11:04:15 +0000
committerThilo Bangert <bangert@gentoo.org>2010-11-30 11:04:15 +0000
commite7b6a9b357f6a84663b733633ae8cf9560bfca67 (patch)
tree268006601c38c196b96a91ab789b37f60a589fac /app-pda/usbmuxd
parentversion bump, remove blocker on non-existent libiphone, fix dep on libusb:1(#... (diff)
downloadgentoo-2-e7b6a9b357f6a84663b733633ae8cf9560bfca67.tar.gz
gentoo-2-e7b6a9b357f6a84663b733633ae8cf9560bfca67.tar.bz2
gentoo-2-e7b6a9b357f6a84663b733633ae8cf9560bfca67.zip
version bump
(Portage version: 2.2.0_alpha6/cvs/Linux i686)
Diffstat (limited to 'app-pda/usbmuxd')
-rw-r--r--app-pda/usbmuxd/ChangeLog7
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.0.6.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog
index 134a20d75e62..07aeb99de063 100644
--- a/app-pda/usbmuxd/ChangeLog
+++ b/app-pda/usbmuxd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/usbmuxd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.7 2010/08/03 12:47:56 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.8 2010/11/30 11:04:15 bangert Exp $
+
+*usbmuxd-1.0.6 (30 Nov 2010)
+
+ 30 Nov 2010; Thilo Bangert <bangert@gentoo.org> +usbmuxd-1.0.6.ebuild:
+ version bump
*usbmuxd-1.0.5 (03 Aug 2010)
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.6.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.6.ebuild
new file mode 100644
index 000000000000..216b0114fb6a
--- /dev/null
+++ b/app-pda/usbmuxd/usbmuxd-1.0.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.6.ebuild,v 1.1 2010/11/30 11:04:15 bangert Exp $
+
+EAPI="3"
+
+inherit eutils cmake-utils
+
+DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
+HOMEPAGE="http://marcansoft.com/blog/iphonelinux/usbmuxd/"
+SRC_URI="http://marcansoft.com/uploads/${PN}/${P/_/-}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="virtual/libusb:1"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${P/_/-}
+
+pkg_setup() {
+ enewgroup plugdev
+ enewuser usbmux -1 -1 -1 "usb,plugdev"
+}