diff options
Diffstat (limited to 'app-pda/usbmuxd/usbmuxd-1.0.4.ebuild')
-rw-r--r-- | app-pda/usbmuxd/usbmuxd-1.0.4.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
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" -} |