From c761ba994fd96afdd69e8038da4e48f8f574bd2e Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sun, 6 Nov 2011 17:58:42 +0000 Subject: old (Portage version: 2.2.0_alpha72/cvs/Linux x86_64) --- app-pda/usbmuxd/ChangeLog | 5 ++++- app-pda/usbmuxd/usbmuxd-1.0.4.ebuild | 26 -------------------------- 2 files changed, 4 insertions(+), 27 deletions(-) delete mode 100644 app-pda/usbmuxd/usbmuxd-1.0.4.ebuild (limited to 'app-pda') 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 -usbmuxd-1.0.4.ebuild: + old 04 Oct 2011; Andreas Schuerch 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" -} -- cgit v1.2.3-65-gdbad