diff options
author | Thilo Bangert <bangert@gentoo.org> | 2010-05-26 09:17:17 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2010-05-26 09:17:17 +0000 |
commit | c70e4041270278bb91815b7c9dd237fdd924bd18 (patch) | |
tree | b94f1d105b1794d20a2775ea1d2ef0a065f2eb20 /app-pda/usbmuxd | |
parent | fix build (#319795) (diff) | |
download | gentoo-2-c70e4041270278bb91815b7c9dd237fdd924bd18.tar.gz gentoo-2-c70e4041270278bb91815b7c9dd237fdd924bd18.tar.bz2 gentoo-2-c70e4041270278bb91815b7c9dd237fdd924bd18.zip |
version bump (#310809)
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-pda/usbmuxd')
-rw-r--r-- | app-pda/usbmuxd/ChangeLog | 9 | ||||
-rw-r--r-- | app-pda/usbmuxd/usbmuxd-1.0.4.ebuild | 25 |
2 files changed, 32 insertions, 2 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog index ba0e9e90f129..d9ab5e555425 100644 --- a/app-pda/usbmuxd/ChangeLog +++ b/app-pda/usbmuxd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-pda/usbmuxd -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.1 2009/12/07 00:47:08 chainsaw Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.2 2010/05/26 09:17:17 bangert Exp $ + +*usbmuxd-1.0.4 (26 May 2010) + + 26 May 2010; Thilo Bangert <bangert@gentoo.org> +usbmuxd-1.0.4.ebuild: + version bump (#310809) *usbmuxd-1.0.0_rc2 (07 Dec 2009) diff --git a/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild new file mode 100644 index 000000000000..ce117c05faa9 --- /dev/null +++ b/app-pda/usbmuxd/usbmuxd-1.0.4.ebuild @@ -0,0 +1,25 @@ +# 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.1 2010/05/26 09:17:17 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 ~x86" +IUSE="" + +DEPEND="virtual/libusb:1" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${P/_/-} + +pkg_setup() { + enewuser usbmux -1 -1 -1 "usb" +} |