summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2010-08-03 12:47:56 +0000
committerThilo Bangert <bangert@gentoo.org>2010-08-03 12:47:56 +0000
commitb1c842e6e917671f54b5ad65b659edf0cc31a173 (patch)
tree6082d6d6d9d593761d8bf5659c1430756d329386 /app-pda
parentversion bump (diff)
downloadgentoo-2-b1c842e6e917671f54b5ad65b659edf0cc31a173.tar.gz
gentoo-2-b1c842e6e917671f54b5ad65b659edf0cc31a173.tar.bz2
gentoo-2-b1c842e6e917671f54b5ad65b659edf0cc31a173.zip
version bump (bug #330869)
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/usbmuxd/ChangeLog7
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.0.5.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog
index 30586cb3ed01..134a20d75e62 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.6 2010/07/31 17:28:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.7 2010/08/03 12:47:56 bangert Exp $
+
+*usbmuxd-1.0.5 (03 Aug 2010)
+
+ 03 Aug 2010; Thilo Bangert <bangert@gentoo.org> +usbmuxd-1.0.5.ebuild:
+ version bump (bug #330869)
31 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> usbmuxd-1.0.4.ebuild:
x86 stable wrt bug #329765
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.5.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.5.ebuild
new file mode 100644
index 000000000000..8a015aff5ce7
--- /dev/null
+++ b/app-pda/usbmuxd/usbmuxd-1.0.5.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.5.ebuild,v 1.1 2010/08/03 12:47:56 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"
+}