From fb5b07b5725b335ef11b62d940a48b5c0b2f3936 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Thu, 12 Apr 2012 14:42:50 +0000 Subject: old (Portage version: 2.2.0_alpha100/cvs/Linux x86_64) --- app-pda/usbmuxd/ChangeLog | 5 ++++- app-pda/usbmuxd/usbmuxd-1.0.7.ebuild | 26 -------------------------- 2 files changed, 4 insertions(+), 27 deletions(-) delete mode 100644 app-pda/usbmuxd/usbmuxd-1.0.7.ebuild (limited to 'app-pda') diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog index 1ab0d0178da8..5d37ed777c85 100644 --- a/app-pda/usbmuxd/ChangeLog +++ b/app-pda/usbmuxd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/usbmuxd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.16 2012/04/12 14:28:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.17 2012/04/12 14:42:50 ssuominen Exp $ + + 12 Apr 2012; Samuli Suominen -usbmuxd-1.0.7.ebuild: + old *usbmuxd-1.0.8 (12 Apr 2012) diff --git a/app-pda/usbmuxd/usbmuxd-1.0.7.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.7.ebuild deleted file mode 100644 index 8514d7727d9b..000000000000 --- a/app-pda/usbmuxd/usbmuxd-1.0.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.7.ebuild,v 1.3 2011/10/04 14:02:54 nativemad 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 GPL-3 LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" -IUSE="" - -DEPEND="app-pda/libplist - virtual/libusb:1" -RDEPEND="${DEPEND}" - -pkg_setup() { - enewgroup plugdev - enewuser usbmux -1 -1 -1 "usb,plugdev" -} - -DOCS="AUTHORS README README.devel" -- cgit v1.2.3-65-gdbad