summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-pda/usbmuxd/ChangeLog5
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.0.4.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog
index a4ab92d07fdc..1f00958d1896 100644
--- a/app-pda/usbmuxd/ChangeLog
+++ b/app-pda/usbmuxd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/usbmuxd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.11 2011/10/04 14:02:54 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.12 2011/11/06 17:58:42 ssuominen Exp $
+
+ 06 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> -usbmuxd-1.0.4.ebuild:
+ old
04 Oct 2011; Andreas Schuerch <nativemad@gentoo.org> usbmuxd-1.0.7.ebuild:
x86 stable, bug 384657
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild
deleted file mode 100644
index a3dbc78e2e69..000000000000
--- a/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.4.ebuild,v 1.5 2010/07/31 17:28:54 phajdan.jr 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"
-}